create_draft
Create a Gmail draft message without sending it, with full support for recipients, subject, attachments, and replying to existing messages.
Instructions
Create a draft (same fields as send_message, including reply_to_message_id). Does not send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| to | No | ||
| bcc | No | ||
| body | Yes | ||
| subject | No | ||
| attachments | No | ||
| reply_to_message_id | No | Id of the message to reply to. Makes 'to' and 'subject' optional. |