To provide form-urlencoded data in the body for an HTTP request in Azure Logic Apps, you need to specify that the data has the application/x-www-form-urlencoded
content type. In the HTTP trigger or action, add the content-type
header and set the header value to application/x-www-form-urlencoded
.
Regarding the error you are receiving when calling Twilio Verify API, the error message indicates that the To
parameter is invalid. Please make sure that the phone number you are passing in the To
parameter is in the correct format and that it is a valid phone number.
Unfortunately, without more information about your specific implementation and the exact error message you are receiving, it is difficult to provide a more detailed solution.
References: