JUHE API Marketplace

RSS to Telegram

Active

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.

Workflow Overview

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.

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.

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.

  1. 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.

Statistics

7
Nodes
0
Downloads
45
Views
2193
File Size

Quick Info

Categories
Communication & Messaging
Schedule Triggered
+1
Complexity
complex

Tags

code
custom
noop
logic
conditional
complex
schedule
telegram
+4 more