create_template_folder
Create a folder to group related templates, simplifying template navigation and organization.
Instructions
Create a new folder to organize templates.
Use to group related templates for easier navigation. Assign templates to the folder via the folder_id field when creating them. Use list_template_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. 'Promotional Templates'). 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 templates in the folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| account | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |