You need to sign in to do that
Don't have an account?

Best way to send SMS from Process Builder
Hi :
We have got a requirement to send SMS and email using Process Builder. Email can easily be achieved by using email template/email alert.
Wondering what's the best way to do that for SMS?
We have got a subscription for Twilio. However as per other posts, it involves writing Apex code to send SMS using Twilio from Salesforce. That is probably possible when you have an interactive form to choose an user and sens SMS. However not sure if that's gonna work from Process Builder.
Any help will be much appreciated.
Regards,
Anindya
We have got a requirement to send SMS and email using Process Builder. Email can easily be achieved by using email template/email alert.
Wondering what's the best way to do that for SMS?
We have got a subscription for Twilio. However as per other posts, it involves writing Apex code to send SMS using Twilio from Salesforce. That is probably possible when you have an interactive form to choose an user and sens SMS. However not sure if that's gonna work from Process Builder.
Any help will be much appreciated.
Regards,
Anindya
Thanks.
So I reckon the best solution will be:
1. Write the Apex class that accepts contactID as the parameter send SMS to that contact, using Twilio API
2. Call the above class fro the process builder and also set the contactID.
Am I right?
Cheers!
Somethin like this:
http://www.mstsolutions.com/blog/content/sms-salesforce-using-twilio-api
Thanks