SMS gateway with Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 04:42 AM
Can anyone guide me on the right direction to get SMS working.
We are trying to integrate third party SMS gateway into our Servicenow instance to generate OTP and send it to the users.
I have received the SMS API and Userid and password and also i have API Key.
I have added the end point and added the basic auth profile and HTTP headers has been set but iam getting a Bad Request
Do we need to generate Key every time when the request is raised?
any steps will be helpful. Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2019 11:34 PM
Hi Asifnoor,
I have the JSON API also as below but unable to get going when i use this below API in EndPoint. Credentials are correct. Is this something you can help with the steps
JSON API:
http://xxxxxxxx.xxxx.xxx/httpapi/JsonReceiver
{
"ver": "1.0",
"key": "xxxxxxxxxxxxxxxxxx",
"encrpt": "0",
"messages": [{
"dest": ["xxxxxxxxxxxx"],
"text": "Test message.",
"send": "XXXXXX",
}]
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2019 12:29 AM
How are you calling this API?
What is the error you get when you try to make a call?
Normally, there might be a few examples on how to call the API in the Provider Documentation