Create Email Draft
email_create_draftCreate a draft email with recipients, subject, body, optional CC, and local file attachments for later editing and sending.
Instructions
✏️ Create an email draft (requires user confirmation recommended)
Creates a draft email message that can be edited later before sending. Supports attachments from local file paths.
Args: account_id: Microsoft account ID to: Recipient email address(es) subject: Email subject body: Email body (plain text) cc: CC recipient email address(es) (optional) attachments: Local file path(s) for attachments (optional)
Returns: Created draft message with ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | ||
| to | Yes | ||
| subject | Yes | ||
| body | Yes | ||
| cc | No | ||
| attachments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||