cURL
curl --request POST \ --url https://api.agentixx.io/api/conversations/{id}/messages \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "text": "Hello, how can I help you?" } '
{}
Send a human agent message in a conversation. Enforces messaging window.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Send a message in a conversation
1
Message sent