SSIS Components for Mailchimp

Build 25.0.9434

LandingPageContents

Get the content of a landing page.

Table Specific Information

Select

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

  • PageId supports the '=' operator.
For example:
SELECT * FROM LandingPageContents;
SELECT * FROM LandingPageContents where PageId='2';

Columns

Name Type Description
PageId [KEY] String The landing page id.
Html String The raw HTML for the landing page.
Json String The JSON structure for the landing page.

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