Update external Application via REST / Webhook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 10:45 AM
I have the requirements when a change is made to the ticket. (Comment or work note) this should be sent from SNOW to an external system. Either via webhook or to a defined REST entpoint in JSON format. How do I do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 11:29 AM
Hi, with no clear details of your requirement then forum can only guess at your requirements\intentions. I would recommend that you start by reviewing the SNC documentation and REST the learning material available on the developer portal.
REST API reference (servicenow.com)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 12:00 PM
Sorry you are right.
if a comment is made in SNOW —> this should than be forwarded to an external System. (It will be a SOAR)
The SOAR offers a webhook option or a direkt access via rest endpoint.
so very time some one is adding a comment to the Ticke in snow it should than send this comment to SOAR
the tricky part will be that if SOAR will create a conmant it should not be send back 😊
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 01:06 PM
A simple solution would be to trigger an outbound rest message via an after BR triggered when comment changes()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2022 01:48 PM
I almost thought it would be that easy. However, if you do it for the first time or never before, all beginnings are difficult.
Tip where is the implementation I'm the documentary find?