Import an OPML subscription file
import_opmlImport subscriptions from another RSS reader (Feedly, Inoreader, FreshRSS, NetNewsWire) by passing the OPML file contents. Set dry_run true first to see what is in it and what is already present; then run it for real to add them (they are validated one by one, and the ones that fail come back with the reason).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opml | Yes | The full OPML/XML file contents | |
| limit | No | Max feeds to add in this call (default 20 — big imports go in batches) | |
| dry_run | No | true = only list what would be imported | |
| source_id | Yes | Which inbox to import into |