send_new_email
Compose and send an email directly via Gmail with recipient, subject, and body. Optionally add CC, BCC, and choose plain text or HTML format.
Instructions
Send an email directly via Gmail.
This sends the email immediately without creating a draft first.
Args: to: Recipient email address (comma-separated for multiple recipients). subject: Email subject line. body: Email body content. cc: CC recipients (comma-separated, optional). bcc: BCC recipients (comma-separated, optional). body_type: Content type — "plain" for plain text or "html" for HTML content.
Returns: Sent message ID and thread details, or error information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| body_type | No | plain |