דילוג לתוכן הראשי

Put a conversation on hold

POST 

/conversations/:conversation_id/hold

Park a conversation until a deadline. It leaves the active queues and comes back by itself when the timer expires — or sooner, if the customer writes in.

The assignment is deliberately left alone: on hold means "come back to me later", so the conversation returns to the same agent.

until is read in the account's timezone (Settings → General), never the caller's, because a deadline is business logic rather than a display preference.

Request

Responses

The conversation, now on hold.

Response Headers
    X-Request-Id

    Correlation id for this request. Quote it when reporting a problem.