Keep tabs on your websites without watching dashboards. Every few hours, the system checks each URL in a Google Sheet, sends a quick alert when a site changes state, and records the event for later review. Ideal for small IT teams and agencies that need simple uptime tracking.
A Schedule Trigger starts the run every six hours. The Google Sheets node pulls the list of sites and their last known status. Split In Batches loops through each site, and an HTTP Request tests the URL and reads the response headers. A Set node builds flags to spot status changes and captures the response date. The Switch node routes results: send an email first, then a Slack message if a site is down or the status changed. Every check is logged to a sheet named after the site, and the main dashboard row is updated.
Prepare a Google Sheet with Property and Status columns, connect Slack and Gmail, and pick your check interval. Expect faster incident awareness, a clean history by month, and fewer manual checks. Useful for client site portfolios, marketing pages, or any small web stack.