Actions
| Name | Description |
|---|---|
parse_feedFetch and parse an RSS/Atom feed | Fetch and parse an RSS/Atom feed |
get_entriesGet recent entries from an RSS/Atom feed | Get recent entries from an RSS/Atom feed |
search_entriesSearch feed entries by keyword in title or description | Search feed entries by keyword in title or description |
Triggers
| Name | Description |
|---|---|
new_itemTriggers when a new item appears in an RSS/Atom feed | Triggers when a new item appears in an RSS/Atom feed |
new_item_matchingTriggers when a new item matching a keyword appears in an RSS/Atom feed | Triggers when a new item matching a keyword appears in an RSS/Atom feed |
Quick Start
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?
RSS Feed does not require an external account connection. Install the SDK, add the integration to a workspace, 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 3 meta-tools with on-demand API discovery for efficient agent access.
What authentication does RSS Feed use?
RSS Feed does not require external authentication.
How much does the RSS Feed integration cost?
The RSS Feed integration is included on all Weavz plans including the free tier with 20,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 minutes
Get 1,000 free actions every month. No credit card required.