Set Channel Ai Pause
POST /inbox/channels/{channel_id}/ai-pause
Stop the AI answering THIS conversation, or let it resume.
Scoped to the one thread: pausing here does not disable the responder anywhere else. This is the handover switch - pause it when a human takes over, so the customer does not get two replies.
paused is explicit rather than a toggle, so a retried request is
idempotent instead of flipping the state back.
Authorizations
Parameters
Path Parameters
Conversation id.
Conversation id.
Query Parameters
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
Which channel the conversation lives in. REQUIRED: the same id means different rows in different channels, so this is what identifies the conversation, not a filter.
Header Parameters
Request Body required
Stop or resume the AI auto-responder on ONE conversation.
Scoped to the conversation, not the org: pausing here does not disable the responder anywhere else.
object
True stops the AI answering this thread; false lets it resume.
Responses
200
Successful Response
object
An open envelope for a comment, an assignment or a workspace.
Open because a comment carries attachment refs and mention metadata that grow, and because an assignment result reports per-assignee outcomes.
object
422
Validation Error