saveGmailDraft
Create and save draft emails in Gmail for later editing and sending, with options to start new messages or reply to existing conversations.
Instructions
Creates and saves a draft email in the user's Gmail account that can be edited and sent later. Can optionally be created as a reply to an existing thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient email address(es) | |
| subject | Yes | Email subject line | |
| body | Yes | Email body content (supports HTML) | |
| cc | No | CC recipient email address(es) | |
| bcc | No | BCC recipient email address(es) | |
| threadId | No | Thread ID if this is a reply to an existing conversation (automatically fetches Message-ID from last message) | |
| inReplyTo | No | Message-ID to reply to (overrides automatic fetch if threadId is provided) |