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