Pause Campaign
PUT/campaign/:id/pause
Pauses an existing campaign
Only LAUNCHED or SCHEDULED campaigns can be paused. Use this endpoint to temporarily stop a campaign from sending while keeping its configuration and recipients intact, allowing you to resume it later.
Request
Path Parameters
id uuidrequired
ID of the campaign to pause
Responses
- 204
- 400
- 401
- 405
Successful operation
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...