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.
Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre built R...
n8n-nodes-base.merge, n8n-nodes-base.aggregate, n8n-nodes-base.rssfeedread, n8n-nodes-base.filter, @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 sourceUsing Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre-built RSS feeds and a custom DuckDuckGo node, which you can change if you need. It will deliver the most relevant news of the day in a concise manner.
++How It Works++
The workflow begins each weekday at noon.
The news are gathered from RSS feeds and a custom DuckDuckGo node, using HTTPS GET when needed.
News not from today or containing unwanted keywords are filtered out.
The first AI Agent will select the top news from their titles alone and generate a general title & summary.
The next AI Agent will summarize the full content of the selected top news articles.
The general summary and title will be combined with the top 10 news summaries into a final output.
++Requirements++
An active n8n instance (self-hosted or cloud).
Install the custom DuckDuckGo node: **n8n-nodes-duckduckgo-search**
A Mistral API key
Configure the Sub-Workflow for the content which requires HTTP GET requests. It is provided in the template itself.
++Fair Notice++
This is an older version of the template. There is a superior updated version which isn't restricted to tech news, with enhanced capabilities such as communication through different channels (email, social media) and advanced keyword filtering. It was recently published in n8n. You can find it here. If you are interested or would like to discuss specific needs, then feel free to contact us.
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 48 workflow blocks. Download the JSON for the full node graph.
| Workflow | Tech news_curator - analyze daily news using AI_agents with Mistral |
|---|---|
| Complexity | advanced |
| Nodes | 48 |
| Categories | Content Creation, AI Summarization |
| Author | Hybroht |
| Published | 25 Jun 2025 |
Use the JSON export at /data/workflows/5339/5339.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.
Using Mistral API, you can use this n8n workflow to automate the process of: collecting, filtering, analyzing, and summarizing news articles from multiple sources. The sources come from pre built R...
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.