Dixa API//
- Updates the working channel of an agent
List presence
List agents
Update agents
Create agent
Patch agents
List teams
Get presence
Create agents
Get agent
Update agent
Delete agent
Patch agent
Updates the working chann...
Updates the working channel of an agent
Security
ApiKeyAuth
PUT
curl -i -X PUT \
'https://dev.dixa.io/v1/agents/{agentId}/presence/working-channel' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"channel": "Speak",
"working": false
}'