gmail_create_draft
Create a Gmail draft without sending it. Provide account, recipients, subject, and body; optionally attach files or reply to an existing message to prepare an email for later review.
Instructions
Create a Gmail draft. This tool does not send: use gmail_send_draft, which is gated on the account's allowedRecipients list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | Yes | Recipient address, or a comma-separated list. | |
| bcc | No | ||
| body | Yes | Plain-text body. Octomail does not compose HTML mail. | |
| account | Yes | Configured Gmail account alias, e.g. work, personal, support. | |
| subject | Yes | ||
| attachments | No | ||
| replyToMessageId | No | Thread the draft as a reply to this message. |