How to get RSS Feeds from External Site in Servicenow

vidyashreehr
Kilo Contributor

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

3 REPLIES 3

dvp
Mega Sage
Mega Sage

this link might help you


RSS Feed Reader


jarodm
Mega Guru

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.


Vinay49
Tera Expert

Hi Vidya,

Did you find anything here?