Block 1 - Filter
- Type / Role
- n8n-nodes-base.filter - filter
- Config choices
- Version 2.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow collects and summarizes news from multiple RSS feeds, using OpenAI to generate a concise summary that can be sent to WhatsApp or other destinations. Perfect for automating your da...
n8n-nodes-base.filter, n8n-nodes-base.set, n8n-nodes-base.merge, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.limit, n8n-nodes-base.aggregate, n8n-nodes-base.scheduletrigger, n8n-nodes-base.noop
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Danielle Gomes.
Original n8n.io sourceThis n8n workflow collects and summarizes news from multiple RSS feeds, using OpenAI to generate a concise summary that can be sent to WhatsApp or other destinations. Perfect for automating your daily news digest.
🔁 Workflow Breakdown: Schedule Trigger Start the workflow on your desired schedule (daily, hourly, etc.).
🟨 Note: Set the trigger however you wish.
RSS Feeds (My RSS 01–04) Fetches articles from four different RSS sources.
🟨 Note: You can add as many RSS feeds as you want.
Edit Fields (Edit Fields1–3) Normalizes RSS fields (title, link, etc.) to ensure consistency across different sources.
Merge (append mode) Combines the RSS items into a single unified list.
Filter Optionally filter articles by keywords, date, or categories.
Limit Limits the analysis to the 10 most recent articles.
🟨 Note: This keeps the result concise and avoids overloading the summary.
Aggregate Prepares the selected news for summarization by combining them into a single content block.
OpenAI (Message Assistant) Summarizes the aggregated news items in a clean and readable format using AI.
Send Summary to WhatsApp Sends the AI-generated summary to a WhatsApp endpoint via webhook (yoururlapi.com). You can replace this with an email service, Google Drive, or any other destination.
🟨 Note: You can send it to your WhatsApp API, email, drive, etc.
No Operation (End) Final placeholder to safely close the workflow. You may expand from here if needed.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Daily news digest: summarize RSS feeds with OpenAI and deliver to WhatsApp |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | Personal Productivity, AI Summarization |
| Author | Danielle Gomes |
| Published | 05 Jun 2025 |
Use the JSON export at /data/workflows/4709/4709.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n workflow collects and summarizes news from multiple RSS feeds, using OpenAI to generate a concise summary that can be sent to WhatsApp or other destinations. Perfect for automating your da...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Summarization use case.