Set human handoff

Sets (does not toggle) human handoff for a single contact. Pass the desired state in enabledtrue pauses agent replies and routes the conversation to a live agent, false returns it to automated handling. The request body is required; sending {} returns 400 "enabled (boolean) is required in request body".

Authentication

api-keystring

Your Atlas API key. Get it from the Atlas Portal under Settings > API Keys.

Path parameters

campaignIdstringRequired
contactIdentifierstringRequired

Contact phone number (E.164) or Apple ID email.

Request

This endpoint expects an object.
enabledbooleanRequired

Target state. true enables human handoff for the contact, false disables it.

Response

Human handoff state set

Errors

400
Bad Request Error
500
Internal Server Error