HTTP POST returns 21201 - No 'To' Number Specified in twilio outbound call API but i have given from & to & account id values. Can someone help me to fix.
Hi,
Maybe this forum post will help you.
"The issue appears to be you are sending a content type of application/json where Twilio requires application/x-www-form-urlencoded"
https://stackoverflow.com/questions/60216220/http-post-returns-21201-no-to-number-specified-ms-flow
hi @Damian Fonville,
tried with form URL encoded request format still facing the same issue
i just give my param values like this in request body from="+14708655317"&To="+14708655317".
Some other solutions or missed anything?
I found this forge component, could you try to use this? https://www.outsystems.com/forge/component-overview/610/twilio-connector
I am also facing the same issue with this request form urlencoded
Can anyone help us to fix.
ranjith try to use @Damian Fonville solutions from your side and let us know the results