get-template
Retrieve the full details of a saved email template by its ID, including name, subject, default recipients, and body text.
Instructions
Use when: reading the full contents of one saved template by id — its name, subject, default to/cc, and body. Returns: the template's name, subject, default recipients, and body text. Do not use when: you don't have the id (use list-templates first) or want to apply the template into a draft (use use-template).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | ||
| id | No | ||
| to | No | ||
| body | No | ||
| name | No | ||
| subject | No |