update_email_flags
Update an email's read/unread status and flag/star status. Provide the email ID and set isRead and isFlagged to true or false.
Instructions
Update email flags (read/unread status, flagged/unflagged status)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isRead | No | Set to true to mark as read, false to mark as unread | |
| emailId | Yes | The email ID to update | |
| isFlagged | No | Set to true to flag/star, false to unflag/unstar |