Skip to main content
Monitor RSS feeds and get notified when new entries are published. Track any public RSS or Atom feed — blog posts, news sites, release notes, and more.

What You Can Do

Track an RSS Feed

Start monitoring an RSS feed for new entries.
Response:
The feed URL is base64-encoded internally and stored as the externalId. You don’t need to encode it yourself — just pass the raw URL as the sid.

List Tracked Feeds

Retrieve all RSS feeds you are currently tracking.

Stop Tracking

Remove an RSS feed from your tracked sources. You can identify the source by its original URL (sid) or its internal ID (iid).

How It Works

RSS feeds are polled periodically. New entries trigger webhooks and stream events just like other sources — there is no difference in how you consume the data.

Webhook Event Shape

When a tracked feed publishes a new item, your webhook receives a SourceEvent object. This is the exact shape sent via JSON.stringify to your webhook URL:

Delivery Methods

RSS events are delivered through all the same channels as other sources:
  • Webhooks — Push to your endpoint
  • WebSocket — Real-time bidirectional stream
  • SSE — Server-sent events with auto-reconnect

API Reference