bulk_mark_read
Marks multiple emails as read or unread. Provide an array of email IDs and a boolean to set the read status.
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 |