About API calls

yuchen zhang
Tera Contributor

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.

1 ACCEPTED SOLUTION

Allen Andreas
Administrator
Administrator

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!

View solution in original post

3 REPLIES 3

Allen Andreas
Administrator
Administrator

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!

Thank you very much!!

ARG645
Tera Guru

Yes, you can make an API call from a portal widget, either from Client Script or Server Side script.