Olá, tudo bom?
Existe a possibilidade de filtrar a commands /monitoring/attendants (https://docs.blip.ai/#get-agents-metrics) pra trazer somente um atendente específico ou existe alguma outra alternativa?
Página 1 / 1
Tenta dessa forma:
curl --request POST \
--url https://http.msging.net/commands \
--header 'Authorization: KEYDOSEUCHATBOTAQUI' \
--header 'Content-Type: application/json' \
--data '{
"method": "get",
"to": "[email protected]",
"uri": "/monitoring/open-tickets?version=2&[email protected]&$take=10&$skip=0&refreshCache=true",
"id": "4814f57e-aabc-4aec-9b30-dd84182bb7ca"
}'
Onde tem ali o ‘emaildoatendenteaqui’ coloque o e-mail do atendente, maaaass!!! no lugar do ‘@’ coloque ‘%2540’
Ficaria: maria%2540gmai.com
Beleza?
Espero ter ajudado
Comente
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.