message-send
Send email messages through Gmail by providing recipient, subject, and body. Supports plain-text or HTML content, plus optional CC and BCC recipients.
Instructions
Send an email message through Gmail
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients. For multiple recipients, use comma-separated: "alice@example.com, bob@example.com" (optional) | |
| to | Yes | Recipient email address(es). For multiple recipients, use comma-separated: "alice@example.com, bob@example.com" | |
| bcc | No | BCC recipients (hidden copy). For multiple recipients, use comma-separated: "alice@example.com, bob@example.com" (optional) | |
| body | Yes | Email body content (plain text or HTML) | |
| subject | No | Message subject | |
| contentType | No | Format of the body content | text |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |