CampaignSendCheckList
Returns the pre-send checklist for a campaign, highlighting configuration issues that need resolution before sending.
Columns
| Name | Type | Description |
| CampaignId [KEY] | String | 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. |