- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2020 11:56 PM
HI,
We are building multiple integrations for our client.
We had this query, are Scripted REST APIs used only for inbound communication in to ServiceNow. Can we use Scripted REST API for Outbound integrations from ServiceNow on to different third party systems ?
Thanks,
Gopi
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 12:05 AM
Hi Gopi,
Scripted REST APIs are being used in ServiceNow so that an endpoint can be given to 3rd party team.
This endpoint when consumed by 3rd party would perform some operation as defined in the scripted rest API.
It is used for inbound communication to ServiceNow only.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
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
05-02-2020 12:02 AM
You need to create a REST Message for Outbound Communications from ServiceNow.
You can trigger this REST Message from any server side scripts like business rules/ script includes/ workflows etc. Scripting for outbound REST is here:
More details here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2020 12:05 AM
Hi Gopi,
Scripted REST APIs are being used in ServiceNow so that an endpoint can be given to 3rd party team.
This endpoint when consumed by 3rd party would perform some operation as defined in the scripted rest API.
It is used for inbound communication to ServiceNow only.
Mark ✅ Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.
Thanks
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
05-03-2020 12:45 AM
HI Ankur,
Thank you for the suggestion. This has improved my understanding.
Thanks,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2020 04:08 AM
Hi Ankur,
After creating the scripted REST API, we get the end point to be provided to the other team through REST API explorer right ?
Thanks,
Gopi