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
- Label
- Which subscription?
- Slug
- subscription
- Required
- true
- Can have default value
- false
- 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)