Create a draft email
create_draftCreate an email draft in your Drafts folder for review, postponing the send until you approve.
Instructions
Create a draft message in the mailbox's Drafts folder without sending it. Prefer this over send_message whenever the user should review the email first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of email addresses. | |
| to | No | List of email addresses. | |
| bcc | No | List of email addresses. | |
| body | No | Email body content. | |
| subject | No | Email subject line. | |
| bodyType | No | Content type of `body` (default text). |