Dixa API//
- Claim conversation
Create end user
Get end user
List end user conversations
Close conversation
Followup conversation
Transfer conversation
Create conversation rating result
Create conversation rating offer
Create conversation
Import conversation
Get queue availability
Get the position of the conversation in its current queue
Claim conversation
Claim a conversation for a given agent. To avoid taking over assigned conversations, set the force paremeter to false
Security
ApiKeyAuth(Required scopes: conversation.claim)
PUT
curl -i -X PUT \
'https://dev.dixa.io/v1/conversations/{conversationId}/claim' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"agentId": "5a556159-9c21-4f3e-a44f-d323deb80d16",
"force": false
}'