Do ServiceNow have Webhooks? Any links/docs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 12:08 AM
Hi Team,
I would like to know if ServiceNow provides web-hook concept to push the notifications.
Please provide supported links/documents if possible. Thanks a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 04:37 AM
No SNOW doesn't have web hooks. Closest you can have is "Events". In SNOW, you can define events for various table actions, For these events, you can add notifications, which allows you to write your own script.
Events and Email Notification - ServiceNow Wiki

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 05:19 AM
This question has appeared on my radar several times in the past few weeks. I've asked our product management team to find out more. I'll respond with what I can find.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2016 06:28 AM
Hi,
This is something currently being considered, but not implemented yet. The context I've seen webhooks is more of an event driven call where ServiceNow could let your third party app know when a record is updated, for example, without the remote system continuously polling "has the record been updated?" every few seconds/minutes. Is that similar to what you are looking for, or did you have another use case in mind?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2020 11:00 PM
Hi Chuck,
I'm sorry to revive a 4yo post of yours but what you are describing above is exactly what I'm trying to achieve. I want to avoid constantly polling the SNOW API to know if a specific assignment group has new tickets. Can you please share guidance on how this can be optimized with a webhook?