Send SMS message to notify people of new training course
We would like to message our internal team with SMS when a new training course is ready for them. What is the best SMS solution for accomplishing this that integrates with Marketo?
I started looking at Twilio and information others had posted, but it is not working with the webhook type of design listed below. There is probably something in my set up that isn't correct, so I am looking for advice on the best tool and correct way to set it up.
Thanks so much.
Webhook Name: Twilio Webhook
Description: Send an SMS
URL: https://%AccountSID%:%AuthToken%@api.twilio.com/2010-04-01/Accounts/%%AuthToken%@api.twilio.com/2010-04-01/Accounts/%AccountSID%/Messages.json (note you'll have to replace "Account SID" and "AuthToken" with the values from your Twilio Account
Request Type: POST
Template: From=%Your Send Number%&To={{lead.Mobile Phone Number}}&Body={{lead.Twilio Message:default=Test Message}}
Request Token Encoding: jSON
Response Type: None