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

Are you reciving something back which tells it is a new patch?

If you do that then you can configure scheduled job with that, if there is a new value then trigger notification.

ican
Tera Contributor

I am receiving the entire HTML of the page as string. I can check for the element that will show new patch and check but is it the way to do it?