ADO.NET Provider for Mailchimp

Build 26.0.9655

CampaignContents

Retrieves the HTML and plain-text content associated with a specific campaign.

View-Specific Information

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.

ColumnSupported Operators
CampaignId=

Note: To retrieve the CampignId, query the Campaigns table.

For example, the following queries are processed server-side:

SELECT * FROM CampaignContents
SELECT * FROM CampaignContents WHERE CampaignId = '381b6f0c90'

Columns

Name Type References Description
CampaignId String

Campaigns.Id

The unique identifier of the campaign whose content is being retrieved or updated.
PlainText String The plain-text version of the campaign email. If not provided, Mailchimp automatically generates it from the HTML content.
Html String The full HTML content of the campaign, including layout, text, and embedded media.
ArchiveHtml String The HTML version of the campaign as it appears in the campaign archive view.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655