create_draft
Save an email as a draft without sending. Specify recipients, subject, body, and optional CC/BCC to edit or send later.
Instructions
Save an email as a draft without sending. The draft can be edited or sent later using send_draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | CC recipient email addresses (max 100) | |
| to | Yes | Recipient email addresses (max 100) | |
| bcc | No | BCC recipient email addresses (max 100) | |
| body | Yes | Email body text (plain text, max 1 MB) | |
| subject | Yes | Email subject line | |
| identityId | No | Sender identity ID from get_identities. Uses default if omitted. |