CampaignSendCheckList
Returns the pre-send checklist for a campaign, highlighting configuration issues that need resolution before sending.
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.
| Column | Supported Operators |
| CampaignId | = |
For example, the following queries are processed server-side:
SELECT * FROM CampaignSendCheckList
SELECT * FROM CampaignSendCheckList WHERE CampaignId = '381b6f0c90'
Columns
| Name | Type | References | Description |
| CampaignId [KEY] | String |
Campaigns.Id | The unique identifier of the campaign whose send checklist is being reviewed. |
| Id [KEY] | String | The identifier of the specific checklist item being evaluated. | |
| Type | String | The type or category of the checklist item, such as content, recipients, or settings.
The allowed values are success, warning, error. | |
| Heading | String | The title or short summary describing the checklist item. | |
| Details | String | Additional information or guidance related to the checklist item, such as required actions or validation feedback. |