Creates localized content by cloning the attributes from the message’s default content object.
Omitted fields inherit from the default content object. Optional content must use exactly one of mjml, html, text, or payload (see CampaignContentBody).
Content can only be created while the parent campaign is in draft status.
Accepts either a raw secret key or Bearer <sk_KEY>.
Optional dated API revision for the request. Must use YYYY-MM-DD format.
^\d{4}-\d{2}-\d{2}$"2026-03-01"
Campaign message ID.
Locale for the cloned localized content, for example fr-FR.
Exactly one of mjml, html, text or payload must be present in write requests.
Email messages accept mjml, html, or text. SMS accepts text. Push accepts payload.
Campaign content created.
null for the default content variant.
Full body: exactly one of mjml, html, text or payload is set.