This workflow provides an intelligent automation solution for processing RSS feeds using ScrapeGraph API and delivering personalized news summaries via email and Telegram.
Time-Saving Automation
Multi-Channel Distribution
AI-Powered Content Processing
Quality Content Filtering
Trigger & Data Fetching: The workflow starts manually. It reads a specified RSS feed and immediately filters the items to keep only those published within the last 24 hours, ensuring the digest is current.
Content Processing: For each recent article (up to a limit of 3), the workflow performs a two-step process:
Digest Generation & Delivery: The extracted content from all articles is aggregated. A powerful Language Model (OpenAI) is then instructed to synthesize this information into a well-structured summary with a clear subject and body, formatted as an email. Finally, this generated digest is sent simultaneously to a specified email address via Gmail and to a Telegram channel or chat.
Before executing the workflow, you need to configure the following steps:
Install the Community Node: Install the ScrapeGraphAI node from the n8n community nodes list. This node is essential for scraping article content and is not part of the core n8n installation.
Configure Credentials: Ensure the following credentials are correctly set up in your n8n instance:
ScrapegraphAI account
: For the web scraping functionality.OpenAi account
: For the summary generation.Gmail account
: To send the email.Telegram account
: To send the Telegram message.Set Key Parameters: Update the workflow with your specific details:
URL_FEED
with the actual URL of the RSS feed you want to monitor.YOUR_CHAT_ID
with the unique identifier of your Telegram channel or chat.Contact me for consulting and support or add me on Linkedin.