hey_read_status
Update the read or unread status of an individual email entry. Reversible by calling again with the opposite status.
Instructions
Set the read/unread status of an email entry. Returns {success, error?}. Reversible by calling again with the opposite status. Operates on individual entries (use entryId), not whole threads. For marking an entire thread as unseen, use hey_mark_unseen instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The entry ID to update (use entryId from list operations) | |
| status | Yes | Target status: read or unread |