How to get RSS Feeds from External Site in Servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017 04:12 AM
Hi ,
I have a requirement to fetch the RSS Feeds from External Sites and display in servicenow.
Is there a way to achieve this in Servicenow?
Thanks in Advance
Vidyashree

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017 05:30 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017 08:15 AM
Does "get them into SN" mean to display them in a dashboard/portal page, or does it mean consume them into a SN table?
To get the feed into a table, I've used the RestMessageV2 outbound web calls to query the RSS feed. Then I parse the returned XML and insert into the table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 04:00 AM
Hi Vidya,
Did you find anything here?