- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 01:38 AM
We have just been provided an API of a Vendor and I want to hit it from ServiceNow instance? How can we do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 01:44 AM
Hi Ekta,
You can refer to these videos :
https://community.servicenow.com/community?id=community_blog&sys_id=ecfc62a5dbd0dbc01dcaf3231f9619ac
https://community.servicenow.com/community?id=community_blog&sys_id=830d2ea5dbd0dbc01dcaf3231f961943
you can have async insert or update BR on your custom table and consume the REST Message from the script.
refer links below for help
Outbound REST calls from business rules
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 01:44 AM
Hi Ekta,
You can refer to these videos :
https://community.servicenow.com/community?id=community_blog&sys_id=ecfc62a5dbd0dbc01dcaf3231f9619ac
https://community.servicenow.com/community?id=community_blog&sys_id=830d2ea5dbd0dbc01dcaf3231f961943
you can have async insert or update BR on your custom table and consume the REST Message from the script.
refer links below for help
Outbound REST calls from business rules
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 01:53 AM
Hi Sandeep,
Can we just hit the API ( of Vendor and which I intend to test) just like we test any API from Postman?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2022 07:54 PM
Hi,
Without creating REST Message you can test in background script
check this
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 02:46 AM