bulk_mark_read
Mark multiple emails as read or unread in one operation. Provide an array of email IDs and set the read flag to true for read or false for unread.
Instructions
Mark multiple emails as read/unread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read | No | true to mark as read, false as unread | |
| emailIds | Yes | Array of email IDs to mark |