W flow
W flow is in open beta.

← All guides · Updated 2026-09-26

Post new RSS articles to Telegram automatically

Watch any blog, news site or YouTube channel and post every new article to a Telegram chat or channel — a free, no-code RSS to Telegram bot.

Want every new post of a blog, a news site or a YouTube channel in your Telegram chat or channel — without checking it yourself? This workflow watches an RSS feed and sends each new article as a Telegram message.

What you need

Step 1 — The trigger: RSS Feed — New Item

  1. Create a new workflow and add the trigger RSS Feed — New Item.
  2. Paste the feed URL and choose how often to check (poll interval in minutes, e.g. 15).

The server checks the feed on its own — you do not need to keep the editor open. The first check after saving only remembers what is already there, so old articles are never posted; from then on every new article triggers the workflow.

Step 2 — One message per article: Split Out

A single check can find several new articles at once. They arrive as a list called items. Add a Split Out node after the trigger and set Field to items — now every article travels on as its own item with title, link and description.

Step 3 — Send it: Telegram Bot

  1. Add a Telegram Bot node after Split Out.
  2. Paste the bot token and the chat ID.
  3. Write the message text, for example:
    📰 {{title}}
    {{link}}

Step 4 — Test and save

Press Run: the trigger fires with a sample article, so you can check the message format right away. Then save the workflow — from now on it runs by itself. Every automatic run appears under Executions with its full log.

Variations

Try it yourself

Create a free W flow account and build this workflow in a few minutes.

Start free