Pause campaign

Initiates the draining process for a running campaign: - Status changes to Draining (stops feeding new contacts to queue) - Active calls are allowed to complete naturally - When active_calls_count reaches 0, status transitions to Paused

Authentication

AuthorizationBearer

Pass a JWT access token or an API key (prefixed with tif_live_) as a Bearer token.

Path parameters

campaignIdstringRequiredformat: "uuid"
Campaign ID

Response

Campaign pause initiated (draining)

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error