list_templates
List account email templates with required variables to prepare a send. Read-only; accepts filters for type and pagination.
Instructions
List the saved email templates on the account, with the variable placeholders each one expects.
Use it to pick a template before composing a send, and to see which variables you must supply — a template rendered with a missing variable goes out with a visible gap. These are the account's own templates; list_marketplace_items covers third-party ones instead.
Reads only; no template is created, edited, or sent. Requires an API key. An empty list means none have been saved yet, which is not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| type | No | Filter by template type | |
| limit | No | Results per page (default 20) |