Conversations
The Conversations API is an active Woes REST API resource. It writes to the same workspace-scoped conversation and message model used by live chat, email, Discord, the operator inbox, and automations.The REST Conversations API mutates workspace support records only. It does
not invoke widget identity, run the support agent, deliver Discord or email
messages, or execute channel-specific automation side effects. An
assistant
REST message is externally supplied; it is not a Woes agent run.Conversation Object
List Conversations
Create Conversation
201 Created
externalId already exists in the workspace, the API returns 409.
Retrieve Conversation
Update Conversation
List Messages
Create Message
201 Created
Tenant Boundary
Every Conversations API call is scoped to the workspace attached to the API key. If a conversation id belongs to another workspace, Woes returns404 instead of
revealing that the record exists.