Update Campaign Send Job
PATCH {{baseUrl}}/api/campaign-send-jobs/:id/
Permanently cancel the campaign, setting the status to CANCELED or
revert the campaign, setting the status back to DRAFT
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
campaigns:write
Request Body
{"data"=>{"type"=>"campaign-send-job", "id"=>"<string>", "attributes"=>{"action"=>"<string>"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |