Draft a message
create_draftCreate an unsent email draft for review and editing. Use resolved recipient addresses, set subject and body, and receive a draft ID to send later after approval.
Instructions
Create a draft message. This does NOT send anything: it leaves a draft a person can read and change. Get every recipient address from resolve_person first. Returns a draft id, which send_draft takes if the message is later approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | recipient addresses from resolve_person | |
| body | Yes | plain text | |
| subject | Yes |