Can External Application API call REST End Point in Integration Hub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 08:41 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:08 PM
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.
Hope this helps!
Regards,
Kartik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2023 09:23 PM
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