- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 06:38 PM
Hi everyone, I want to know if it is possible to call api that is not developed by servicenow from the service portal ?
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 06:48 PM
Hi,
Could you give a bit more information?
You can certainly make a REST API call to an external source and bring that information into SN or transmit data out of SN to an external source.
Here's an article example: https://www.servicenow.com/community/developer-articles/service-portal-widget-with-third-party-rest-...
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 06:48 PM
Hi,
Could you give a bit more information?
You can certainly make a REST API call to an external source and bring that information into SN or transmit data out of SN to an external source.
Here's an article example: https://www.servicenow.com/community/developer-articles/service-portal-widget-with-third-party-rest-...
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023 10:03 PM
Thank you very much!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023 08:50 PM
Yes, you can make an API call from a portal widget, either from Client Script or Server Side script.