The CreatorCon Call for Content is officially open! Get started here.

Can External Application API call REST End Point in Integration Hub

san1989
Giga Guru

HI All,

I am having a requirement where external REST API calls ServiceNow REST end point.

 

I have knowledge, we can achieve through scripted REST API.

 

But can we achieve it through integration hub?

After researching I can only see we can give Base URL and resource path of external application end point.

 

Can you please share your thoughts?

Thanks in Advance

 

2 REPLIES 2

Kartik Choudha1
Tera Guru

Hey, 

 

Yes, This can be achieved through integration hub.

We have 3 service available in REST step of action - Soap, Rest and JDBC, also you need to setup a authentication via connection and credentials.

 

You can refer below docs and let me know if guidance needed.

 

https://www.servicenow.com/community/developer-articles/outbound-rest-integration-using-flow-designe...

 

https://www.servicenow.com/community/now-platform-forum/call-rest-message-from-flow-designer/td-p/10...

 

https://youtu.be/Q4f9BQe2L7M

https://youtu.be/4hBpkX5XJcA

https://youtu.be/3xABNbDdgXU

https://youtu.be/9KvNrFdaPlI

https://youtu.be/zWwOpJX0Kwg

https://youtu.be/va0dy0FI7Uo

 

Hope this helps!

Regards,

Kartik

Is it possible to use integration hub and flow designer in ServiceNow to create an Outbound REST action in under 5 minutes!?! In this 'just for fun' video we use a UI action to trigger a flow designer REST step api (via script) to bring back some BAD dad jokes and present them on an incident form
This video shows how can you utilize Integrationhub to integrate two ServiceNow instances and perform ServiceNow Ebonding. This is a quick demo in which we will create incident from one instance to another instance without performing any scripting in ServiceNow. Facebook: ...
Uploaded by ServiceNow Community on 2022-03-05.
Flow Designer - Transform Function & FD Data Step Script Transform Function FD Data use to get the previous step value. Contact Us: Visit us: https://snowexpertrohit.com
Is it possible to use integration hub and flow designer in ServiceNow to create an Outbound REST action in under 5 minutes!?! In this 'just for fun' video we use a UI action to trigger a flow designer REST step api (via script) to bring back some BAD dad jokes and present them on an incident form
In this video I show you how you use the JSON Parser when building a custom action to avoid scripting to get what you want from the response body. Link to Perspectium Webinar: https://www.perspectium.com/lp-witchdoctor-webinar/ Video Recorded in Quebec release
IntegrationHub enables execution of third-party APIs as a part of a flow when a specific event occurs in ServiceNow. These integrations, referred to as spokes, are easy to configure and enable you to quickly add powerful actions without the need to write a script. WhatsApp us on: +91- Gig: ...

Thanks for your reply.

All the references you have provided has given Base URL of third part application end point.

My requirement is third party API calls ServiceNow REST API.

So, where and how should we give ServiceNow end point.

Thanks