Gostaria de saber se existe alguma forma de atribuir um atendente em uma fila via api.
{
"id": "{{$guid}}",
"to": "[email protected]",
"method": "set",
"uri": "/attendants",
"type": "application/vnd.iris.desk.attendant+json",
"resource": {
"identity": "lucas.ventura%[email protected]",
"email": "[email protected]",
"teams": <
"Teste Chatbot"
]
}
}
Temos um endpoint que faz essa comando
POST https://{{contract_id}}.http.msging.net/commands HTTP/1.1
Content-Type: application/json
Authorization: Key {YOUR_TOKEN}
{
"id": "{{$guid}}",
"to": "[email protected]",
"method": "set",
"uri": "/attendants",
"type": "application/vnd.iris.desk.attendant+json",
"resource": {
"identity": "{identity}",
"teams":
"{team1}"
]
}
}
Referência: https://docs.blip.ai/#add-new-agents
Atenção: Usei a Key do seu atendimento humano no header da requisição, não use do roteador
Comente
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.