send
Deliver a new email message through Gmail with optional CC, HTML body, attachments, and verified from-identity; returns proof payload.
Instructions
Send new mail. Attachments are outbox file paths only. Returns proof payload.
from_identity: optional verified send-as address (see identities_list). Sets From with its display name and Reply-To. Empty = the account address itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| body | No | ||
| footer | No | ||
| account | Yes | ||
| subject | Yes | ||
| html_body | No | ||
| from_identity | No | ||
| idempotency_key | Yes | ||
| attachments_json | No | [] |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |