list_template_folders
Retrieve Mailchimp template folders with IDs to organize templates. Paginate through results to find folders by count and offset.
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.
Args: count: Folders to return (1-1000, default 10). offset: Pagination offset. Use when total_items exceeds count.
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 |