TemplateFolders
Lists folders used to organize design templates within the account.
Table Specific Information
SELECT, INSERT, UPDATE, and DELTE are supported for TemplateFolders.
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 TemplateFolders WHERE Id = '1245'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
The unique identifier of the template folder, used to reference or manage it within Mailchimp. |
| Name | String | False |
The name assigned to the template folder, helping organize and categorize stored templates. |
| Count | Integer | True |
The total number of templates contained within this folder, useful for tracking and folder management. |