reply_email
Reply to email threads using email or thread IDs. Send replies with HTML or text content, optionally include original CC recipients, and specify sender/recipient addresses.
Instructions
Reply to an email or thread. Accepts either an email ID or thread ID (replies to latest message in thread). Supports reply-all functionality to include original CC recipients.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Email ID or Thread ID to reply to. If thread ID, replies to the latest message in the thread. | |
| from | Yes | Sender email address (must be from a verified domain) | |
| to | No | Recipient email address(es) - defaults to original sender if not specified | |
| subject | No | Email subject - defaults to 'Re: original subject' | |
| html | No | HTML content of the reply | |
| text | No | Plain text content of the reply | |
| reply_all | No | Include original CC recipients in the reply |