Campaigns
Update Campaign
Update a draft campaign’s content, labels, or reply-to settings
PUT
Update Campaign
Update a draft campaign. You can change the campaign name, subject, labels, HTML body, Sequenzy block content, campaign data, computed lists, or reply-to profile.Documentation Index
Fetch the complete documentation index at: https://docs.sequenzy.com/llms.txt
Use this file to discover all available pages before exploring further.
Request
Campaign ID.
Updated campaign name.
Updated email subject line.
Campaign tracking code available to UTM templates as
{{campaign.trackingCode}}. Send an empty string or null to clear it.Updated HTML body. Sequenzy converts this into email blocks.
Updated Sequenzy email blocks. Use this instead of
html when you need
editor-compatible content or conditional blocks. Do not send both html and
blocks in the same request. Put block styling under styles; top-level
style keys like backgroundColor, backgroundOpacity, borderColor,
borderWidth, and borderRadius are normalized into styles.Campaign-scoped JSON data for repeat blocks and personalization. Send
null
to clear it.Computed list definitions derived from
campaignData at send time.Replacement label names. Send an empty array to clear labels. Missing labels
are created automatically. The API also accepts
label as a compatibility
alias.Existing reply profile email address for this company. Use this or
replyProfileId, not both.Reply profile ID for this company. Use this or
replyTo, not both.Campaign-scoped JSON data. For example, upload an
events array that this
campaign can use while rendering repeat blocks. The MVP supports up to 500
items per top-level array.Personalized list definitions that select items from
campaignData using
subscriber attributes. Templates can repeat over each list’s key; keys use
letters, numbers, underscores, and dots only. Use maxItems to cap how many
items each subscriber can receive in that list.Responses
Update Campaign