save_draft
Save an email to the Drafts folder for later, specifying recipient and subject, with optional CC, BCC, and body.
Instructions
Save an email as a draft in the Drafts folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient (optional) | |
| to | Yes | Recipient email address | |
| bcc | No | BCC recipient (optional) | |
| from | No | Sender email address (optional) | |
| html | No | HTML email body (optional) | |
| text | No | Plain text email body | |
| subject | Yes | Email subject |