Reputation: 137
I'm trying to create a Studio flow that is triggered by a REST API request to then prompt a recipient to respond Yes or No to a question. However, unlike the "Send Message" widget, the "Send & Wait For Reply" widget doesn't have a "SEND MESSAGE TO" field that I can configure.
How am I supposed to use this widget to send a message to a particular contact if I can't configure that field?
Upvotes: 0
Views: 256
Reputation: 10781
When you kick off the REST API trigger, you pass in the From and To ( contact.channel.address
) and that is used in this case.
Trigger a Twilio Studio Flow Execution via the REST API
Upvotes: 1