Twilio
Hey Marketo-ers,
Is anyone successfully sending out SMS messages with Twilio? I cannot seem to get the webhook to trigger a send. The webhook is firing as needed and, when testing only within Twilio, I am able to get a message through. It seems the trouble is in the call itself. I'm using the following format:
//POST to URL (replacing with acctual info):
{{Account Id}}:{{Token}}@api.twilio.com/2010-04-01/Accounts/{{Account Id}}/Messages
//Set Header:
Form/Url
//Set Payload:
To=%2B1{{lead.Mobile}}&From=%2B1{{My number}}&Body=Test+from+Twilio
Any guidance would be appreciated!