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
- Add the RSS Feed block to your workflow
- Enable the RSS trigger
- Configure the feed URL and polling interval
Triggers
RSS Poller
The RSS Feed block works as a trigger that polls feeds at regular intervals.
| Parameter | Type | Description |
|---|---|---|
feedUrl | string | The RSS or Atom feed URL to monitor |
pollingInterval | string | How often to check for new items |
Trigger Output
When a new item is detected, the following data is available:
| Parameter | Type | Description |
|---|---|---|
title | string | Item title |
link | string | Item link |
pubDate | string | Publication date |
item | json | Raw item object with all fields |
feed | json | Raw 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