get_message
Retrieve a complete message from HoneyBook, including body text or HTML, sender, recipients, attachments, and per-recipient delivery status.
Instructions
Read one message in full: body (plain text by default, or the original HTML), sender, recipients, attachments and per-recipient delivery status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Body format. Default "text". | |
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| message_id | Yes | The message _id from list_messages. | |
| workspace_id | Yes | The workspace _id (from list_projects, or .workspace._id on any workspace_file). |