eavz
RSS Feed

RSS Feed

Read and monitor RSS and Atom feeds

3 actions
2 triggers

Actions

Name
parse_feed

Fetch and parse an RSS/Atom feed

get_entries

Get recent entries from an RSS/Atom feed

search_entries

Search feed entries by keyword in title or description

Triggers

Name
new_item

Triggers when a new item appears in an RSS/Atom feed

new_item_matching

Triggers when a new item matching a keyword appears in an RSS/Atom feed

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'rss',
  actionName: 'parse_feed',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect RSS Feed to my app?

Use Weavz Hosted Connect for No Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does RSS Feed support?

RSS Feed supports 3 actions including Parse Feed, Get Entries, Search Entries.

Can I use RSS Feed with AI agents?

Yes. Add RSS Feed to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does RSS Feed use?

RSS Feed uses No Auth. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the RSS Feed integration cost?

The RSS Feed integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does RSS Feed support?

RSS Feed supports 2 triggers including New Feed Item, New Feed Item Matching Keyword.

Connect RSS Feed in 2 minutes

Get 1,000 free actions every month. No credit card required.