Draft Reply
draft_replyCreate a draft reply to an email message with automatic subject, recipient, and conversation linking. Optionally include original CC recipients and add attachments.
Instructions
Creates a draft reply to an existing message. Automatically sets:
Subject: Adds "Re: " prefix to original subject
To: Uses the original sender's address
Conversation: Links to the original conversation
Use reply_all=true to include original CC recipients.
Only the body content is required. The draft can be reviewed in Missive or sent with send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | The message ID to reply to | |
| body | Yes | Reply body (HTML supported) | |
| reply_all | No | Include original CC recipients | |
| cc_fields | No | Additional CC recipients (merged with original if reply_all) | |
| from_field | No | Override sender (uses default if omitted) | |
| attachments | No | File attachments (max 25, total payload max 10MB) |