Campaigns
Create Campaign
Create a draft email campaign
POST
Create Campaign
Create a draft campaign and linked email. You must have at least one sender profile configured before creating campaigns through the API.
Request
Campaign name.
Email subject line.
Optional campaign tracking code available to UTM templates as
{{campaign.trackingCode}}. Empty strings are stored as null.Raw HTML body. Sequenzy converts this into email blocks. Use this or
blocks,
not both.Sequenzy email blocks. Use this or
html, not both. Put block styling under
styles; top-level style keys like backgroundColor, backgroundOpacity,
borderColor, borderWidth, and borderRadius are normalized into styles.Label names to assign to the campaign. Missing labels are created
automatically. The API also accepts
label as a compatibility alias.Campaign-scoped JSON data available while rendering this campaign.
Personalized list definitions computed from
campaignData.Responses
Create Campaign