workflows.fit
Back to n8n workflows
n8n templateFreeBy vinci-king-01

Monitor regulatory updates with ScrapeGraphAI and send alerts via Telegram

Breaking News Aggregator with Telegram and Redis ⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI communit...

DevelopmentData & StorageCommunicationHITLCore NodesManual TriggerCodeSplit In Batches
Loading interactive preview...

Template notes

Breaking News Aggregator with Telegram and Redis

⚠️ COMMUNITY TEMPLATE DISCLAIMER: This is a community-contributed template that uses ScrapeGraphAI (a community node). Please ensure you have the ScrapeGraphAI community node installed in your n8n instance before using this template.

This workflow monitors selected government websites, regulatory bodies, and legal-news portals for new or amended regulations relevant to specific industries. It scrapes the latest headlines, compares them against previously recorded items in Redis, and pushes real-time compliance alerts to a Telegram channel or chat.

Pre-conditions/Requirements

Prerequisites - n8n instance (self-hosted or cloud) - ScrapeGraphAI community node installed - Redis server accessible from n8n - Telegram Bot created via BotFather - (Optional) Cron node if you want fully automated scheduling instead of manual trigger

Required Credentials - ScrapeGraphAI API Key – Enables ScrapeGraphAI scraping functionality - Telegram Bot Token – Allows n8n to send messages via your bot - Redis Credentials – Host, port, and (if set) password for your Redis instance

Redis Setup Requirements | Key Name | Description | Example | |----------|-------------|---------| | latestRegIds | Redis Set used to store hashes/IDs of the most recent regulatory articles processed | latestRegIds |

> Hint: Use a dedicated Redis DB (e.g., DB 1) to keep workflow data isolated from other applications.