create_draft
Create a new email draft that is not sent. Specify recipients, subject, and body to prepare the message for later sending.
Instructions
Save a new email as a draft (not sent).
At least one of to, subject, or a body field should be provided.
Args: to: Recipients (comma-separated). subject: Email subject line. text_body: Plain-text body content. html_body: HTML body content. cc: CC recipients (comma-separated). bcc: BCC recipients (comma-separated). in_reply_to: Message-ID being replied to. references: Space-separated Message-IDs for References header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| subject | No | ||
| text_body | No | ||
| html_body | No | ||
| cc | No | ||
| bcc | No | ||
| in_reply_to | No | ||
| references | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||