TemplateFolders
Folders for organizing templates
Table Specific Information
SELECT, INSERT, UPDATE, and DELTE are supported for TemplateFolders.
Select
The add-in 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 add-in.
- Id supports the '=' operator.
SELECT * FROM TemplateFolders WHERE Id = '1245'
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | True |
A string that uniquely identifieds this folder |
| Name | String | False |
The name of the folder |
| Count | Integer | True |
The number of templates in the folder |