Campaigns

Update Campaign

Updates campaign fields. Only provided fields are updated. Some fields cannot be modified on active campaigns.

patch/campaigns/{id}

Path parameters

idstring uuid required

Resource ID (UUID)

Request body

namestring
track_domainstring
status1 | 2

1=inactive, 2=active

is_draftboolean
timezonestring
disabledboolean
blacklistIfBounceboolean
blacklistIfUnsubscribeboolean

Response

Campaign updated

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.