4

In the below widget, the field NUMBER TO CALL cannot be edited.

enter image description here

So, how do we set the value of the phone number that needs to be called

Arun George
  • 1,167
  • 3
  • 15
  • 29

1 Answers1

4

You can't change the NUMBER TO CALL in Twilio Studio for this case.

The {{contact.channel.address}} value comes in as the To parameter for the Trigger widget when you make the POST request to Studio's REST API.

So, you'll have to pass the number when you trigger the flow.

Docs: (https://www.twilio.com/docs/studio/user-guide#rest-api)

Alex Baban
  • 11,312
  • 4
  • 30
  • 44