Subscribe to an RSS feed
create_rss_subscriptionSubscribe to an RSS or Atom feed to automatically save new entries as links in a Linkwarden collection, with immediate validation of feed accessibility.
Instructions
Subscribes to an RSS or Atom feed. Linkwarden polls it and files every new entry as a link in the given collection, preserving the pages according to the account defaults.
Linkwarden fetches the feed once immediately, so a feed that is unreachable or points at a private address is rejected right away. Subscription names must be unique per account, and instances cap the number of subscriptions (20 by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Feed URL, including the scheme | |
| name | Yes | Name for the subscription, unique within the account | |
| collection_id | No | Collection the entries land in. Mutually exclusive with collection_name. | |
| collection_name | No | Collection by name; it is created if it does not exist. Mutually exclusive with collection_id. |