- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2016 11:10 AM
Hi,
My use case requires to call external REST API from ServiceNow when the incident state is changed. For example, our release pipeline will create a new incident (via inbound REST API call) for someone to approve this release. Once the incident assignee approves the ticket by changing the State (e.g. from New to Approved), it will trigger to call outbound REST API to our release pipeline. How to do that in ServiceNow to trigger such outbound API when State is changed?
Any advice would be appreciated.
Thanks
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 12:54 PM
That is because, when you click "Update" you are redirected to the recent page you opened. When you click save, you can still stay on the same incident form even after updating the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2016 08:07 PM
I'm able to create script include and call it from business rule. Thanks everyone for helping me. This community is great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2021 01:36 AM
HEY ,CAN YOU PLEASE TELL ME HOW YOU DID THAT.
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2021 08:24 AM
When creating the REST Message it will give you the option to copy it to a script. Simply click the link and the preview pane will popup and then copy the script and paste it into your custom Business Rule.