servicenow integration with external api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2023 02:03 AM
I want to integrate my ServiceNow with the external rest API such that whenever an incident is created in ServiceNow than the new incident data in incident table is pass to the external API

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2023 07:01 AM
Hi @oo-o ,
Use outbound rest message here are some documents can refer
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2023 09:35 PM
what should I define in the content field of http request in outbound rest message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2023 10:18 PM
how should i define the script in business Rule as it is not working when tested with postman