DoloresDocs
API referenceConversations

Conversations

Text chat endpoints for third-party chat tool integration.

Conversations connect your chat tool (help desk, in-app messenger, custom widget) to the same agent that answers your calls — knowledge base, workflows, tools and persona included. The model is strictly request→reply: you POST the end-user's message and the agent's answer comes back in the same HTTP response (up to 60 s), so there are no callbacks to host.

Every reply carries an actions array — the machine-readable side-channel for your integration. handoff means route the thread to a human seat in your tool; end_conversation means archive it; ticket_created and workflow_completed report work the agent did mid-turn. Ignore action types you don't recognize — new ones are added without an API version bump.