Add RSS feed
create_rss_feedAutomatically turn new RSS or Atom feed items into posts on selected channels. Set up a feed once; new content is fetched every 15 minutes and published as draft or auto-published posts.
Instructions
Add an RSS autopost feed. The feed is polled every 15 minutes and new items become posts on the chosen channels. The server validates that feedUrl is a reachable public RSS 2.0 or Atom feed. An organization can have up to 20 feeds. Use this when the user wants new items from an RSS/Atom feed to become posts automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | draft = new items become draft posts for review (the default); publish = auto-published. | |
| name | Yes | Feed name (max 100 chars). | |
| feedUrl | Yes | Public RSS 2.0 or Atom feed URL. | |
| channelIds | Yes | IDs of channels new items are posted to (at least 1). | |
| fieldMapping | No | Field mapping controlling how each feed item becomes a post. | |
| requireApproval | No | Hold items auto-published from this feed for team approval — each generated post lands with approvalStatus 'pending' and waits for approve_post. Only meaningful when mode is 'publish' (draft items never publish on their own, and a feed force-demoted to draft by the plan gate stays ungated). Defaults to false. |