gmail_createDraft
Create an email draft with recipients, subject, body, CC/BCC, and HTML options. Start new emails or reply to existing threads.
Instructions
Create a draft email message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient(s). | |
| to | Yes | Recipient email address(es). | |
| bcc | No | BCC recipient(s). | |
| body | Yes | Email body content. | |
| isHtml | No | Whether the body is HTML (default: false). | |
| subject | Yes | Email subject. | |
| threadId | No | Thread ID to create the draft as a reply to. |