create_draft
Create a draft email without sending. Optionally attach it to an existing thread to compose a draft reply.
Instructions
Create a draft email (not sent). Optionally attach it to an existing thread for a draft reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient(s) | |
| subject | Yes | Email subject | |
| body | Yes | Email body | |
| cc | No | CC recipients | |
| bcc | No | BCC recipients | |
| isHtml | No | Set true if body is HTML | |
| threadId | No | Thread ID to attach draft reply to |