SevOne Webhook integration with ServiceNow

gowthamanbalu
Tera Contributor

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

2 REPLIES 2

Tanushree Doiph
Mega Guru
Hey gowthamanbalu,
 
Please refer below link of to Integrate Webhooks Into ServiceNow.

How to Integrate Webhooks Into ServiceNow

 

Thanks

Tanushree

gowthamanbalu
Tera Contributor

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