Automate Reddit
Explore Plans
Mobile menu Close menu
InoreaderInoreader

Subscribe to feed

This Action will try to find an RSS feed from the provided URL and subscribe you to it.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
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

Feed rss URL Text input > Link

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)

Folders Text input > Tags

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)