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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rp2018
Creator
Creator

How to implement SMS texting in Talend?

Would like to know how to implement SMS texting when an error occurs in any Talend jobs.

Currently it is emailing any job errors, but would also like to text.

Labels (2)
4 Replies
David_Beaty
Specialist
Specialist

Hi,

 

You're going to need to free SMS API server, like : https://www.textlocal.com/

And then use the tRestAPI or tHttpRequest components to send the SMS messages

 

Thanks

 

David

talendtester
Creator III
Creator III

If you have Verizon and your own mail server, you use tSendMail and send To: myPhoneNumber@vtext.com

rp2018
Creator
Creator
Author

If we have a different provider other than Verizon, like TMobile,Sprint,etc...  How should we do it?

David_Beaty
Specialist
Specialist

Use something like the API service that I suggested.

 

Thanks

 

David