get_thread
Retrieve a single email message by ID, returning HTML body, plain text, sender, recipients, attachments, and reply-to info for composing a response.
Instructions
Get a single email message by ID. Returns the HTML body (and a plain-text version), sender, recipients, attachments, and reply-to info for composing a response. You can pass either messageId or threadId — they are the same value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The board ID the message belongs to | |
| threadId | No | Alias for messageId — use either one (they are interchangeable) | |
| messageId | No | The message/thread ID to retrieve (same value used for both) |