Create an email draft
create_draftCompose a never-sent email message in the selected identity's server-side Drafts folder by providing recipients, subject, and body. Supports optional CC, reply threading, and sender identity to prepare email without sending.
Instructions
Create a never-sent draft in the selected identity's server-side Drafts folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional comma-separated Cc recipients. | |
| to | Yes | Comma-separated primary recipients, including optional display names. | |
| body | Yes | Plain-text email content; paragraph breaks are preserved. | |
| subject | Yes | Email subject line. | |
| in_reply_to | No | Optional Message-ID used to thread the draft as a reply. | |
| from_identity | No | Configured sending identity; omit it to use the default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||