gmail_send_email
Send an email immediately through your authenticated Gmail account. Use this action only after the user confirms sending, as the message is delivered permanently and cannot be recalled.
Instructions
Sends an email immediately via the authenticated Gmail account. Use this tool only when the user has explicitly confirmed they want to send the email. WARNING: This action is PERMANENT — the email will be delivered immediately and cannot be recalled. To create a draft for review instead, use gmail_create_draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC email addresses (optional). | |
| to | Yes | List of recipient email addresses (required, at least one). | |
| bcc | No | List of BCC email addresses (optional). | |
| body | Yes | The plain-text email body (required). | |
| subject | Yes | The email subject line (required). | |
| html_body | No | Optional HTML version of the email body. |