Skip to main content

Automated RSS to Telegram publisher with Groq AI rewriting

Workflow preview

Workflow preview
100%
Automated RSS to Telegram publisher with Groq AI rewriting preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Telegram RSS Autoposter This workflow monitors multiple RSS feeds, detects new posts, rewrites them using AI, and sends the formatted output to your Telegram account. It helps you keep your Telegra...

Best for

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

Tools used

@n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.scheduletrigger, n8n-nodes-base.rssfeedread, n8n-nodes-base.datatable, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.telegram, n8n-nodes-base.stickynote, n8n-nodes-base.splitinbatches

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automated RSS to Telegram publisher with Groq AI rewriting
Workflow name
Automated RSS to Telegram publisher with Groq AI rewriting

Telegram RSS Autoposter

This workflow monitors multiple RSS feeds, detects new posts, rewrites them using AI, and sends the formatted output to your Telegram account. It helps you keep your Telegram feed active with clear, polished, and ready-to-publish content — all fully automated.

How It Works

  • A scheduled trigger runs every 30 minutes and loads all RSS feed URLs from an n8n Data Table.
  • Each feed is fetched, and only the most recent item is selected.
  • The workflow checks whether this post has already been processed.
    • If it’s new, the link is stored in a second Data Table used for deduplication.
  • A Groq LLM rewrites the article text so it stays within Telegram’s limits and has clean, readable formatting.
  • The final message is sent to your Telegram account.

Requirements

  • Groq API key
  • Telegram bot token and your Telegram user ID
  • Two n8n Data Tables:
    • One for RSS feed URLs
    • One for processed post links

How to Set Up

  1. Add your RSS URLs to the Data Table.
  2. Insert your Groq API key into the Groq node.
  3. Add your Telegram bot token and user ID to the Telegram node.
  4. Adjust the schedule trigger interval if needed.

Customization Ideas

  • Replace the schedule trigger with a webhook for manual on-demand checks.
  • Change the AI prompt for a different tone or formatting style.
  • Send messages to a Telegram channel instead of a private chat.
  • Add keyword filters to send only specific articles.

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 - Groq Chat Model

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

Block 2 - Every 30 minutes

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

Block 3 - Read RSS links

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

Block 4 - Add link

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

Block 5 - Rewrite Post

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

Block 6 - Send post to user

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

Block 7 - Sticky Note

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

Block 8 - Sticky Note1

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

Block 9 - Sticky Note2

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

Block 10 - Sticky Note3

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

Block 11 - Sticky Note4

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

Block 12 - If link not in table

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

Block 13 - For each RSS

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

Block 14 - Finish workflow

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

Block 15 - Get RSS list

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

Block 16 - Get only latest link

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

3. Summary Table

Workflow Automated RSS to Telegram publisher with Groq AI rewriting
Complexity advanced
Nodes 16
Categories Social Media, Multimodal AI
Author Anton Bezman
Published 06 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11566/11566.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 Automated RSS to Telegram publisher with Groq AI rewriting do?

Telegram RSS Autoposter This workflow monitors multiple RSS feeds, detects new posts, rewrites them using AI, and sends the formatted output to your Telegram account. It helps you keep your Telegra...

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, Multimodal AI use case.