Campaigns
Create campaign
Creates a draft campaign and linked email. Requires a configured sender profile.
post/campaigns
Request body
Response
Campaign created
Example response
{
"success": true,
"campaign": {
"status": "draft",
"labels": [
"edm",
"api"
],
"url": "https://sequenzy.com/dashboard/company/comp_abc123/campaign/camp_abc123",
"previewUrl": "https://sequenzy.com/dashboard/company/comp_abc123/campaign/camp_abc123?step=review"
}
}