After submit confirmation for user with Twilio integration

I’ve got my form working with a Twilio integration as desired. When a user hits “submit,” everything works as I want; I get a text with form info (well one item of the form). However, the user might wonder if their submission was received since the form just clears after pressing submit.

Is there a way to notify the user of “success” and use the Twilio integration?

Yes! Instead of using a single action, you can use a workflow and add multiple actions as needed !

So is the “success” definition in your case a row being recorded, or the Twilio message being successfully sent?

If it’s Twilio, I believe they have a webhook you can send info to after a message is sent.

Thanks! :slight_smile: It worked at a few failed attempts.

1 Like

I am glad to hear that!
Anytime!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.