Trigger a notification servicenow to third party tool using Rest API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 12:43 AM
Hello Team,
We have to trigger a notification from servicenow to third party tool i.e Xmatters using REST API.
When an incident is created in servicenow automatically trigger a notification to the xmatters tool. How can I approach, please find the below Endpoint and payload do needful.
curl -1 -H "Content-Type: application/json" --user USERNAME -X POST -d '
{
"properties": {
"number": "",
"short_description": "",
"summary": "",
"assignment_group": "",
"severity": "",
"priority": ""
},
"recipients": [
{
"targetName": "ENTER_TARGET_NAME_HERE"
}
]
}
Thanks
Panduranga K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 01:11 AM
Hi
Here is the step-by-step Solution:
https://tech.forums.softwareag.com/t/servicenow-email-notification-via-outbound-rest-calls/237438
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 01:55 AM
Hello Sandeep,
Here ServiceNow via webMethods.io connector. Here we will make use of webMethods.io webhooks. Webmethod. io webhooks is a another tool, please explain me clearly.
Thanks
Panduranga K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2022 02:13 AM
webMethods.io is just a name for the webhook and yes this is just an example i gave with an example of an different third party tool. You just need to get the same things w.r.t. your third party tool.
Rest Servicenow platform related things remains the same for your integration too.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep