create_draft
Create email drafts without sending, with optional scheduling for auto-send and reply-to-message threading.
Instructions
Create a draft (optionally scheduled, optionally a reply). Does not send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| html | No | ||
| text | No | ||
| subject | No | ||
| inbox_id | Yes | ||
| scheduled_at | No | ISO timestamp to auto-send at. | |
| reply_to_message_id | No | Make this draft a reply to a message. |