How to check a website if there is a new version patch release?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 09:51 PM
Use Case:
I want to check website daily if there are new version of patch released and send email notification, this should be done automatically via Scheduled Job.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 11:44 PM
Where is this website? is it external to ServiceNow or ServiceNow Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 12:35 AM
Yes it is external to ServiceNow or ServiceNow Portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:10 AM
This seems to be manual works, but you can check if the website has any REST api available so that we can query to check for new updates daily.
You can user servicenow RPA to do the scraping of websites to see if you have any new updates on website.
I hope this helps.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2023 01:16 AM
Currently im using RestMessageV2(), setting up the endpoint and httpmethod as get.
From there it returns html string of the website.
