Get Message
mailbox_get_messageRetrieve one email message by message ID to view its summary or full detail from the Sendmux inbox API. Use to access specific email content for processing or responses.
Instructions
Use this to fetch one message summary or detail by message_id. Use mailbox_list_body or mailbox_list_content when the body content is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox_id | No | Mailbox public ID to target when the credential grants access to more than one mailbox. Omit when the credential is scoped to exactly one mailbox. | |
| message_id | Yes | Message ID. | |
| If-None-Match | No | Weak ETag from a previous response. Returns 304 when unchanged. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||