Automate Reddit
Explore Plans
Mobile menu Close menu
InoreaderInoreader

Mark folder as read

This Action will mark all articles in a specified folder as read. You can optionally choose to mark only articles older than a given period.

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 mark all articles in a specified folder as read. You can optionally choose to mark only articles older than a given period.
API endpoint slug
inoreader.mark_folder_as_read
Filter code method
Inoreader.markFolderAsRead.skip(string?: reason)
Runtime method
runAction("inoreader.mark_folder_as_read", {})

Action fields

Folder Dropdown list

Label
Which folder?
Slug
folder
Required
true
Can have default value
false

Period Dropdown list

Label
Period of time
Helper text
Choose to mark only articles older than this period as read.
Slug
period
Required
true
Can have default value
true
Filter code method
Inoreader.markFolderAsRead.setPeriod(string: period)