reply_all_email
Reply to all original recipients of an email, including the sender and all To/CC addresses, while preserving threading headers. Use when multiple parties need to receive the reply.
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 |
|---|---|---|---|
| emailId | Yes | Original email id. | |
| body | No | Reply body to prepend (plain text). Required unless markdownBody is provided. | |
| markdownBody | No | Reply body in Markdown. Rendered to HTML with body as plain-text fallback; takes precedence over body+isHtml. | |
| isHtml | No | Send body as HTML (ignored when markdownBody is provided). | |
| cc | No | Additional CC recipients, comma-separated. | |
| bcc | No | Additional BCC recipients, comma-separated. | |
| fromName | No | Optional display name for the From header. | |
| sanitizeHtml | No | Strip scripts and remote image beacons from HTML before delivery. Defaults to true. | |
| attachments | No | Attachments with base64 encoded content. | |
| confirmed | No | Set to true to confirm this irreversible send when PROTONMAIL_CONFIRM_DESTRUCTIVE is enabled. | |
| dryRun | No | Preview full reply-all fan-out without sending. | |
| includeQuote | No | Append the quoted original message to the reply body. |