SevOne Webhook integration with ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2020 10:32 PM
Hi Everyone,
We have a requirement to integrate SevOne network monitoring tool to ServiceNow. SevOne is using Webhook function to connect with 3rd party applications. I have created scripted REST API which needs to triggered from SevOne Webhook. Could you someone assist me on how to POST ServiceNow REST API from SevOne webhook.
Below is the screenshot how SevOne webhook look like
I would like to know how to pass sample message ("text":"Hello World") from SevOne to ServiceNow.
Regards,
GB
- Labels:
-
Incident Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-25-2020 10:45 PM
How to Integrate Webhooks Into ServiceNow
Thanks
Tanushree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2020 02:10 AM
Yes, I have seen this thread. But I am not sure how to script in the body of the webhook. As shown in the screenshot, if I pass simple JSON also, I am keep getting 415 response code (unsupported content type). And I would also need to know how to set the header in the webhook, so that I can add headers such as content-type : application-json