list_template_folders
Discover template folder IDs to organize Mailchimp templates. Retrieve folders with pagination to manage large sets.
Instructions
List folders used to organize templates.
Use to discover template folder IDs before creating or organizing templates. Paginate with count and offset when total_items exceeds count.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Folders to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with total_items and folders array. Each: id, name, count of templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |