Pause Campaign

Pause sending a campaign.

POST https://api.cm.com/messages/v1/accounts/{accountId}/messages/{messageId}/pause

Parameters

TypeNameDescriptionSchema
PathaccountId
required
The accountId.string (uuid)
PathmessageId
required
The identifier.string (uuid)

Responses

Example HTTP request

Request path
https://api.cm.com/messages/v1/accounts/00000000-0000-0000-0000-000000000000/messages/00000000-0000-0000-0000-000000000000/pause

Example HTTP response

Response 200
{ "id" : "00000000-0000-0000-0000-000000000000", "analytics" : { "accepted" : 0, "converted" : 0, "delivered" : 0, "euroPrice" : 0.0, "failed" : 0, "localCurrency" : "string", "localPrice" : 0.0, "optedOut" : 0, "recipients" : 0, "test" : 0 }, "body" : "string", "channels" : ["SMS"] , "countrySpecificSenders" : { "string" : "string" }, "ignoreUnsubscribes" : true, "name" : "string", "recipients" : [ { "contact" : "00000000-0000-0000-0000-000000000000", "data" : { "string" : "string" }, "group" : "00000000-0000-0000-0000-000000000000", "msisdn" : "string" } ], "recurrence" : "string", "scheduledAtUtc" : "string", "senderPreset" : "00000000-0000-0000-0000-000000000000", "senders" : [ "string" ], "spread" : { "timeFrames" : [ { "days" : [ "string" ], "startTime" : "string", "endTime" : "string" } ], "until" : "string" }, "status" : "string", "options": { "urlShortenerDomainId": "00000000-0000-0000-0000-000000000000" }, "createdAtUtc" : "string", "createdBy" : "00000000-0000-0000-0000-000000000000" }

Did this page help you?