list_templates
Browse Mailchimp email templates, including user-created and gallery templates, to find template IDs for further use.
Instructions
List email templates in the account (user-created and Mailchimp gallery templates).
Use to browse templates and find template IDs. Use get_template_default_content to extract HTML from a template. Use create_template to add new templates. Do not use to find campaigns; use list_campaigns instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Templates to return (1-1000, default 20). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and templates array. Each: id (int), name, type ('user'/'gallery'/ 'base'), date_created, active (boolean).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |