How to setup Outbound webhook for any event occurs in the Incident
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2021 10:01 PM
Hi Team,
I want to set up an Outbound webhook in the ServiceNow and this should trigger in every action/event in the incident.
Ex. if anyone is changing the status or assignee of adding any comments in the incident. This webhook should trigger and post the message to the external rest API.
Please provide step by step solution to configure this webhook
- Labels:
-
Integrations

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-01-2021 10:30 PM
Hello Sudheer,
1. Create a BR on incident table with the filter conditions of what all changes you want to do
2. And then in your BR under script, you can call the REST API which invokes the webhook.
Refer to this article where the sample code is shown.
Mark the comment as correct/helpful if this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2021 04:37 PM
Thanks
Any where to find the script learning resources on serviceNow docs ?
Tried the suggestion, but script failed to run at "AbstractAjaxProcessor undefined, maybe missing global qualifier"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2021 04:42 PM
Thank you
A followup question, is there a log or events view, to verify if the BR is executed successfully ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2021 10:19 AM
Never mind, found a way through Script Tracer
https://dev73810.service-now.com/$jsdebugger.do?logType=business_rule&&sysparm_nostack=true