gmail_send_email
Send an email from a connected Gmail account, supporting plain text or HTML bodies and replies within existing threads for organized conversations.
Instructions
Send an email from the connected Gmail account.
Args: to (required): Exactly one recipient address. subject (required): body (required): Plain-text or HTML body. html: If true, body is treated as HTML. thread_id: Exact Gmail thread ID for an in-thread reply. parent_message_id: Exact RFC Message-ID parent; required with thread_id. project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Claimed read or write effect; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| body | No | ||
| html | No | ||
| effect | No | ||
| subject | No | ||
| thread_id | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| parent_message_id | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |