create_thread_reply_draft
Create a reply draft from a thread by automatically selecting the latest inbound message to respond to, staging it for review before sending.
Instructions
Create a reply draft from a threadId, automatically selecting the latest inbound message to reply to. Use when you have a threadId from get_threads or get_actionable_threads and want to stage a reply for review. Prefer create_reply_draft when you already have a specific emailId. Returns a draftId for later update or send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes | Thread id from get_threads or get_actionable_threads. | |
| body | Yes | Reply body to prepend. | |
| replyAll | No | Reply to all original recipients. | |
| preferLatestInbound | No | Prefer replying to the latest inbound message in the thread. | |
| isHtml | No | Store body as HTML. | |
| cc | No | Additional CC recipients, comma-separated. | |
| bcc | No | Additional BCC recipients, comma-separated. | |
| notes | No | Optional local note for the draft. | |
| syncBefore | No | Refresh the local mailbox index from IMAP before resolving the thread. | |
| syncToRemote | No | Whether to sync the draft to the Proton Drafts mailbox when IMAP is available. | |
| attachments | No | Attachments with base64 encoded content. |