Skip to main content

📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram

Workflow preview

Workflow preview
100%
📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Tags: EU News, RSS, AI Classifier, Data Table, Email Digest, Automation, n8n Context Hi! I’m Samir , Supply Chain Engineer and Data Scientist based in Paris, and founder of...

Best for

  • Social Media automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.splitinbatches, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.if, n8n-nodes-base.gmail, n8n-nodes-base.stickynote, n8n-nodes-base.datatable, n8n-nodes-base.merge

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Samir Saci.

Original n8n.io source

1.1 Workflow description

Title
📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram
Workflow name
📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram

Tags: EU News, RSS, AI Classifier, Data Table, Email Digest, Automation, n8n

Context

Hi! I’m Samir , Supply Chain Engineer and Data Scientist based in Paris, and founder of the startup LogiGreen.

This workflow helps me closely follow EU sustainability news that impacts my business.

> Use this assistant to automatically curate and summarize EU news tailored to the topics that matter most to you.

By default, the workflow filters sustainability-related news, but you can easily adapt the topic description (e.g. AI, trade, digital, energy) using the edit node Topic Config.

📬 For business inquiries, you can find me on LinkedIn

Who is this template for?

This template is designed for:

  • Policy analysts and researchers who want to track EU updates on a specific topic
  • Consultants and sustainability teams who need a daily view of relevant announcements
  • Business owners or startup founders, like myself, who need to adapt their business strategies to the recent news

What does this workflow do?

This workflow acts as an AI-powered EU news filter and digest generator.

  1. Fetches the latest press releases from the Council of the EU RSS feed every morning at 09:00
  2. Filters out all the news already recorded to avoid duplicates
  3. Uses an AI classifier (OpenAI) to decide whether each article is relevant to your topic
  4. Stores only the relevant items in an n8n Data Table
  5. Generates a formatted HTML newsletter grouping the day’s relevant articles
  6. Sends the digest by email using the Gmail node
  7. Generates an audio summary with ElevenLabs that is sent via Telegram

Here’s an example of the generated email:

🎥 Tutorial

A complete tutorial (with explanations of every node) is available on YouTube:

Next Steps

🗒️ Inside the workflow:

  • Replace the Data Table reference with your own
  • Set up your Gmail, OpenAI and ElevenLabs credentials
  • Update the recipient email address in the Gmail node
  • Customize the HTML digest (colors, logo, style) in the Code node
  • Adjust the schedule time if necessary

Submitted: 18 November 2025 Template designed with n8n version 1.116.2

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Loop Over News

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 2 - Trigger: 09:00 am

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 3 - RSS News EU

Type / Role
n8n-nodes-base.rssFeedRead - rssFeedRead
Config choices
Version 1.2

Block 4 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 5 - Send the digest

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 6 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Archived News

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 10 - Add Archived Guid(s)

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 11 - List of guid(s) archived

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 12 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Today's News

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 14 - Add News

Type / Role
n8n-nodes-base.dataTable - dataTable
Config choices
Version 1

Block 15 - Classify News based on a Topic

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.4

Block 16 - Topic Config

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 17 - Avoid Duplicates

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 18 - Generate a Digest in HTML

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 19 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 20 - Create Daily Voice Summary

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 2.2

Block 21 - Send Voice Summary

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 22 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 23 - Generate Voice Message

Type / Role
@elevenlabs/n8n-nodes-elevenlabs.elevenLabs - elevenLabs
Config choices
Version 1

Block 24 - Aggregate Titles

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Showing the first 24 of 25 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow 📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram
Complexity advanced
Nodes 25
Categories Social Media, AI Summarization
Author Samir Saci
Published 18 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10961/10961.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does 📰 EU sustainability news curation with RSS, GPT, Gmail, ElevenLabs & Telegram do?

Tags: EU News, RSS, AI Classifier, Data Table, Email Digest, Automation, n8n Context Hi! I’m Samir , Supply Chain Engineer and Data Scientist based in Paris, and founder of...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Social Media, AI Summarization use case.