mail_reply_to_email
Reply to emails while preserving threading headers and quoting the original message. Configure options to reply to all recipients or select specific sender identities.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_id | Yes | ||
| text_body | Yes | ||
| reply_all | No | ||
| identity_id | No |