gmail_create_draft
Create a Gmail draft with recipients, subject, and body. Supports CC, BCC, HTML formatting, and replying to threads.
Instructions
Create a Gmail draft
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipients, comma-separated | |
| to | Yes | Recipient email address(es), comma-separated | |
| bcc | No | BCC recipients, comma-separated | |
| body | Yes | Email body | |
| isHtml | No | Send body as HTML (default false) | |
| subject | Yes | Email subject | |
| threadId | No | Thread ID to associate draft with (for reply drafts) |