Skip to main content

Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram

Workflow preview

Workflow preview
100%
Daily news curation with Gemini AI: auto-filter & publish to Notion & 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

What this template does This workflow creates a daily “n8n News Radar” briefing: Pulls the latest n8n ecosystem updates from Blog, Community, GitHub Releases, and Reddit. Filters to the last 24 hou...

Best for

  • Market Research automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.merge, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.notion, @n8n/n8n-nodes-langchain.googlegemini, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram
Workflow name
Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram

What this template does

This workflow creates a daily “n8n News Radar” briefing:

  • Pulls the latest n8n ecosystem updates from Blog, Community, GitHub Releases, and Reddit.
  • Filters to the last 24 hours + keyword relevance.
  • Uses a Gemini “Editor-in-Chief” agent to semantically deduplicate topics and score them (only Score 3+ pass).
  • Saves curated topics to a Notion database.
  • Sends urgent alerts (Score 4+) to Telegram.

How it works (high level)

  1. Scheduled trigger (daily) or Manual trigger (testing)
  2. Data ingestion from 4 sources (RSS + GitHub API)
  3. Normalize + filter (24h)
  4. Keyword pre-filter (reduce noise + LLM cost)
  5. Batch items → Gemini agent (dedupe + scoring + Spanish strategic summary)
  6. Parse JSON output + Notion-safe chunking
  7. Save to Notion
  8. If Score >= 4 → send Telegram alert

Setup steps (after import)

  1. Connect these credentials in n8n:
  • Google Gemini (AI Agent)
  • Notion (Content DB)
  • Telegram (alerts)
  1. Replace placeholders inside nodes:
  • Add to Notion (Content DB)databaseId.value = YOUR_NOTION_DATABASE_ID
  • Telegram NotificationchatId = YOUR_TELEGRAM_CHAT_ID_OR_@channelusername

Requirements

  • An n8n instance (Cloud or self-hosted)
  • Google Gemini API access
  • A Notion database with the properties used by the Notion node
  • A Telegram bot + target chat/channel

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 - Sticky Note

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

Block 2 - Sticky Note1

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

Block 3 - Merge All Sources

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

Block 4 - Normalize & Filter (24h)

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

Block 5 - Sticky Note AI1

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

Block 6 - Sticky Note Time1

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

Block 7 - Sticky Note Time2

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

Block 8 - Telegram Notification

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

Block 9 - Add to Notion (Content DB)

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

Block 10 - Editor-in-Chief (AI Agent)

Type / Role
@n8n/n8n-nodes-langchain.googleGemini - googleGemini
Config choices
Version 1

Block 11 - Daily Schedule

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

Block 12 - n8n Blog RSS

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

Block 13 - n8n Community Announcements

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

Block 14 - GitHub n8n Releases

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 15 - Reddit n8n News

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

Block 16 - Sticky Note4

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

Block 17 - Sticky Note7

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

Block 18 - Keyword Pre-filter

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

Block 19 - Batch Items

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

Block 20 - Sticky Note2

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

Block 21 - Sticky Note33

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

Block 22 - Sticky Note3

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

Block 23 - Classification Gate

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

Block 24 - Parse & Chunk Output (Notion Guardrail)

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

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

3. Summary Table

Workflow Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram
Complexity advanced
Nodes 26
Categories Market Research, AI Summarization
Author Vasyl Pavlyuchok
Published 15 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11834/11834.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 Daily news curation with Gemini AI: auto-filter & publish to Notion & Telegram do?

What this template does This workflow creates a daily “n8n News Radar” briefing: Pulls the latest n8n ecosystem updates from Blog, Community, GitHub Releases, and Reddit. Filters to the last 24 hou...

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 Market Research, AI Summarization use case.