Skip to main content

Daily AI news summaries with Gemini 2.5 Flash to Telegram

Workflow preview

Workflow preview
100%
Daily AI news summaries with Gemini 2.5 Flash to 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

Get Daily AI News Briefings in Telegram with Gemini & n8n Tired of sifting through endless articles to stay updated on Artificial Intelligence? This workflow transforms you into an intelligence ana...

Best for

  • Personal Productivity automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.telegram, n8n-nodes-base.rssfeedreadtrigger, n8n-nodes-base.jinaai, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Daily AI news summaries with Gemini 2.5 Flash to Telegram
Workflow name
Daily AI news summaries with Gemini 2.5 Flash to Telegram

Get Daily AI News Briefings in Telegram with Gemini & n8n

Tired of sifting through endless articles to stay updated on Artificial Intelligence? This workflow transforms you into an intelligence analyst by automatically fetching the latest AI news, using Google's Gemini to create a professional summary, and delivering a polished briefing directly to your Telegram chat.

Stop chasing news and let the insights come to you! ๐Ÿš€

๐Ÿš€ What this workflow does

  • ๐Ÿ“ฐ Monitors an RSS Feed: Automatically triggers whenever a new article is published on the specified AI news feed (artificialintelligence-news.com).
  • ๐Ÿง  Scrapes Article Content: Uses Jina AI to read and extract the full, clean text from the article link.
  • ๐Ÿค– Generates an AI Report: Leverages the power of the Google Gemini 2.5 Flash model to analyze the article and generate a structured, insightful intelligence briefing based on a specialized prompt.
  • ๐Ÿ“จ Delivers to Telegram: Sends the final, perfectly formatted markdown report as a message to your chosen Telegram chat.

๐Ÿ› ๏ธ What you'll need to get started

โš™๏ธ How to use this workflow

  1. Copy the workflow: Click "Use template" to import this workflow into your n8n canvas.
  2. Configure Jina AI Node:
    • Select the "Read News from AI News Website" node.
    • In the "Credentials" section, add your Jina AI API key.
  3. Configure Gemini Node:
    • Select the "Gemini 2.5 Flash" node on the canvas.
    • In the "Credentials" section, add your Google Gemini API key.
  4. Configure Telegram Node:
    • Select the "Send a text message" node.
    • Add your Telegram API credentials.
    • In the "Chat ID" field, enter the specific chat, group, or channel ID where you want to receive the news briefings.
  5. Activate the workflow: Hit the "Activate" toggle in the top right corner. Your automated AI analyst is now live!

โœจ Bonus: Expand your intelligence briefing

The prompt in the "Generate Report" node is designed to synthesize information from multiple sources. You can easily expand this workflow to create even more comprehensive reports:

  1. Add another RSS Feed: Copy the "AI-News Feed" node and change the Feed URL to another source.
  2. Connect the Nodes: Drag the output of the new RSS feed node to the "Read News from AI News Website" node.
  3. That's it! The workflow will now process articles from both feeds and the Gemini node will automatically identify common themes and unique stories as instructed in the prompt.

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 - Generate Report

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 2 - Gemini 2.5 Flash

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

Block 3 - Send a text message

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

Block 4 - AI-News Feed

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

Block 5 - Read News from AI News Website

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

Block 6 - Sticky Note

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note2

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

Block 9 - Sticky Note3

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

Block 10 - Sticky Note4

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

3. Summary Table

Workflow Daily AI news summaries with Gemini 2.5 Flash to Telegram
Complexity intermediate
Nodes 10
Categories Personal Productivity, AI Summarization
Author Harsh Maniya
Published 17 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6095/6095.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 AI news summaries with Gemini 2.5 Flash to Telegram do?

Get Daily AI News Briefings in Telegram with Gemini & n8n Tired of sifting through endless articles to stay updated on Artificial Intelligence? This workflow transforms you into an intelligence ana...

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 Personal Productivity, AI Summarization use case.