CampaignFolders
Lists folders used to organize campaigns within the account.
Table-Specific Information
SELECT, INSERT, UPDATE, and DELTE are supported for CampaignFolders.
Select
The provider uses 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 provider.
| Column | Supported Operators |
| Id | = |
SELECT * FROM CampaignFolders WHERE Id = '1245'
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The unique identifier of the campaign folder within the Mailchimp account. | |
| Name | String | False |
The display name of the campaign folder as shown in the Mailchimp interface. | |
| Count | Integer | True |
The total number of campaigns currently stored in this folder. |