Use Cases
- Track changes in terms of service or privacy policies on websites.
- Monitor competitor webpages for updates or new content.
- Receive notifications for changes in government policy documents.
- Automate logging of webpage changes for compliance purposes.
How It Works
Scheduled trigger initiates the workflow at set intervals. Fetches the specified webpage content using an HTTP request. Extracts relevant content using HTML parsing. Generates a hash of the content to detect changes. Logs changes into Google Sheets and uploads snapshots to Google Drive. Sends email notifications when changes are detected.
Setup Steps
- 1Import the workflow template into your n8n instance.
- 2Update the URL in the 'Variables' node to the webpage you want to monitor.
- 3Ensure the HTML extraction selectors are correct for the content you want to track.
- 4Configure the Gmail node with your email credentials.
- 5Set the appropriate schedule in the 'Schedule Trigger' node.
Apps Used
Google Sheets
Google Drive
Gmail
Categories
Target Roles
Tags
#notifications
#process automation
#email automation