Skip to content

Release a conversation back to AI

POST
/api/conversations/{id}/release

Returns a human-managed conversation back to AI management. After releasing, the AI will resume responding to new customer messages. This sends a signal to the conversation’s Temporal workflow to resume AI processing.

id
required
string format: uuid

The unique identifier of the conversation to release.

The conversation has been returned to AI management.

Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).

object
ok
required

Always true on success.

boolean
Example
true

Failed to signal the conversation workflow.

Standard error response returned by all endpoints on failure.

object
error
required

A human-readable error message describing what went wrong.

string
Example
Conversation not found