mark_emails_as_read
Mark emails as read using their unique IDs to update their status in the mailbox. Retrieve IDs with list_emails_metadata first.
Instructions
Mark one or more emails as read by their email_id. Use list_emails_metadata first to get the email_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_name | Yes | The name of the email account. | |
| email_ids | Yes | List of email_id to mark as read (obtained from list_emails_metadata). | |
| mailbox | No | The mailbox containing the emails. | INBOX |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |