I have a very simple project and just need a little help connecting a couple of apps.
I have built a text sequence in Twilio Studio that currently can be triggered by anyone texting the Twilio number (text anything and it will begin sending you the sequence of texts)
I have a Webflow landing page with a single field form where I would like user to enter their phone number and hit submit.
What I would like to do (I believe using Zapier) is have the number sumbitted on the Webflow landing page hit the Twilio trigger so I can initiate the Twilio Studio sequence to the phone number submitted through the form.
I am fine adding an intermediate step (Webflow to Sheets, Sheets to Twilio) but could not figure that out on my own either.
Happy to provide details, thanks!
Page 1 / 1
Hi @Liam
Zap Steps
Trigger: Webflow - Form Submission
Action: Webhook - POST
[Technical] This will involve using the Webhooks app in a Zap, which requires a Zapier paid plan.
Got it, I think authorization was my issue, this is super helpful, going to give it a shot now and I’ll let you know if it works!
So close! Your instructions were great and I got it to appear to be working within Zapier (example below) and it is authorizing to Twilio however it is not firing off the text when I submit the form. I have the API connected as a trigger in Twilio and have republished there. The number I put in the Webhook is the Twilio number. I’ll keep trouble shooting but thought I would see if I’m missing an obvious step. Thanks!
Hi there, I figured out I had the To and From numbers in the wrong order, swapped those and it is working as expected. Thank you for the help!