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.
Overview This n8n workflow automatically fetches the latest news articles from multiple RSS sources, filters for the last 24 hours, summarizes them into a concise 400 word digest in Vietnamese, and...
n8n-nodes-base.filter, n8n-nodes-base.set, n8n-nodes-base.merge, n8n-nodes-base.limit, n8n-nodes-base.aggregate, n8n-nodes-base.scheduletrigger, n8n-nodes-base.stickynote, n8n-nodes-base.rssfeedread
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DuyTran.
Original n8n.io sourceOverview
This n8n workflow automatically fetches the latest news articles from multiple RSS sources, filters for the last 24 hours, summarizes them into a concise ~400-word digest in Vietnamese, and then delivers the result directly to Zalo and Telegram. It’s designed for professionals who need a quick, AI-curated overview of daily news without manually browsing multiple websites.
🧩 Key Features
⏰ Triggers
Schedule Trigger: Run at specific times (e.g., morning briefing).
Zalo & Telegram Triggers: Start workflow when requested via chat.
🌐 News Collection
Fetches news from 4 RSS sources (RSS.app, Google News, etc.).
Extracts standardized fields (title, pubDate, content).
🔍 Filtering & Processing
Keeps only news published in the last 24h.
Limits to 20 most recent items.
Aggregates multiple feeds into one dataset.
🧠 AI Summarization
Uses OpenAI Assistant to generate 15–19 highlights (~400 words).
Translates into Vietnamese, removes special symbols.
Optionally calls Perplexity AI to refine content into a financial–economic–political style summary.
Maintains short-term context with Memory Buffer for improved output.
📲 Delivery Channels
Sends digest directly to Zalo (personal & group chat).
Sends digest to Telegram bot.
⚙️ Workflow Steps
Trigger – schedule or chat command (Zalo/Telegram).
RSS Fetchers (4 feeds) – collect news.
Edit Fields – normalize title, date, and content.
Merge & Filter – unify feeds, keep only last 24h.
Limit & Aggregate – select top 20 articles.
AI Summarization – generate digest via OpenAI + Perplexity.
Delivery – send results to Zalo & Telegram.
🔐 Requirements
✅ RSS source URLs (already set in workflow).
🔑 OpenAI API key.
🔑 Perplexity API key.
📲 Zalo User API + Telegram Bot API credentials.
📥 Example Use Case
A financial analyst or business leader wants a daily briefing in Vietnamese.
At 7 AM, they automatically receive a curated 400-word digest via Telegram and Zalo.
Can also trigger the report on-demand from chat.
🛠 Customization Options
Add/remove RSS sources.
Adjust summary length (short/medium/long).
Output to other channels (Email, Slack, Notion).
Change language from Vietnamese → English.
⚠️ Limitations
RSS feeds must be valid & accessible.
Summaries depend on AI quality and may vary slightly.
Perplexity API requires active subscription.
📌 SEO Tags
n8n workflow, rss news summarizer, daily news digest, telegram news bot, zalo ai assistant, openai news summary, perplexity ai, financial political economic news
More template: https://auton8n.pw/
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 summarization with OpenAI Perplexity AI delivered via Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 21 |
| Categories | AI Summarization, Multimodal AI |
| Author | DuyTran |
| Published | 20 Aug 2025 |
Use the JSON export at /data/workflows/7627/7627.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.
Overview This n8n workflow automatically fetches the latest news articles from multiple RSS sources, filters for the last 24 hours, summarizes them into a concise 400 word digest in Vietnamese, and...
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 AI Summarization, Multimodal AI use case.