Send an email (two-phase)
gmail_sendSend email from a connected account with a two-phase confirmation: request a preview and token first, then confirm with the token to deliver the message.
Instructions
Send mail from a connected account. Call WITHOUT confirm_token first to get a preview and a token; call again with identical arguments plus the token to actually send. Never invent a token — one you did not receive will be rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| account | Yes | ||
| subject | Yes | ||
| confirm_token | No | Omit on the first call. Supply the token from the preview to send. | |
| reply_to_message_id | No |