send_email
Send an email via Gmail. Specify recipients, subject, body; supports CC, BCC, and HTML content.
Instructions
Send an email using Gmail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Array of email addresses to CC. | |
| to | Yes | Array of email addresses to send the email to. | |
| bcc | No | Array of email addresses to BCC. | |
| body | Yes | The body content of the email. | |
| isHtml | No | Whether the body is HTML. | |
| subject | Yes | Subject of the email. |