Where I need to check the Webhook Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2024 06:11 AM
Incident is created with the User mention in User table I can see but I am not able to find from where that incident is created with Webhook. I checked system logs, transaction logs, scripted rest api and ecc queue table but didn't find anything. Please let me know if anyone have any idea about this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2024 06:55 AM
Hi @Ajay Singh2
I dont know you are looking for this or not.
You can check the Webhook data in ServiceNow by following these steps:
1. Navigate to the "System Web Services" > "Outbound" > "REST Message" in ServiceNow.
2. Find and open the REST message that is used for the webhook.
3. In the related links at the bottom of the REST message, click on the "HTTP Request" link.
4. This will open a list of all HTTP requests made by this REST message.
5. Open the HTTP request that you want to check. Here you can see all the details of the request, including the endpoint, headers, and body.
6. The body of the request will contain the webhook data that was sent.
Regards
Shqel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-30-2024 05:56 AM - edited ‎01-30-2024 05:56 AM
I want that from Webhook Incident is created in ServiceNow Dev Instance but not able to get any details regarding that webhook which is creating incident in ServiceNow with other Instance.
After this if I get that webhook details I need to set the Parent/Child relations based on correlation id in Incident.