URL Pinger automates the process of checking multiple URLs every 15 minutes, ensuring website availability and performance. By integrating with SplitOut, it efficiently handles a list of URLs, providing timely updates and reducing manual monitoring efforts.
http://firsturl.com
https://secondurl.com
https://thirdurl.com
URLs List
node to add or remove URLs as needed by changing the array in the assignments.Schedule Trigger
node by modifying the minutesInterval
value to any desired number of minutes.HTTP Request
node in case of errors by changing the onError
parameter to suit their needs (e.g., log errors, send notifications).