Dixa API//
- Claim conversation
Anonymize conversation
Anonymize message
Close conversation
Followup conversation
Reopen conversation
Transfer conversation
Add internal notes
List internal notes
Add internal note
Create conversation rating result
Create conversation rating offer
List ratings for a conversation
List organization activity log
List flows
Tag conversation
Untag conversation
Bulk tag conversation
List tags
List messages
Add message
Create conversation
Import conversation
Patch conversation custom attributes
List activity log
Get conversation
Link a conversation to a parent conversation
List linked conversations
Search conversations with filters
List rating
Search conversations
Claim conversation
Claim a conversation for a given agent. To avoid taking over assigned conversations, set the force paremeter to false
Security
ApiKeyAuth
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
}'