Dixa API//
- Transfer conversation
Create end user
Get end user
List end user conversations
Close conversation
Followup conversation
Create conversation rating result
Create conversation rating offer
Create conversation
Import conversation
Claim conversation
Get queue availability
Get the position of the conversation in its current queue
Transfer conversation
Transfer a conversation to a target queue.
Security
ApiKeyAuth(Required scopes: conversation.reply)
PUT
curl -i -X PUT \
'https://dev.dixa.io/v1/conversations/{conversationId}/transfer/queue' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"queueId": "92f8d193-b26f-4a62-86a3-bb03ee0915e9",
"userId": "a53b25da-f676-4c52-acac-58c9280aa23d"
}'