CampaignFolders
Lists folders used to organize campaigns within the account.
Table Specific Information
SELECT, INSERT, UPDATE, and DELTE are supported for CampaignFolders.
Select
The connector 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 connector.
- Id supports the '=' operator.
SELECT * FROM CampaignFolders WHERE Id = '1245'
Columns
| Name | Type | ReadOnly | 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. |