gmail_send_message
Send an email immediately to one or more recipients with subject, body, and optional CC/BCC. Use when the message is approved and ready to go without review.
Instructions
Compose and send in one step. This reaches other people immediately and cannot be undone.
Prefer gmail_create_draft, then gmail_send_draft once the text has been read and approved. Use this only when told to send outright.
Args: to: Recipient address, or several separated by commas. subject: Subject line. body: Plain text body. cc: Carbon copy addresses. bcc: Blind carbon copy addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |