Campaigns
Preview campaign personalized lists
Preview the per-recipient lists that a campaign computes from campaign data.
post/campaigns/{campaignId}/preview-computed-data
Path parameters
campaignIdstring required
Campaign ID
Request body
Example request
{
"subscriberId": "sub_abc123"
}Response
Computed data previewed successfully
Example response
{
"success": true
}