Create Draft
create_draftSave an email draft for later review and sending in Missive. Compose new messages or reply to conversations with recipients, subject, body, attachments, and optional CC/BCC.
Instructions
Creates a draft message that is NOT sent. Use this when the user wants to compose a message and review it before sending.
The draft will be saved and can be viewed in Missive or sent later using send_message.
For replies, provide the conversation ID and the from/to addresses. For new messages, omit the conversation ID and use any from/to addresses specified by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_fields | Yes | Primary recipients (required) | |
| cc_fields | No | CC recipients | |
| bcc_fields | No | BCC recipients | |
| subject | Yes | Email subject line | |
| body | Yes | Email body (HTML supported) | |
| conversation | No | Conversation ID to reply to (omit for new conversation) | |
| from_field | No | Sender address (uses default if omitted) | |
| attachments | No | File attachments (max 25, total payload max 10MB) |