create_draft
Create an email draft in a mailbox without sending it. Specify recipient, subject, and plain-text or HTML body to prepare a message for later review.
Instructions
Create a draft on a mailbox. A draft is separate from a real message - it never goes through mail transport until sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| html | No | ||
| text | No | ||
| domain | Yes | A domain, e.g. example.com | |
| subject | No | ||
| localPart | Yes | The part before @, e.g. "hello" for hello@example.com |