SMS using Marketo and Twilio | Community
Skip to main content
Karin_Edmondson
New Participant
November 19, 2014
Solved

SMS using Marketo and Twilio

  • November 19, 2014
  • 5 replies
  • 4476 views
I am in the process of trying to integrate Marketo with Twilio to send SMS messages in a campaign. 
I have setup an account with Twilio and following the instructions in the document below.

http://launchpoint.marketo.com/assets/Uploads/Twilio-SMS-Campaigns.pdf

On page 4 it talks about an SMS Campaign that will be imported into my subscription.
It does not say when or how it would be imported.
Has anyone else done this??  Anyone have any other documentation?
Thanks,
Karin

 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Josh_Perry1
I actually ran into this as well a couple of weeks ago.  Marketo will not give you the program to import.  You will have to do it via the webhook way by yourself.  Here are the most up to date instructions: https://community.marketo.com/MarketoResource?id=kA650000000GvliCAC

In the url area you will enter : https://[ACCOUNT_SID]:[AUTH_TOKEN]@api.twilio.com/2010-04-01/Accounts/[ACCOUNT_SID] /SMS/Messages.xml

It will be a post request type.  Request token is a form/url, and the response type is none.

Hope this helps.  

5 replies

New Participant
May 7, 2021

While this post uses a different vendor it does detail how to incorporate an SMS webhook into your smart campaigns and how you can use the {{campaign.description}} token in the SMS webhook so that you can change the SMS message from smart campaign to smart campaign and still use a single webhook: https://theworkflowpro.com/marketo-sms-integration/

Karin_Edmondson
New Participant
November 20, 2014
Josh -
I got it to work.  I went through your instructions again and I see what I missed.
Thanks again for all your help!! 
Karin
Karin_Edmondson
New Participant
November 19, 2014
Josh:

I have the webhook setup but the URL does not include the token for the person's phone.  This is what I have:
https://[ACCOUNT_SID]:[AUTH_TOKEN]@api.twilio.com/2010-04-01/Accounts/[ACCOUNT_SID] /SMS/Messages.xml
I was able to send get the webhook to trigger based on a landing page I setup:
http://info.matrixres.com/VerifyMobileNo.html
But I got this error:

<?xml version='1.0' encoding='UTF-8'?> <TwilioResponse><RestException><Code>21603</Code><Message>A 'From' phone number is required.</Message><MoreInfo>https://www.twilio.com/docs/errors/21603</MoreInfo><Status>400</Status></RestException></TwilioResponse>

Any help you can give me would be great.
Thanks,
Karin
Karin_Edmondson
New Participant
November 19, 2014
Awesome -
Thanks for the information, I will try this and let you know how it goes.
What would we do without the community? 
Thanks again,
Karin
 
Josh_Perry1
Josh_Perry1Accepted solution
New Participant
November 19, 2014
I actually ran into this as well a couple of weeks ago.  Marketo will not give you the program to import.  You will have to do it via the webhook way by yourself.  Here are the most up to date instructions: https://community.marketo.com/MarketoResource?id=kA650000000GvliCAC

In the url area you will enter : https://[ACCOUNT_SID]:[AUTH_TOKEN]@api.twilio.com/2010-04-01/Accounts/[ACCOUNT_SID] /SMS/Messages.xml

It will be a post request type.  Request token is a form/url, and the response type is none.

Hope this helps.