CampaignFolders
Folders for organizing campaigns
Table Specific Information
SELECT, INSERT, UPDATE, and DELTE are supported for CampaignFolders.
Select
The component will use the Mailchimp API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the component.
- Id supports the '=' operator.
SELECT * FROM CampaignFolders WHERE Id = '1245'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
A string that uniquely identifieds this campaign folder |
| Name | String | False |
The name of the folder |
| Count | Integer | True |
The number of campaigns in the folder |