messages-read
messages-readRetrieve the complete content of a message from a case and mark it as read. Returns a 404 error if the item is not a message or the user does not own the case.
Instructions
Fetches the full content of a single message and marks it as read (unless mark_read=false). Returns 404 if the item is not a message or the user does not own its case.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mark_read | No | Whether to mark the message as read while reading it (default true) | |
| message_id | Yes | Message item RID returned from messages-list |