use-template
Create a draft email from a saved template, with optional overrides for recipients, subject, or body.
Instructions
Use when: composing a new draft from a saved template (by id), optionally overriding the recipients, subject, or body. Creates a draft in Mail.app for the user to review and send. Returns: a confirmation that a draft was created from the template. Do not use when: you want to inspect the template without composing (use get-template) or send immediately without a draft (use send-email).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Override CC recipients | |
| id | Yes | ||
| to | No | Override recipients | |
| body | No | Override body | |
| subject | No | Override subject |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | No |