Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

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

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