RSS.com
Podcast hosting API for shows, episode asset uploads, publishing metadata, scheduling, and callback intake.
Tools
| Name | Description |
|---|---|
list_showsList RSS.com shows accessible to the API key. | List RSS.com shows accessible to the API key. |
get_showGet RSS.com show details. | Get RSS.com show details. |
list_episodesList RSS.com episodes for a show. | List RSS.com episodes for a show. |
get_episodeGet RSS.com episode details. | Get RSS.com episode details. |
create_asset_uploadCreate an RSS.com asset upload request for episode audio, image, or transcript workflows. | Create an RSS.com asset upload request for episode audio, image, or transcript workflows. |
create_episodeCreate an RSS.com episode from uploaded assets and metadata. | Create an RSS.com episode from uploaded assets and metadata. |
update_episodeUpdate RSS.com episode metadata, assets, scheduling, or publishing status. | Update RSS.com episode metadata, assets, scheduling, or publishing status. |
delete_episodeDelete an RSS.com episode by exact ID. | Delete an RSS.com episode by exact ID. |
Triggers
| Name | Description |
|---|---|
podcast_webhook_eventReceive RSS.com API workflow callbacks or webhook payloads after configuring this webhook URL. | Receive RSS.com API workflow callbacks or webhook payloads after configuring this webhook URL. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('rss-com', 'list_shows', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'rss-com',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect RSS.com to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does RSS.com support?
RSS.com supports 8 tools including List Shows, Get Show, List Episodes, Get Episode, Create Asset Upload, and more.
Can I use RSS.com with AI agents?
Yes. Add RSS.com to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
Can RSS.com be used in stateful agent workflows?
Yes. Agents can combine RSS.com tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does RSS.com use?
RSS.com uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the RSS.com integration cost?
The RSS.com 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.com support?
RSS.com supports 1 triggers including Podcast Webhook Event.
Connect RSS.com in minutes
Get 20,000 free action executions every month. No credit card required.