create_draft
Compose a new draft email with subject and body. Optionally add recipients, CC, BCC, or set reply-to address.
Instructions
Create a new draft email in the Drafts folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Recipient email address(es), comma-separated | |
| cc | No | CC recipients, comma-separated | |
| bcc | No | BCC recipients, comma-separated | |
| subject | Yes | Email subject | |
| body | Yes | Email body content | |
| isHtml | No | Whether body is HTML | |
| replyTo | No | Reply-to email address |