mail_create_draft
Creates an unsent email draft with recipients, subject, and body. Use when you need to prepare an email without sending it, with validated addresses and Unicode support.
Instructions
Create an UNSENT draft only. Explicit accountId and durable requestId required. Supports Unicode JSON bodies and validated To/Cc/Bcc; HTML is attribute-free formatting only. No send capability exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| accountId | Yes | ||
| requestId | Yes |