reply_email
Reply to an existing email, automatically including threading headers for proper conversation continuity. Optionally save as a draft instead of sending.
Instructions
Reply to an existing email with proper threading headers (In-Reply-To, References). Automatically fetches the original email to build the reply chain. By default sends immediately; set send=false to save as a draft instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC email addresses (optional) | |
| to | No | Recipient email addresses (optional, defaults to the original sender) | |
| bcc | No | BCC email addresses (optional) | |
| from | No | Sender email address (optional, defaults to account primary email) | |
| send | No | Whether to send the reply immediately (default: true). Set to false to save as draft instead. | |
| replyTo | No | Reply-To email addresses (replies go here instead of to the sender) | |
| htmlBody | No | HTML body (optional) | |
| textBody | No | Plain text body (optional) | |
| originalEmailId | Yes | ID of the email to reply to |