reply_email
Reply to an email by providing the email ID and reply body. Optionally save as draft or send to all recipients.
Instructions
Reply to an email. Sends immediately by default; set send=false to save as draft.
Builds Re: subject, In-Reply-To, and References headers automatically.
Args: email_id: ID of the email to reply to. text_body: Plain-text reply body. html_body: HTML reply body. reply_all: If true, reply to all original recipients (not just sender). send: If true (default), send immediately; if false, save as draft. identity_id: Sending identity ID (empty for default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| text_body | No | ||
| html_body | No | ||
| reply_all | No | ||
| send | No | ||
| identity_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||