Update campaign

Updates an existing campaign (identified by campaign_uuid) and returns it in the get_campaign shape. All fields are required -- send the full desired state, not a partial patch. Changing eds_uuid or footer_uuid re-points the campaign's defaults and propagates them to the emails in its sequences; both must reference resources owned by the account. The library flag (campaign_in_library) is preserved and is not editable through this endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid
required

UUID of the campaign to update.

string
required
length between 2 and 50

Display name for the campaign.

string
enum
required

The campaign type. Must be one of the supported type keys.

string
length ≤ 255

Optional free-text description. Send an empty string to clear it.

uuid
required

UUID of the email delivery system (sending domain) to set as the campaign default. Must belong to the account.

uuid
required
Responses

401

Missing or invalid bearer token.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json