- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 12:47 AM
Hi All,
is anyone configured SMS notificaiton using REST?
i have a requirement to configure SMS notification. my customer has sms subscription of https://platform.clickatell.com/. How can we send SMS notification using REST ?
it would be great if anyone can share the document.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 12:37 AM
One more thing, In the basic authentication, You should be providing the credentials to access clickatell and not your Service Now Id and password, May be this is the issue.
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2017 09:30 PM
Hi,
You should be adding HTTP Headers in the post message
Under HTTP Request tab, in HTTP headers add these
Name:Content-Type Value: application/json
Name:Accept Value: application/json
The first error message was something related to your authentication and the last one related to missing HTTP Headers
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 12:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 12:35 AM
Hi,
It says your API key for third party provider is missing in the request. Can you please check with them or the documentation to see on how to pass it in your request?
I believe that you should be sending one more attribute in the Rest request along with other contents. Please check and let me know.
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 12:37 AM
One more thing, In the basic authentication, You should be providing the credentials to access clickatell and not your Service Now Id and password, May be this is the issue.
Please Hit like, Helpful or Correct depending on the impact of the response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-09-2017 03:24 AM
Hi Alikutty,
Added one more header as Authorization and now test is success.
- Add Key = Content-Type , value = application/json
- Add Key = Accept , value = application/json
- Add Key = Authorization , value = Your API Key
My requirement is to send SMS to P1 incidents( already a notification is configured) and for Approval notification. can you please suggest me how to set this up. it would be great if you can share me the steps.
Thanks!