Block 1 - Merge
- Type / Role
- n8n-nodes-base.merge - merge
- Config choices
- Version 3.1
This workflow is provided as-is. Please review and test before using in production.
Flexible News Curator Multi Sources, AI Analysis, Summaries, Translation, and Settable Channels Overview The Flexible News Curator workflow can automate the collection, filtering, AI driven anal...
n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.filter, n8n-nodes-base.limit, @n8n/n8n-nodes-langchain.lmchatmistralcloud, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.splitout, n8n-nodes-base.scheduletrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hybroht.
Original n8n.io sourceThe Flexible News Curator workflow can automate the collection, filtering, AI-driven analysis, and summarization of news from diverse sources of your interest. Using customizable search themes, RSS feeds, and (optional) video descriptions, it delivers concise, quality news summaries via configurable channels. This workflow is designed to help reduce information overload and keep you updated effortlessly.
Click the image below to watch the video guide:
This workflow benefits professionals, researchers, marketers, and anyone who needs to stay informed about specific news themes without wasting time on irrelevant information or reading too many news to select the most interesting ones.
The workflow tackles the challenge of information overload by automatically filtering, summarizing, and delivering the essential news tailored to your interests and preferences. It integrates various data sources and channels for comprehensive yet efficient news consumption. Ideal use-cases include:
The workflow gathers news from RSS feeds, search engines, and social media, then:
The workflow is primarily configured via the Configure Workflow Args node or the Global Variables custom node, with these key parameters:
| Parameter | Description | Type |
|---|---|---|
search_themes |
List of keywords/themes to search in SerpAPI | List of strings |
datetime_delta |
Number of days back to include news from; e.g., 0 = today | Integer |
link_censor |
Regex to exclude unwanted URLs | Regex string |
title_censor |
Regex to exclude unwanted titles | Regex string |
content_censor |
Regex to exclude unwanted content | Regex string |
use_qa |
Flag to enable AI Quality Assurance for headline filtering | Boolean |
max_news_analysis |
Max number of articles sent to News Analyzer | Integer |
qa_max_news |
Number of headlines the QA Agent analyzes | Integer |
qa_max_top_news |
Number of headlines selected by QA Agent | Integer |
qa_check_criteria |
Criteria used by QA Agent to discard low-quality headlines | List of strings |
qa_select_criteria |
Criteria used by QA Agent to rank/select the best headlines | List of strings |
news_focus |
What the News Analyzer should focus on while selecting news | String |
news_target_audience |
Target audience description for the News Analyzer | String |
news_criteria |
Instructions for the News Analyzer to identify relevant news | List of strings |
language |
Language for news summaries; triggers translation if not English | String |
translator_tone |
Tone for translation (e.g., casual, professional) | String |
translator_notes |
Additional instructions for the translator | String |
email_sender |
Email address used for sending (via SMTP) | String |
email_recipients |
Recipient email addresses (comma-separated) | String |
email_subject |
Email subject line | String |
telegram_chat_id |
Telegram chat ID for sending notifications | String |
phone_number |
Phone number for WhatsApp messages | String |
rss_feeds |
Custom list of RSS feeds (objects with link and needs_content_search properties) |
JSON array of objects |
video_rss_feeds |
Custom list of video RSS feeds | JSON array of objects |
enable_video_search |
Enable/disable video search functionality | Boolean |
enabled_senders |
List of enabled delivery channels (email, telegram, whatsapp, webhook, save-to-disk) | List of strings |
Hint: To add or combine keywords in censors, use the pattern "keyword1|keyword2|keyword3".
Structured JSON containing a general news summary, top news with summaries, and metadata, suitable for your preferred channel delivery.
An example that includes workflow parameters is provided in a note within the workflow.
This workflow was developed by the Hybroht team of AI enthusiasts and developers dedicated to enhancing the capabilities of AI through collaborative processes. Our goal is to create tools that harness the possibilities of AI technology and more. For questions, support, or feature requests, reach out via [email protected].
We will answer any questions, provided they are related to this workflow.
Please contact us if there is any bug/issue with this workflow. We will assist you.
You can view the full license terms here. Please review them before making your purchase.
By purchasing this product, you agree to these terms.
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.
Showing the first 24 of 120 workflow blocks. Download the JSON for the full node graph.
| Workflow | Multi-source news curator with Mistral AI analysis, summaries & custom channels |
|---|---|
| Complexity | advanced |
| Nodes | 120 |
| Categories | Content Creation, AI Summarization |
| Author | Hybroht |
| Published | 18 Jul 2025 |
Use the JSON export at /data/workflows/6157/6157.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.
Flexible News Curator Multi Sources, AI Analysis, Summaries, Translation, and Settable Channels Overview The Flexible News Curator workflow can automate the collection, filtering, AI driven anal...
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 Content Creation, AI Summarization use case.