mail_reply_to_email
Reply to an email, preserving threading headers and quoting the original message. Optionally reply to all recipients or specify sender identity.
Instructions
Reply to an email, preserving threading headers and quoting the original.
Args: email_id: ID of the email to reply to. text_body: Your reply text (original message is quoted below). reply_all: If True, CC all original recipients. identity_id: Sender identity ID; auto-selects first if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| text_body | Yes | ||
| reply_all | No | ||
| identity_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |