draft_email
Draft an email specifying recipients, subject, body, and optional CC, BCC, attachments, and send-as alias.
Instructions
Create a draft email
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | List of CC recipients | |
| to | Yes | List of recipient email addresses | |
| bcc | No | List of BCC recipients | |
| body | Yes | Email body content | |
| from | No | Send-as alias email address | |
| subject | Yes | Email subject | |
| htmlBody | No | HTML version of the email body | |
| attachments | No | List of file paths to attach |