Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
If you have Verizon and your own mail server, you use tSendMail and send To: myPhoneNumber@vtext.com
If we have a different provider other than Verizon, like TMobile,Sprint,etc... How should we do it?
Use something like the API service that I suggested.
Thanks
David