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?
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.