draft_email
Create a new email draft in Gmail with specified recipients, subject, and body. Supports plain text or HTML content.
Instructions
Create a new email draft in Gmail.
Args: to: Recipient email address (comma-separated for multiple recipients). subject: Email subject line. body: Email body content. cc: CC recipients (comma-separated, optional). bcc: BCC recipients (comma-separated, optional). body_type: Content type — "plain" for plain text or "html" for HTML content.
Returns: Draft ID, message ID, and a summary of the created draft.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | ||
| bcc | No | ||
| body | Yes | ||
| subject | Yes | ||
| body_type | No | plain |