Using Twilio Studio to make a non US out going call. The trigger is from RESTapi. The Twilio widget auto-prefix the outgoing number with +1.
I tried to use Twilio Studio to make a non US out going call. The trigger is invoked from RESTapi. In the URL, I supplied contact number. The Twilio widget auto-prefix the outgoing number with +1. Hence the call was not successful.
curl -X POST "https://studio.twilio.com/v1/Flows/FXXXXXXX/Executions" -d "To=+6598XXXXXX"
response:
{"status": "active", "date_updated": null, "contact_channel_address": "+16598XXXXXX", "ac..
I send only +6598.. the populated data in contact_channel_address
contains additional 1
Should be the number that I sends.