ODBC Driver for Mailchimp

Build 25.0.9434

CampaignFolders

Folders for organizing campaigns

Table Specific Information

SELECT, INSERT, UPDATE, and DELTE are supported for CampaignFolders.

Select

The driver 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 driver.

  • Id supports the '=' operator.
For example:
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

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434