create_draft
Create an email draft with customizable recipients, subject, body, and attachments. Optionally attach to an existing thread for replies.
Instructions
Create a draft. thread_id attaches it to an existing thread (e.g. a reply draft).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | ||
| subject | No | ||
| body_text | No | ||
| body_html | No | ||
| cc | No | ||
| bcc | No | ||
| attachments | No | ||
| sender | No | ||
| thread_id | No | ||
| account | No | ||
| password | No |