RSS to Telegram

Automated workflow for Telegram that reads RSS feeds and sends updates on currency exchange rates. It checks for new entries at scheduled intervals, ensuring timely notifications and keeping users informed about the latest market changes.

7/8/2025
7 nodes
Complex
schedulecomplextelegramrssfeedreadnoopautomationcommunicationbotcodecustomlogicconditional
Categories:
Communication & MessagingSchedule TriggeredComplex Workflow
Integrations:
TelegramRssFeedReadNoOp

Target Audience

This workflow is ideal for:
- Businesses looking to automate their communication with customers through Telegram.
- Developers who want to integrate RSS feeds into their applications without manual intervention.
- Content Creators who need to stay updated on specific topics and share relevant content automatically.
- Marketers aiming to engage their audience with timely updates from RSS feeds.

Problem Solved

This workflow addresses the challenge of manually checking RSS feeds for updates and sharing them on Telegram. By automating this process, it ensures that users receive the latest information without the need for constant monitoring, thus saving time and increasing efficiency.

Workflow Steps

  • Cron Trigger: The workflow begins with a scheduled trigger that activates every X minutes (set to 1 minute in this case).
    2. RSS Feed Read Node: It reads the specified RSS feed URL to fetch the latest entries.
    3. Latest Read Node: This node retrieves the last read date from the workflow's static data to compare with new entries.
    4. IF Node: It checks if the new RSS entry is more recent than the last read date and whether the title contains any specific keywords.
    5. Write Latest Read Node: If a new entry is detected, it updates the latest read date in the static data.
    6. Telegram Node: Finally, if the conditions are met, it sends a message to the specified Telegram chat with the entry's title and link.
    7. NoOp Node: If no new entries are found, the workflow ends without taking further action.
  • Customization Guide

    Users can customize this workflow by:
    - Changing the RSS Feed URL: Update the URL in the RSS Feed Read node to point to the desired feed.
    - Modifying the Telegram Message: Adjust the text in the Telegram node to change the message format or content sent to users.
    - Altering the Schedule: Modify the trigger frequency in the Cron node to suit your needs, whether that’s every minute, hour, or day.
    - Updating Conditions: Customize the conditions in the IF node to filter entries based on different criteria, such as keywords or dates.