reply_to_email
Send an immediate reply to an existing email with correct threading. Supports reply all, CC, BCC, HTML, and attachments using emailId and body.
Instructions
Immediately send a reply to an existing email, threading it correctly via In-Reply-To and References headers. Use when you have an emailId and want to send the reply right away. Prefer create_reply_draft to save the reply for review first, or create_thread_reply_draft when replying from a threadId. Requires PROTONMAIL_ALLOW_SEND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emailId | Yes | Original email id. | |
| body | Yes | Reply body to prepend. | |
| replyAll | No | Reply to all original recipients. | |
| isHtml | No | Send body as HTML. | |
| cc | No | Additional CC recipients, comma-separated. | |
| bcc | No | Additional BCC recipients, comma-separated. | |
| attachments | No | Attachments with base64 encoded content. |