Monitor Webpage Changes with Notifications
detail.loadingPreview
Detects changes on a webpage and notifies via email.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of monitoring a specific webpage for content changes. It periodically fetches the webpage, extracts relevant content, uses hashing to detect modifications, and sends an email notification if changes are detected.
Key Features
- Scheduled monitoring of webpages.
- Content extraction using CSS selectors.
- Change detection via content hashing.
- Email notifications for detected changes.
- Snapshot creation of changes in Google Drive.
- Logging of changes in Google Sheets.
How To Use
- Configure Schedule: Set the
Schedule Triggernode to run at your desired interval. - Set Webpage URL: Update the
Variablesnode with theBASE_URLenvironment variable pointing to the target webpage. - Define Content Selector: In the
Extract Contentsnode, specify the correct CSS selector for the content you want to monitor. - Configure Credentials: Set up your Gmail and Google Sheets/Drive API credentials.
- Set Email Recipient: Update the
Notify of Changenode with the desired email address. - Set Google Sheets/Drive IDs: Ensure the
Log RecordandTake a Snapshotnodes have the correct Document ID, Folder ID, and Sheet Name.
Apps Used
Workflow JSON
{
"id": "d4972322-d5e6-41e1-bbd5-9c8b5791cfe9",
"name": "Monitor Webpage Changes with Notifications",
"nodes": 0,
"category": "Web Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: d4972322-d5e6...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Capture Website Screenshots with Bright Data
Automates capturing website screenshots using Bright Data's Web Unlocker and saves them to disk.
Intelligent Web Query and Semantic Re-Ranking Flow
Automates web searching and semantic re-ranking of results using Brave Search API.
Automate Web Interactions with the Ultimate Browser Agent
This workflow leverages the Airtop browser automation tool to create an ultimate browser agent. It can load URLs, type into fields, query information, and even send results to Slack, providing powerful web automation capabilities.
Intelligent Web Query and Semantic Re-Ranking Flow
Queries the web using Brave Search, re-ranks results semantically, and returns top results.
Automated Website Change Notifier with Telegram Alerts
Stay informed about critical updates on any website. This n8n workflow automatically monitors specified web pages for content changes and instantly sends you a notification via Telegram when a modification is detected, ensuring you never miss an important update.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.