Campaigns
Create a campaign
Create a new draft campaign. An empty email message is created automatically and its emailMessageId is returned. Use the /email-messages/{emailMessageId} endpoint to set subject, sender, preview text, and LMX content. The audience (mailing list, segment, or filter), group, and scheduling can be set on create or later via update.
post/v1/campaigns
Request body
Example request
{
"name": "Spring announcement"
}Response
Campaign created.
Example response
{
"status": "Draft"
}