send_message
Send an email immediately from any connected Gmail account. Supports replies to existing messages with threading.
Instructions
Multi-account Gmail (all connected accounts). Send an email immediately as the account's email address. Prefer create_draft unless the user has explicitly approved sending. Supports replies via replyToMessageId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Which Gmail account to use: an alias (e.g. "personal", "work") or the email address. See list_accounts. | |
| to | No | Recipient email addresses. Optional when replying — defaults to the original sender. | |
| cc | No | ||
| bcc | No | ||
| subject | No | Optional when replying — defaults to "Re: <original subject>". | |
| body | Yes | Plain-text message body. | |
| replyToMessageId | No | Gmail message ID being replied to. Sets correct threading headers (In-Reply-To/References) and threadId automatically. |