create_draft
Draft a Gmail email without sending it. Set recipients, subject, body, and optional attachments to review or send later.
Instructions
Create a draft email in Gmail without sending it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC address(es), comma-separated (optional) | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC address(es), comma-separated (optional) | |
| body | Yes | Draft body (plain text or HTML) | |
| isHtml | No | Set to true if body is HTML (default: false) | |
| subject | Yes | Email subject line | |
| attachments | No | Optional file attachments to include in the draft. |