create_draft
Creates a new email draft with specified recipients, subject, body, and optional attachments, saving it to your IMAP account for later sending.
Instructions
Save this exact draft; the broker has no send capability.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| account_id | Yes | ||
| attachment_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| mailbox | Yes | ||
| draft_id | Yes | ||
| account_id | Yes | ||
| message_id | Yes | ||
| uid_validity | Yes | ||
| attachment_hashes | Yes |