Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to check a website if there is a new version patch release?

ican
Tera Contributor

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.

6 REPLIES 6

Suleman
Tera Contributor

Where is this website? is it external to ServiceNow or ServiceNow Portal?

ican
Tera Contributor

Yes it is external to ServiceNow or ServiceNow Portal.

Sohail Khilji
Kilo Patron

@ican

 

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....

LinkedIn - Lets Connect

ican
Tera Contributor

Currently im using RestMessageV2(), setting up the endpoint and httpmethod as get.

From there it returns html string of the website.