Need some help on Integration with Twilio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 12:05 PM
Hi,
I am learning integration, i am able to integrate using Postman but when i am trying the same in Servicenow i am getting below error
{"code": 20001, "message": "Missing required parameter To in the post body", "more_info": "https://www.twilio.com/docs/errors/20001", "status": 400}
In Postman i copy pasted the username and pwd with authentication and secret key
I think when i given username and pwd with authentication token and secret automatically postman has added
Body
In Servicenow rest message i just copy pasted the same header and body but i am getting error
I did tried keeping Content-Type : application/x-www-form-urlencoded

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 01:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 10:01 PM
I did tried like that still i am getting the same error