Create Mail Draft
mail_create_draftCompose an email draft and save it for later sending. Specify recipients, subject, and body without delivering the message.
Instructions
Create an email draft without sending it. Requires delegated Mail.ReadWrite. Chinese intents / 中文意图: 创建邮件草稿, 写邮件草稿, 先不要发送邮件.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Cc recipients. | |
| to | No | To recipients. | |
| bcc | No | Bcc recipients. | |
| body | Yes | Email body. | |
| subject | Yes | Email subject. | |
| bodyIsHtml | No | Whether the body is HTML. Defaults to false. |