This Action will try to find an RSS feed from the provided URL and subscribe you to it.
- API endpoint slug
- inoreader.subscribe
- Filter code method
- Inoreader.subscribe.skip(string?: reason)
- Runtime method
- runAction("inoreader.subscribe", {})
Action fields
- Label
- Feed RSS URL
- Helper text
- This should be a valid RSS feed or an HTML page containing a meta link to the feed.
- Slug
- feed_rss_url
- Required
- true
- Can have default value
- true
- Filter code method
- Inoreader.subscribe.setFeedRssUrl(string: feedRssUrl)
- Label
- Folders
- Helper text
- Optional list of folders (comma-separated) to add the newly subscribed feed to. If the folder doesn't exist, it will be automatically created for you.
- Slug
- folders
- Required
- false
- Can have default value
- true
- Filter code method
- Inoreader.subscribe.setFolders(string: folders)