Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Send SMS by Talend

Hi there,
Is there any way to send SMS through Talend?
Thanks
Labels (2)
8 Replies
Anonymous
Not applicable
Author

Hi,
Is there any way to send SMS through Talend?

Do you mean "Short Messaging Service"?
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

Hi,
Is it possible to send SMS ("Short Messaging Service") via Talend Open Studio Data Integration ?
Thanks
willm1
Creator
Creator

Goud - depending on your sms provider's API, you should be able to do GET and POST requests to send and receive sms.
Here's an example of a provider that exposes a REST API - http://www.twilio.com/docs/api/rest/sending-messages
You could use tRest to interact with the provider to send and receive messages...
Anonymous
Not applicable
Author

Hi Goud,
You can send sms using some java program like this... i did earlier some experimentation on that... you can find similar programs else where as well...
http://www.java-samples.com/showtutorial.php?tutorialid=22
Any java code integration with TOS is very simple and easy to go... Even you can design your code for the service provider if available.
Thanks
Vaibhav
_AnonymousUser
Specialist III
Specialist III

Try with tNexmoSMSOutput
Anonymous
Not applicable
Author

if there any way to get error message to mobile from talend
Anonymous
Not applicable
Author

I am quite impressed with it app that allows the customers to send sms to slack because it is a convenient option for us that has been supporting us in great way. There is an added advantage for customers too because they can contact us in just a few minutes by writing us a text message via their phone sms carrier.

SIrfan1665983514
Contributor
Contributor

Hello

Yes you should be able to send SMS using POST or GET API method and you can get the API SMS access by registering on www.smsala.com where they will provide you with API credentials to integrate with any software or application for sending SMS.