- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2019 12:02 AM
Hello Experts,
I am new to service Now, but I want to know from the service now community experts that:- Is service Now provides any kind of "Streaming APIs" to deliver data to clients in web real-time. Like "salesforce" and "twitter" has provided.
"Streaming APIs": Streaming APIs are provided by SaaS applications, social media platforms, and other services to deliver data to clients in web real-time. The streaming API model is usually implemented for reading data. It is used to deliver data to consumers, not to make writes or deletes. In theory, you could perform writes over a streamed connection but it's very inefficient and the request-response model offers a better interaction since if you perform a write you want a response to that action.
Please let me know the link for the same for if service now has exposed any streaming APIs for anything or any API versions.
Regards,
Amit Kumar
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2019 01:27 PM
Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
- Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2019 11:45 AM
Hi Amit,
As of this writing, there are two ways to accomplish this requirement.
1. You can fetch the data from ServiceNow via Table API's
2. Create a custom flow to send the data to the third party system from ServiceNow instance.
-Pradeep Sharma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2019 04:56 AM
Hi Pradeep,
Its very much Appriciated, that you took your valuable time to look in to it. So, Can i conclude that- currently there is no any streamming api's has been exposed by the service Now. But inorder to achieve the similar use case we need to follow your mentioned steps.
Regards,
Amit Kumar

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2019 08:27 AM
Yes, that’s right.
- Pradeep Sharma

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2019 01:27 PM
Let me know if I have answered your question. If so, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
- Pradeep Sharma