Campaigns

Edit campaign

Edit an existing campaign

put/1/newsletters/{domain}/campaigns/{campaign}

Path parameters

domaininteger required

Unique identifier of the Domain

campaigninteger required

Unique identifier of the Campaign

Request body

content_htmlstring
email_from_addrstring
email_from_namestring
force_sendedboolean nullable

deprecated

lang'de_DE' | 'en_GB' | 'es_ES' | 'fr_FR' | 'it_IT'
preheaderstring
subjectstring
template_idinteger
tracking_linkboolean
tracking_openingboolean
unsub_linkboolean nullable

deprecated

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.