save_draft
Compose and store an email as a draft for human review before sending. Returns the draft ID.
Instructions
Save an email as a draft instead of sending. Useful when the LLM should let the human review before committing to send. Returns {draft_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| account | No | ||
| cc | No | ||
| bcc | No | ||
| html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||