create_campaign_folder
Create a new folder to organize Mailchimp campaigns by client, month, or theme for easier navigation and management.
Instructions
Create a new folder to organize campaigns.
Use to group related campaigns (e.g. by client, month, or theme) for easier navigation. Assign campaigns to the folder via the folder_id field when creating or updating them. Use list_campaign_folders to browse existing folders.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes.
Args: name: Display name for the new folder (e.g. 'Q3 Newsletters'). account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with id (new folder ID), name, and count of campaigns in the folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |