MyBotBoxMyBotBox

RSS Feed

Monitor RSS feeds and trigger workflows on new items

Overview

Subscribe to any RSS or Atom feed and automatically trigger your workflow when new content is published. Perfect for monitoring blogs, news sites, podcasts, and any content that publishes an RSS feed.

Setup

  1. Add the RSS Feed block to your workflow
  2. Enable the RSS trigger
  3. Configure the feed URL and polling interval

Triggers

RSS Poller

The RSS Feed block works as a trigger that polls feeds at regular intervals.

ParameterTypeDescription
feedUrlstringThe RSS or Atom feed URL to monitor
pollingIntervalstringHow often to check for new items

Trigger Output

When a new item is detected, the following data is available:

ParameterTypeDescription
titlestringItem title
linkstringItem link
pubDatestringPublication date
itemjsonRaw item object with all fields
feedjsonRaw feed object with all fields

Use Cases

  • Monitor blog posts for content curation
  • Track news feeds for media monitoring
  • Alert on new podcast episodes
  • Aggregate content from multiple sources

Notes

  • Category: tools
  • Type: rss
  • No API key required
  • Supports both RSS 2.0 and Atom feeds