reply_to_thread
Reply to an existing Gmail thread with an HTML body. Specify the thread and recipient; optionally include specific message ID, CC, or BCC.
Instructions
Reply to an existing email thread. Sent from the current user's connected Gmail address (the JWT owner). For single-message threads, threadId works as messageId. For multi-message threads, pass the specific messageId you're replying to — get_thread returns it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email address | |
| to | Yes | Recipient email address (use get_thread's replyTo.to or sender field) | |
| bcc | No | BCC recipient email address | |
| body | Yes | HTML body of the reply | |
| boardId | Yes | The board ID the thread belongs to | |
| threadId | Yes | The thread ID to reply to | |
| messageId | No | Specific message ID to reply to. Defaults to threadId, which is correct for threads with a single message. |