Automate Reddit
Explore Plans
Mobile menu Close menu
InoreaderInoreader

Mark subscription as read

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

Action fields

Subscription Dropdown list

Label
Which subscription?
Slug
subscription
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.markSubscriptionAsRead.setPeriod(string: period)