List templates
mailchimp_list_templatesList the account's email templates (saved and pre-built layouts). Paginated, with optional type filter and sort. REST: GET /templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by template type (Mailchimp `type`: user / base / gallery). | |
| count | No | Records to return (Mailchimp `count`; default 10, max 1000). | |
| offset | No | Number of records to skip (Mailchimp `offset`, for pagination). | |
| sortDir | No | Sort direction ASC/DESC (Mailchimp `sort_dir`). | |
| sortField | No | Field to sort by (Mailchimp `sort_field`, e.g. date_created / create_time). |