mark_email_read
Change the read status of an email, marking it as read or unread to manage inbox state.
Instructions
Mark an email as read or unread.
Args: email_id: ID of the email. read: True to mark as read (default), false to mark as unread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| read | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||