email_respond
Reply to, reply-all to, or forward an existing email via SMTP. Optionally include the original message, attachments, and add new files.
Instructions
Reply to or forward an existing email. Use this to continue email conversations, respond to messages, or forward information to others.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Array of recipient emails (required for 'forward', optional for replies to override default recipients) | |
| body | Yes | Your response message content | |
| email_id | Yes | ID of the email to respond to (from emails_find results) | |
| body_type | No | Response body format | html |
| account_name | No | Name of the email account to use | |
| response_type | No | 'reply' to sender only, 'reply_all' to all recipients, or 'forward' to new recipients | reply |
| include_original | No | Include the original email content in your response | |
| include_attachments | No | Include attachments from the original email | |
| additional_attachments | No | Additional attachments to include |