Watch web pages for changes with Google Gemini, Google Sheets, and Slack

Quick Overview This workflow checks a specified web page every 6 hours, stores snapshots in Google Sheets, and when the page text changes it uses Google Gemini to summarise what changed and posts the summary to a Slack channel.

How it works Runs every 6 hours on a schedule. Fetches the configured URL via HTTP and posts a Slack alert if the page cannot be retrieved. Strips the HTML down to cleaned plain text (limited to 6,000 characters) for comparison. Reads the last stored snapshot from Google Sheets and compares it to the current cleaned text. If this is the first run, saves the current text as a baseline snapshot in Google Sheets. If the text changed, sends the previous and current versions to Google Gemini to generate a 2–3 sentence change summary. Posts the change summary and page link to Slack, then updates the snapshot in Google Sheets so the same change is only reported once.

Setup Add credentials for Google Sheets OAuth, Google Gemini (PaLM) API, and Slack OAuth. Update the label, URL, and CSS selector in the page configuration to match the page section you want to monitor. Select your Google Sheets document and ensure a “Snapshots” sheet exists with a column for stored page text (for example, “Text”). Choose the target Slack channel (for example, #monitoring) for both change notifications and fetch-failure alerts.

0
Downloads
0
Views
8.61
Quality Score
intermediate
Complexity
Author:oka hironobu(View Original →)
Created:8/2/2026
Updated:8/10/2026

🔒 Please log in to import templates to n8n and favorite templates

Workflow Visualization

Loading...

Preparing workflow renderer

Comments (0)

Login to post comments