create_campaign_folder
Create a folder to organize campaigns by client, month, or theme. Assign campaigns to it using the returned folder ID.
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.
Args: name: Display name for the new folder (e.g. 'Q3 Newsletters').
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 |