Fetch and store the data from third party tools using rest calls using servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2020 11:08 AM
Hi Team,
I have a question regarding, API.
I want to make a rest call from servicenow to third party tool, get the data from the third party tool and store it in a servicenow table. What is the way to achieve this.
What are the possibilities to do this?
I saw a link which says about Data sources:https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/import-sets/task/...
However i couldnt see the Rest(Integration hub) in new york version.
It would be great to know if someone has any idea regarding this.
Thank you in advance!!
- Labels:
-
IntegrationHub

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2020 11:12 AM
Hello Dipika,
REST API and inbound web services is the way to go forward.
Refer to these links. This will guide you in the right direction.
https://www.youtube.com/watch?v=OcRxmJUgens
Kindly mark the comment as a correct answer and helpful if it helps to solve your problem.
Regards,
Asif
2020 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2020 12:53 AM
Hi Asif,
Is it not possible to do a outbound rest call.
We use xMatters and we can do an inbound action.
Is it possible to make an outbound call from servicenow fetch details and store it in a servicenow table
Thanks,
Deepika

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2020 03:29 AM
Hi Dipika,
Yes it is possible. Here is 1 article, where i have called an external API and returned that data to a from. Instead of returning, you can store it in your table.
Refer the SI in this article.
Kindly mark the comment as a correct answer and helpful if it helps to solve your problem.
Regards,
Asif
2020 ServiceNow Community MVP