RSS to Telegram: New Feed Item Notifications - n8n Workflow | Neura Market
RSS to Telegram: New Feed Item Notifications
Polls RSS feeds periodically and sends Telegram messages for new items, using static data to prevent duplicates.
This workflow automates monitoring of an RSS feed by triggering every minute via Cron. It fetches the latest feed items, compares their publication dates against the last processed timestamp stored in global static data, and filters for truly new content using an IF node that checks timestamps and title conditions.
If new items are detected, it crafts a formatted Telegram message including the title, hashtag (e.g., for currency rates), and link, then sends it to a specified chat. It updates the
Platform
n8n
Category
Health & Fitness
Price
$11.99
Creator
Bryce Yu
RSS
Telegram
Notifications
Automation
Polling
Cron
Duplicate Prevention
Static Data
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.