Subscribe to an RSS feed
create_rss_subscriptionSubscribe to an RSS or Atom feed to automatically save every new entry as a preserved link in your chosen Linkwarden collection, keeping bookmarks up to date.
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 an unreachable feed fails right away. Because that fetch happens on the Linkwarden server, a URL addressing its own loopback or the link-local range is refused here before the request is made. That check covers the feed URL only — Linkwarden creates and preserves a link for every entry the feed contains, and on versions before 2.14 it does not check those addresses at all. Do not subscribe to a feed you do not trust. 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. |