list_campaign_folders
Fetch campaign folders to organize Mailchimp campaigns. Each folder returns ID, name, and count of campaigns.
Instructions
List campaign folders used to organize campaigns in the Mailchimp dashboard.
Folders are organizational containers only; they do not affect campaign delivery or behavior. Returns an empty array if no folders exist. Do not use to find campaigns; use list_campaigns or search_campaigns instead.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: count: Number of folders to return (1-1000, default 50). offset: Pagination offset. Use when total_items exceeds count.
Returns: JSON with total_items and folders array. Each folder: id, name, count (campaigns in folder).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |