reply_all_email
Send a reply to the sender and all original To/CC recipients at once. Preserves email threading for group conversations.
Instructions
Immediately reply to all original recipients (sender + all To/CC addresses) of an existing email. Identical to reply_to_email with replyAll enabled. Use when the conversation involves multiple parties and all should receive the reply. Threading headers (In-Reply-To, References) are preserved. Requires PROTONMAIL_ALLOW_SEND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Additional CC recipients, comma-separated. | |
| bcc | No | Additional BCC recipients, comma-separated. | |
| body | No | Reply body to prepend (plain text). Required unless markdownBody is provided. | |
| dryRun | No | Preview full reply-all fan-out without sending. | |
| isHtml | No | Send body as HTML (ignored when markdownBody is provided). | |
| emailId | Yes | Original email id. | |
| fromName | No | Optional display name for the From header. | |
| confirmed | No | Set to true to confirm this irreversible send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled. | |
| attachments | No | Attachments with base64 encoded content. | |
| includeQuote | No | Append the quoted original message to the reply body. | |
| markdownBody | No | Reply body in Markdown. Rendered to HTML with body as plain-text fallback; takes precedence over body+isHtml. | |
| sanitizeHtml | No | Strip scripts and remote image beacons from HTML before delivery. Defaults to true. |