send_email
Compose and send new email messages with CC/BCC recipients, plain-text or HTML content, file attachments, and reply-to options.
Instructions
Send a new email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC recipients | |
| to | Yes | List of recipient email addresses | |
| bcc | No | List of BCC recipients | |
| body | Yes | Email body content (plain text, or fallback when htmlBody not provided) | |
| subject | Yes | Email subject | |
| html_body | No | HTML version of the email body | |
| mime_type | No | Content type: text/plain, text/html, or multipart/alternative | text/plain |
| thread_id | No | Thread ID to reply to | |
| attachments | No | List of file paths to attach | |
| in_reply_to | No | Message ID being replied to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |