get-template
Fetch a saved email template by its ID to view its name, subject, default recipients, and body. Use when you have the ID; otherwise list templates first.
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 |