- Introdução
- manager
- sms
- export
- report
- Integracao
- Call Center
- Pausas do agente (D)POST
- Atividades do agente (D)POST
- Abandono (P)POST
- Chamada da fila (D)POST
- Produtividade da fila (P)POST
- Chamadas do agente (D)POST
- Pesquisa de satisfação (D)POST
- Fila com ILA 20-60 (P)POST
- Produtividade do agente (P)POST
- Produtividade do agente (C)POST
- Resumo da fila (CQ)POST
- Métricas do agente (C)POST
- Métricas média do agente mensal (C)POST
- Classificação de chamadas (D)POST
- Produtividade da fila (C)POST
- Pronto atendimento do agente (CD)POST
- Pronto atendimento do agente (CA)POST
- Discador
- Central de Telefonia
- queue
- agent
- branch
Classificação de chamadas (D)
POST
http://{{HOST}}/service/v1/report/call-center-rtp-0015
Relatório: Classificação de chamadas (Detalhado)#
Informações Gerais#
Endpoint para Gerar o Relatório#
{HOST}/service/v1/report/call-center-rtp-0015
Parâmetros da Solicitação#
Campo | Descrição |
---|---|
dateStart | Data de Início - Defina a data de início do período a ser abrangido pelo relatório. |
dateEnd | Data de Término - Estabeleça a data de término do período a ser abrangido pelo relatório. |
agentId | ID do Agente - Insira o ID do agente para o qual deseja gerar o relatório. |
{
"dateStart": "AAAA-MM-DD",
"dateEnd": "AAAA-MM-DD",
"agentId": "ID_DO_AGENTE"
}
Resposta do Relatório#
{
"data": [
{
"dialer_id": "ID Discador",
"dialer_name": "Discador",
"login": "Login",
"logoff": "Logout",
"logged_time": "Tempo logado",
"uniqueid": "Protocolo",
"calldate": "Data",
"agent": "Numero agente",
"agentname": "Agente",
"source": "Origem",
"destination": "Destino",
"duration": "Duracao",
"contact_document": "ID Contato",
"contact_optional": "Opcional Contato",
"contact_ext_id": "Ext. ID Contato",
"contact_name": "Contato",
"classification_label": "Classificacao",
"classification_description": "Descricao",
"param": "Tabulacao",
"state": "Situacao"
},
// Outras entradas do relatório...
]
}
Propriedades da Resposta#
Propriedade | Descrição | Tipo |
---|---|---|
dialer_id | ID do discador | String |
dialer_name | Nome do discador | String |
login | Hora de login do agente | String |
logoff | Hora de logout do agente | String |
logged_time | Tempo logado do agente (segundos) | Number |
uniqueid | Protocolo único da chamada | String |
calldate | Data da chamada | String |
agent | Número do agente | String |
agentname | Nome do agente | String |
source | Número de origem da chamada | String |
destination | Número de destino da chamada | String |
duration | Duração da chamada em segundos | Number |
contact_document | ID do contato | String |
contact_optional | Informações opcionais do contato | String |
contact_ext_id | ID externo do contato | String |
contact_name | Nome do contato | String |
classification_label | Classificação da chamada | String |
classification_description | Descrição da classificação da chamada | String |
param | Tabulação da chamada | String |
state | Situação da chamada | String |
Lembre-se de substituir [URL_DO_ENDPOINT]
pela URL real do endpoint para gerar o relatório. Além disso, insira as datas de início e fim corretas e o ID do agente como parâmetros.
[URL_DO_ENDPOINT]
e ID_DO_AGENTE
pelos valores reais correspondentes, para documentar o relatório no Postman ou em outras plataformas de documentação. Certifique-se de preencher corretamente os valores dentro do array "data" com os resultados reais da API.Requisição
Parâmetros Header
PreAuthorization
string
requerido
Exemplo:
Bearer {{ACCESS_TOKEN}}
Parâmetros Bodyapplication/json
filters
array [object {2}]
requerido
field
string
requerido
selectedValue
string
requerido
format
string
requerido
Exemplo
{
"filters": [
{
"field": "dateStart",
"selectedValue": "2023-01-01 00:00:00"
},
{
"field": "dateEnd",
"selectedValue": "2023-12-31 23:59:59"
},
{
"field": "agentId",
"selectedValue": "-1"
}
],
"format": "json"
}
Exemplos de Requisição
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://{{HOST}}/service/v1/report/call-center-rtp-0015' \
--header 'PreAuthorization: Bearer {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": [
{
"field": "dateStart",
"selectedValue": "2023-01-01 00:00:00"
},
{
"field": "dateEnd",
"selectedValue": "2023-12-31 23:59:59"
},
{
"field": "agentId",
"selectedValue": "-1"
}
],
"format": "json"
}'
Respostas
🟢200Classificação de chamadas (D)
application/json
Body
page
integer
requerido
iTotalRecords
integer
requerido
iTotalDisplayRecords
integer
requerido
aaData
object
requerido
general
array [object {20}]
requerido
Exemplo
{ "page": 1, "iTotalRecords": 1, "iTotalDisplayRecords": 1, "aaData": { "general": [ { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708000593.3368", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538999617898", "source": "2241", "calldate": "15-02-2024 09:36:33", "duration": "00:01:20", "contact_name": "MARIA APARECIDA DOS SANTOS", "contact_document": "0001-0285-MARIA APARECIDA DOS SANTOS", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708000675.3387", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "553832153833", "source": "2241", "calldate": "15-02-2024 09:37:55", "duration": "00:01:10", "contact_name": "RITA SENHORA DIAS DOS SANTOS", "contact_document": "0001-1269-RITA SENHORA DIAS DOS SANTOS", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708000750.3403", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538998319873", "source": "2241", "calldate": "15-02-2024 09:39:10", "duration": "00:03:24", "contact_name": "UMBELINA SANTOS PEREIRA", "contact_document": "0001-1353-UMBELINA SANTOS PEREIRA", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708001247.3432", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538988280929", "source": "2241", "calldate": "15-02-2024 09:47:27", "duration": "00:00:18", "contact_name": "WANDA MOURAO DE OLIVEIRA", "contact_document": "0001-1956-WANDA MOURAO DE OLIVEIRA", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708003307.3585", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538999677161", "source": "2241", "calldate": "15-02-2024 10:21:47", "duration": "00:04:06", "contact_name": "JORGE PEREIRA DA SILVA", "contact_document": "0001-2789-JORGE PEREIRA DA SILVA", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "venda efetuada", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708003849.3663", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538991464192", "source": "2241", "calldate": "15-02-2024 10:30:49", "duration": "00:00:59", "contact_name": "MERCEARIA ARAUJO E ARAUJO LTDA - ME", "contact_document": "0001-3991-MERCEARIA ARAUJO E ARAUJO LTDA - ME", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Não Atendeu", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708003945.3702", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538999127625", "source": "2241", "calldate": "15-02-2024 10:32:25", "duration": "00:00:22", "contact_name": "PAD E CONF BELLA MASSA DE MONTES CLAROS", "contact_document": "0001-4649-PAD E CONF BELLA MASSA DE MONTES CLAROS", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "fez no app", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708003981.3712", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538988392240", "source": "2241", "calldate": "15-02-2024 10:33:01", "duration": "00:00:23", "contact_name": "ELDNEY SOARES RUAS", "contact_document": "0001-5108-ELDNEY SOARES RUAS", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708004858.3770", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538991601851", "source": "2241", "calldate": "15-02-2024 10:47:38", "duration": "00:01:31", "contact_name": "KETYLEN CRISTINA SNTOS DE SOUZA", "contact_document": "0001-5671-KETYLEN CRISTINA SNTOS DE SOUZA", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708005502.3843", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538999023933", "source": "2241", "calldate": "15-02-2024 10:58:22", "duration": "00:01:16", "contact_name": "KASSIANE FERREIRA SOUZA", "contact_document": "0001-6633-KASSIANE FERREIRA SOUZA", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "Estoque cheio", "state": "Atendida" }, { "login": "15-02-2024 09:36:28", "logoff": "15-02-2024 17:03:45", "logged_time": "07:27:17", "uniqueid": "1708005583.3859", "agent": "400", "agentname": "EVA", "dialer_id": "507", "dialer_name": "CAMPANHA Vendedor 182 QUI", "destination": "5538998029811", "source": "2241", "calldate": "15-02-2024 10:59:43", "duration": "00:00:23", "contact_name": "EULER DOS SANTOS JUNIOR", "contact_document": "0001-6637-EULER DOS SANTOS JUNIOR", "contact_optional": "mamute:mailing:1023", "contact_ext_id": "1023", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708085838.5863", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999392571", "source": "2241", "calldate": "16-02-2024 09:17:18", "duration": "00:03:23", "contact_name": "ANTONIO AUGUSTO DA SILVA", "contact_document": "0002-0046-ANTONIO AUGUSTO DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708086249.5946", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538997430548", "source": "2241", "calldate": "16-02-2024 09:24:09", "duration": "00:00:22", "contact_name": "MEIRA E CARDOSO COMERCIAL LTDA", "contact_document": "0002-0629-MEIRA E CARDOSO COMERCIAL LTDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708086470.5981", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999639225", "source": "2241", "calldate": "16-02-2024 09:27:50", "duration": "00:01:21", "contact_name": "MARIA JOSE RODRIGUES", "contact_document": "0002-0864-MARIA JOSE RODRIGUES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "retonar", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708088624.6143", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991006168", "source": "2234", "calldate": "16-02-2024 10:03:44", "duration": "00:01:28", "contact_name": "SERLEI LOPES OLIVEIRA", "contact_document": "0001-0795-SERLEI LOPES OLIVEIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708088769.6156", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988489669", "source": "2234", "calldate": "16-02-2024 10:06:09", "duration": "00:01:56", "contact_name": "MARIA DA CONCEICAO PEREIRA AGUIAR", "contact_document": "0001-1026-MARIA DA CONCEICAO PEREIRA AGUIAR", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "RESPONSÁVEL PELOS PEDIDOS NÃO SE ENCONTRA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708088886.6187", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998515763", "source": "2234", "calldate": "16-02-2024 10:08:06", "duration": "00:01:41", "contact_name": "HELIO MARTINS SILVA", "contact_document": "0001-1165-HELIO MARTINS SILVA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708088992.6212", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999992191", "source": "2234", "calldate": "16-02-2024 10:09:52", "duration": "00:02:56", "contact_name": "CLEIA MARCIA DIAS VIEIRA", "contact_document": "0001-1378-CLEIA MARCIA DIAS VIEIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "RESPONSÁVEL PELOS PEDIDOS NÃO SE ENCONTRA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708089173.6228", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999025468", "source": "2234", "calldate": "16-02-2024 10:12:53", "duration": "00:00:54", "contact_name": "ANTONIO ALFEU RIBEIRO", "contact_document": "0001-1774-ANTONIO ALFEU RIBEIRO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708089239.6238", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988026252", "source": "2234", "calldate": "16-02-2024 10:13:59", "duration": "00:01:30", "contact_name": "PADARIA E MERCEARIA AZALEIA LTDA", "contact_document": "0001-1889-PADARIA E MERCEARIA AZALEIA LTDA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708089334.6260", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991868029", "source": "2234", "calldate": "16-02-2024 10:15:34", "duration": "00:01:16", "contact_name": "CHARLES APARECIDO PINHEIRO", "contact_document": "0001-2269-CHARLES APARECIDO PINHEIRO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708089410.6270", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999552139", "source": "2234", "calldate": "16-02-2024 10:16:50", "duration": "00:03:16", "contact_name": "JOSE LUIZ ALVES CAETANO", "contact_document": "0001-3697-JOSE LUIZ ALVES CAETANO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708090091.6329", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538984169194", "source": "2234", "calldate": "16-02-2024 10:28:11", "duration": "00:00:34", "contact_name": "KARLA DAMIANA LIMA SANTOS", "contact_document": "0001-4840-KARLA DAMIANA LIMA SANTOS", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708090137.6345", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999755110", "source": "2234", "calldate": "16-02-2024 10:28:57", "duration": "00:04:45", "contact_name": "JOSE FLAVIO GONCALVES ROSA", "contact_document": "0001-5436-JOSE FLAVIO GONCALVES ROSA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708090992.6443", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998648313", "source": "2241", "calldate": "16-02-2024 10:43:12", "duration": "00:00:51", "contact_name": "ZILDA DA PENHA SOUZA SILVA", "contact_document": "0002-0925-ZILDA DA PENHA SOUZA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708090967.6433", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "553832133213", "source": "2234", "calldate": "16-02-2024 10:42:47", "duration": "00:04:32", "contact_name": "F E M ALIMENTOS ATACADISTA LTDA", "contact_document": "0001-5587-F E M ALIMENTOS ATACADISTA LTDA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "RESPONSÁVEL PELOS PEDIDOS NÃO SE ENCONTRA", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708091208.6468", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998986842", "source": "2241", "calldate": "16-02-2024 10:46:48", "duration": "00:02:19", "contact_name": "CARLOS FELIPE DIAS FERREIRA", "contact_document": "0002-0932-CARLOS FELIPE DIAS FERREIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "não comprou", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708091359.6506", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999162304", "source": "2241", "calldate": "16-02-2024 10:49:19", "duration": "00:00:53", "contact_name": "LUIZ FERNANDO DIAS ALKIMIN", "contact_document": "0002-1537-LUIZ FERNANDO DIAS ALKIMIN", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708091240.6484", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999580312", "source": "2234", "calldate": "16-02-2024 10:47:20", "duration": "00:03:20", "contact_name": "VANIA MARIA NOBRE", "contact_document": "0001-5874-VANIA MARIA NOBRE", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708091414.6519", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538991169372", "source": "2241", "calldate": "16-02-2024 10:50:14", "duration": "00:01:06", "contact_name": "IOLE EVA DOS PASSOS SORAES", "contact_document": "0009-0786-IOLE EVA DOS PASSOS SORAES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708091485.6532", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538997447554", "source": "2241", "calldate": "16-02-2024 10:51:25", "duration": "00:00:53", "contact_name": "EDUARDO NOGUEIRA MELO", "contact_document": "0009-0836-EDUARDO NOGUEIRA MELO", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708091565.6551", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999632778", "source": "2241", "calldate": "16-02-2024 10:52:45", "duration": "00:01:07", "contact_name": "CELIA MARIA DE ALMEIDA 45316848691", "contact_document": "0113-0214-CELIA MARIA DE ALMEIDA 45316848691", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708092563.6632", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999481844", "source": "2241", "calldate": "16-02-2024 11:09:23", "duration": "00:00:55", "contact_name": "SEBASTIAO FERREIRA DA SILVA - ACOUGUE -", "contact_document": "0118-0005-SEBASTIAO FERREIRA DA SILVA - ACOUGUE -", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708093100.6671", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991200266", "source": "2234", "calldate": "16-02-2024 11:18:20", "duration": "00:01:29", "contact_name": "PAULO EDUARDO FONSECA SOARES FILHO - ME", "contact_document": "0001-8148-PAULO EDUARDO FONSECA SOARES FILHO - ME", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "31/08/2019\n\nCLIENTE SOLICITOU RETORNO PELO WHATZAP", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708093536.6697", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538997236809", "source": "2234", "calldate": "16-02-2024 11:25:36", "duration": "00:01:40", "contact_name": "ELIZABETE ANGELA DA SILVA", "contact_document": "0001-8319-ELIZABETE ANGELA DA SILVA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "N?o classificada", "classification_description": "", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708094529.6765", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999708282", "source": "2234", "calldate": "16-02-2024 11:42:09", "duration": "00:00:36", "contact_name": "MANOEL JOSE PEREIRA", "contact_document": "0001-8737-MANOEL JOSE PEREIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE SOLICITOU RETORNO NO PERÍODO DA TARDE", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708094704.6791", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999101977", "source": "2234", "calldate": "16-02-2024 11:45:04", "duration": "00:00:09", "contact_name": "MANOEL PEREIRA DOS SANTOS", "contact_document": "0002-0264-MANOEL PEREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": ";", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE SOLICITOU RETORNO NO PERÍODO DA TARDE", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708094793.6831", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999436070", "source": "2241", "calldate": "16-02-2024 11:46:33", "duration": "00:00:47", "contact_name": "REGINALDO RODRIGUES DE ALMEIDA", "contact_document": "0118-0033-REGINALDO RODRIGUES DE ALMEIDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708094841.6842", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991900684", "source": "2234", "calldate": "16-02-2024 11:47:21", "duration": "00:01:10", "contact_name": "JOSE ACACIO BORGES DOS REIS", "contact_document": "0005-0552-JOSE ACACIO BORGES DOS REIS", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "01/06/2023\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708094917.6867", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538992551662", "source": "2234", "calldate": "16-02-2024 11:48:37", "duration": "00:00:32", "contact_name": "MARIA APARECIDA FERREIRA DO NASCIMENTO", "contact_document": "0005-0678-MARIA APARECIDA FERREIRA DO NASCIMENTO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708094977.6877", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999001624", "source": "2234", "calldate": "16-02-2024 11:49:37", "duration": "00:00:41", "contact_name": "WANDERLEI SANTOS DE AGUIAR", "contact_document": "0005-1828-WANDERLEI SANTOS DE AGUIAR", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": ";;", "classification_label": "Não Atendeu", "classification_description": "DÉBITO PENDENTE \n\nNÚMERO PARA CONTATO NÃO ESTÁ RECEBENDO CHAMADAS", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708095184.6953", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999598809", "source": "2241", "calldate": "16-02-2024 11:53:04", "duration": "00:00:35", "contact_name": "PEDRO HENRIQUE QUEIROZ DE SOUZA", "contact_document": "0118-0187-PEDRO HENRIQUE QUEIROZ DE SOUZA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708095178.6948", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998653419", "source": "2234", "calldate": "16-02-2024 11:52:58", "duration": "00:01:47", "contact_name": "ARGEMIRO CARLOS DA SILVEIRA", "contact_document": "0005-2343-ARGEMIRO CARLOS DA SILVEIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CLIENTE NÃO COMPROU, ESTABELECIMENTO FECHADO TEMPORARIAMENTE", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708095367.7026", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538997486179", "source": "2241", "calldate": "16-02-2024 11:56:07", "duration": "00:01:18", "contact_name": "MARCOS ANTONIO BARBOSA DE OLIVEIRA", "contact_document": "0118-0604-MARCOS ANTONIO BARBOSA DE OLIVEIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708095493.7064", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998102355", "source": "2241", "calldate": "16-02-2024 11:58:13", "duration": "00:01:00", "contact_name": "JOAO CARLOS SOARES", "contact_document": "0061-0585-JOAO CARLOS SOARES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "cx postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708101644.7114", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999689042", "source": "2234", "calldate": "16-02-2024 13:40:44", "duration": "00:01:03", "contact_name": "ROBERTO SIDNEY SOUZA LOPES", "contact_document": "0005-2503-ROBERTO SIDNEY SOUZA LOPES", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE SOLICITOU RETORNO ÀS 15:00H", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708101769.7124", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999140638", "source": "2234", "calldate": "16-02-2024 13:42:49", "duration": "00:00:43", "contact_name": "PAULO FERNANDO DE ARAUJO", "contact_document": "0005-2531-PAULO FERNANDO DE ARAUJO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708101855.7134", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5531998425433", "source": "2234", "calldate": "16-02-2024 13:44:15", "duration": "00:00:24", "contact_name": "EDILSON RODRIGUES SANTOS", "contact_document": "0005-2577-EDILSON RODRIGUES SANTOS", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": ";;", "classification_label": "Telefone Errado", "classification_description": "DÉBITO PENDENTE\n\n27/09/2023\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708101938.7185", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988581887", "source": "2234", "calldate": "16-02-2024 13:45:38", "duration": "00:00:53", "contact_name": "JUSCELINO DA SILVA PEREIRA", "contact_document": "0005-2701-JUSCELINO DA SILVA PEREIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "DÉBITO PENDENTE\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708102371.7232", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999508732", "source": "2241", "calldate": "16-02-2024 13:52:51", "duration": "00:00:17", "contact_name": "JOSIAS VIEIRA DA COSTA", "contact_document": "0061-1165-JOSIAS VIEIRA DA COSTA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708102902.7247", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998398115", "source": "2241", "calldate": "16-02-2024 14:01:42", "duration": "00:00:42", "contact_name": "JOAO LUCAS DA COSTA OLIVEIRA", "contact_document": "0061-1299-JOAO LUCAS DA COSTA OLIVEIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708102993.7270", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999850740", "source": "2241", "calldate": "16-02-2024 14:03:13", "duration": "00:00:51", "contact_name": "WLLISSES EDUARDO BORGES DA SILVA", "contact_document": "0061-1304-WLLISSES EDUARDO BORGES DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103049.7280", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998945655", "source": "2241", "calldate": "16-02-2024 14:04:09", "duration": "00:00:24", "contact_name": "SUPERMERCADO E VERDURAO CENTRAL LTDA", "contact_document": "0084-0074-SUPERMERCADO E VERDURAO CENTRAL LTDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103351.7308", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538997322166", "source": "2241", "calldate": "16-02-2024 14:09:11", "duration": "00:00:52", "contact_name": "VALDINEY GOMES DA SILVA", "contact_document": "0084-0253-VALDINEY GOMES DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103417.7320", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998433781", "source": "2241", "calldate": "16-02-2024 14:10:17", "duration": "00:00:40", "contact_name": "DENIS CARLOS G. MOREIRA EIRELI - ME", "contact_document": "0084-0269-DENIS CARLOS G. MOREIRA EIRELI - ME", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheia", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103467.7338", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999731462", "source": "2241", "calldate": "16-02-2024 14:11:07", "duration": "00:00:37", "contact_name": "CHENISTON BATISTA ALVES", "contact_document": "0084-0274-CHENISTON BATISTA ALVES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103553.7371", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999659853", "source": "2241", "calldate": "16-02-2024 14:12:33", "duration": "00:00:58", "contact_name": "VALMIRA LEMOS DE JESUS 10070780650", "contact_document": "0084-0373-VALMIRA LEMOS DE JESUS 10070780650", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ausente", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103623.7393", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998331735", "source": "2241", "calldate": "16-02-2024 14:13:43", "duration": "00:00:57", "contact_name": "SILDENE RIBEIRO NEVES FERREIRA", "contact_document": "0084-0435-SILDENE RIBEIRO NEVES FERREIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ausente", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103689.7418", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999639883", "source": "2241", "calldate": "16-02-2024 14:14:49", "duration": "00:00:40", "contact_name": "ELIZABETE ALVES FERREIRA", "contact_document": "0084-0453-ELIZABETE ALVES FERREIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "sem telefone", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103739.7429", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999884843", "source": "2241", "calldate": "16-02-2024 14:15:39", "duration": "00:00:44", "contact_name": "EVA FRANCISCA DOS SANTOS", "contact_document": "0084-0523-EVA FRANCISCA DOS SANTOS", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103795.7439", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998335760", "source": "2241", "calldate": "16-02-2024 14:16:35", "duration": "00:00:09", "contact_name": "JOSE FERNANDES DO NASCIMENTO", "contact_document": "0084-0524-JOSE FERNANDES DO NASCIMENTO", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708103934.7548", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538997353058", "source": "2241", "calldate": "16-02-2024 14:18:54", "duration": "00:01:07", "contact_name": "ARNALDO MARTINS DE ABREU", "contact_document": "0084-0533-ARNALDO MARTINS DE ABREU", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708104651.7601", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999508028", "source": "2241", "calldate": "16-02-2024 14:30:51", "duration": "00:00:50", "contact_name": "NEWTON RIBEIRO VELOSO", "contact_document": "0084-0534-NEWTON RIBEIRO VELOSO", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708104752.7620", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999561416", "source": "2241", "calldate": "16-02-2024 14:32:32", "duration": "00:00:22", "contact_name": "CANA BRAVA SUPERMERCADO LTDA", "contact_document": "0084-0612-CANA BRAVA SUPERMERCADO LTDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708104782.7630", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998012603", "source": "2241", "calldate": "16-02-2024 14:33:02", "duration": "00:00:35", "contact_name": "COMERCIAL SILVA DE CANA BRAVA", "contact_document": "0084-0613-COMERCIAL SILVA DE CANA BRAVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708104868.7662", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998305155", "source": "2241", "calldate": "16-02-2024 14:34:28", "duration": "00:00:24", "contact_name": "LUCIENE GOMES FERREIRA COSTA", "contact_document": "0084-0621-LUCIENE GOMES FERREIRA COSTA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708104950.7691", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998708373", "source": "2241", "calldate": "16-02-2024 14:35:50", "duration": "00:00:28", "contact_name": "OLGA MARTINS MOREIRA", "contact_document": "0084-0625-OLGA MARTINS MOREIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105006.7704", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999687281", "source": "2241", "calldate": "16-02-2024 14:36:46", "duration": "00:00:42", "contact_name": "LEILIANE BERNARDINO DA SILVA", "contact_document": "0084-0633-LEILIANE BERNARDINO DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105143.7770", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999043444", "source": "2241", "calldate": "16-02-2024 14:39:03", "duration": "00:00:24", "contact_name": "NEIVA E FERREIRA COM. DE PROD ALIMENTICI", "contact_document": "0123-0298-NEIVA E FERREIRA COM. DE PROD ALIMENTICI", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105183.7783", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999154133", "source": "2241", "calldate": "16-02-2024 14:39:43", "duration": "00:00:39", "contact_name": "ZILDA FERREIRA DA SILVA 89729315604", "contact_document": "0123-0394-ZILDA FERREIRA DA SILVA 89729315604", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105261.7866", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999265474", "source": "2241", "calldate": "16-02-2024 14:41:01", "duration": "00:01:10", "contact_name": "TATIANA PEREIRA DIAS 04880441627", "contact_document": "0123-0686-TATIANA PEREIRA DIAS 04880441627", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105331.7892", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999878195", "source": "2241", "calldate": "16-02-2024 14:42:11", "duration": "00:00:26", "contact_name": "DALMIR JOSE DE PAULA", "contact_document": "0123-1000-DALMIR JOSE DE PAULA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708105324.7882", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999983951", "source": "2234", "calldate": "16-02-2024 14:42:04", "duration": "00:00:50", "contact_name": "MOREIRA FREIRE RIBEIRO LTDA", "contact_document": "0005-2797-MOREIRA FREIRE RIBEIRO LTDA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708105407.7913", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998147196", "source": "2241", "calldate": "16-02-2024 14:43:27", "duration": "00:00:25", "contact_name": "MARIA MARTINS DE JESUS", "contact_document": "0188-0001-MARIA MARTINS DE JESUS", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708105410.7923", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998732325", "source": "2234", "calldate": "16-02-2024 14:43:30", "duration": "00:01:20", "contact_name": "LUIZ CARLOS DE JESUS ALVES 06959179602", "contact_document": "0005-3085-LUIZ CARLOS DE JESUS ALVES 06959179602", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "30/11/2023\n\nNÃO COMPROU", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708105495.7936", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991045562", "source": "2234", "calldate": "16-02-2024 14:44:55", "duration": "00:01:09", "contact_name": "RENILSON PEREIRA DE FREITAS 06678086635", "contact_document": "0005-3102-RENILSON PEREIRA DE FREITAS 06678086635", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708105992.7970", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988321000", "source": "2234", "calldate": "16-02-2024 14:53:12", "duration": "00:00:49", "contact_name": "FREDERYC GONCALVES DURAES", "contact_document": "0005-3104-FREDERYC GONCALVES DURAES", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106129.7989", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999389175", "source": "2241", "calldate": "16-02-2024 14:55:29", "duration": "00:00:23", "contact_name": "ANTONIO GONCALO FIGUEIREDO TAVARES", "contact_document": "0188-0002-ANTONIO GONCALO FIGUEIREDO TAVARES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106202.7999", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538984022980", "source": "2234", "calldate": "16-02-2024 14:56:42", "duration": "00:01:01", "contact_name": "WEMERSON DE JESUS VIEIRA 07859837676", "contact_document": "0005-3298-WEMERSON DE JESUS VIEIRA 07859837676", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106235.8019", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998309672", "source": "2241", "calldate": "16-02-2024 14:57:15", "duration": "00:00:59", "contact_name": "APARICIO JOAQUIM FERREIRA", "contact_document": "0188-0004-APARICIO JOAQUIM FERREIRA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106295.8045", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999389954", "source": "2241", "calldate": "16-02-2024 14:58:15", "duration": "00:00:11", "contact_name": "IONE FERREIRA DOS SANTOS", "contact_document": "0188-0005-IONE FERREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106278.8035", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991903516", "source": "2234", "calldate": "16-02-2024 14:57:58", "duration": "00:01:04", "contact_name": "CARLUCIO FERREIRA COUTINHO 07523796664", "contact_document": "0005-3466-CARLUCIO FERREIRA COUTINHO 07523796664", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106316.8065", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999919364", "source": "2241", "calldate": "16-02-2024 14:58:36", "duration": "00:00:46", "contact_name": "SEBASTIAO APARECIDO BRAGA", "contact_document": "0188-0006-SEBASTIAO APARECIDO BRAGA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106344.8082", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998799793", "source": "2234", "calldate": "16-02-2024 14:59:04", "duration": "00:02:49", "contact_name": "ANTONIO DOS REIS VASCONCELOS", "contact_document": "0005-3519-ANTONIO DOS REIS VASCONCELOS", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106540.8105", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988230210", "source": "2234", "calldate": "16-02-2024 15:02:20", "duration": "00:01:37", "contact_name": "BRUNO RICARDO PEREIRA SIQUEIRA", "contact_document": "0005-3541-BRUNO RICARDO PEREIRA SIQUEIRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106602.8121", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999784620", "source": "2241", "calldate": "16-02-2024 15:03:22", "duration": "00:01:01", "contact_name": "PANIFICADORA E LANCHONETE SORVIPAN LTDA", "contact_document": "0188-0007-PANIFICADORA E LANCHONETE SORVIPAN LTDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106645.8131", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538988480143", "source": "2234", "calldate": "16-02-2024 15:04:05", "duration": "00:00:26", "contact_name": "MARIA ELIZANGELA FONSECA", "contact_document": "0005-3573-MARIA ELIZANGELA FONSECA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106677.8146", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999611765", "source": "2241", "calldate": "16-02-2024 15:04:37", "duration": "00:00:20", "contact_name": "D V DOS SANTOS", "contact_document": "0188-0009-D V DOS SANTOS", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106676.8141", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991425249", "source": "2234", "calldate": "16-02-2024 15:04:36", "duration": "00:00:26", "contact_name": "RODRIGO MENDES CARVALHO", "contact_document": "0005-3743-RODRIGO MENDES CARVALHO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106708.8165", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999374439", "source": "2241", "calldate": "16-02-2024 15:05:08", "duration": "00:00:21", "contact_name": "ILMA CARNEIRO FIGUEIREDO", "contact_document": "0188-0010-ILMA CARNEIRO FIGUEIREDO", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": ";", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106743.8205", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999037775", "source": "2241", "calldate": "16-02-2024 15:05:43", "duration": "00:00:09", "contact_name": "VF TIAGO MERCADO E ACOUGUE", "contact_document": "0188-0013-VF TIAGO MERCADO E ACOUGUE", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106754.8220", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5561999011420", "source": "2241", "calldate": "16-02-2024 15:05:54", "duration": "00:00:06", "contact_name": "ALESSANDRA PAULINO DE SOUSA FERNANDES", "contact_document": "0188-0014-ALESSANDRA PAULINO DE SOUSA FERNANDES", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": ";;", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708106721.8175", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538999999999", "source": "2234", "calldate": "16-02-2024 15:05:21", "duration": "00:01:08", "contact_name": "DAYANE FERNANDES FONSECA", "contact_document": "0005-3772-DAYANE FERNANDES FONSECA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "30/03/2023\n\nCHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106810.8291", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999763305", "source": "2241", "calldate": "16-02-2024 15:06:50", "duration": "00:00:12", "contact_name": "ANTONIO GASPAR FERREIRA DA SILVA", "contact_document": "0188-0017-ANTONIO GASPAR FERREIRA DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": ";", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106841.8331", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999739256", "source": "2241", "calldate": "16-02-2024 15:07:21", "duration": "00:00:32", "contact_name": "LUIZ DONIZETE PINTO", "contact_document": "0188-0018-LUIZ DONIZETE PINTO", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106882.8362", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999831163", "source": "2241", "calldate": "16-02-2024 15:08:02", "duration": "00:00:06", "contact_name": "DESILENE PEREIRA DA SILVA", "contact_document": "0188-0019-DESILENE PEREIRA DA SILVA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106898.8387", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998471455", "source": "2241", "calldate": "16-02-2024 15:08:18", "duration": "00:00:20", "contact_name": "NADIA FABIANE C. RAMALHO 09383419601", "contact_document": "0188-0025-NADIA FABIANE C. RAMALHO 09383419601", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": ";;", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106934.8421", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999785025", "source": "2241", "calldate": "16-02-2024 15:08:54", "duration": "00:00:10", "contact_name": "MINI BOX MERC. MATA E SOUZA LTDA", "contact_document": "0188-0026-MINI BOX MERC. MATA E SOUZA LTDA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106944.8431", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538998249860", "source": "2241", "calldate": "16-02-2024 15:09:04", "duration": "00:00:14", "contact_name": "JOSE PAULO DOS SANTOS", "contact_document": "0188-0030-JOSE PAULO DOS SANTOS", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Não atendida" }, { "login": "16-02-2024 09:17:17", "logoff": "16-02-2024 16:50:55", "logged_time": "07:33:38", "uniqueid": "1708106960.8441", "agent": "400", "agentname": "EVA", "dialer_id": "508", "dialer_name": "CAMPANHA Vendedor 182 SEX", "destination": "5538999191485", "source": "2241", "calldate": "16-02-2024 15:09:20", "duration": "00:00:23", "contact_name": "VIRGILIA MARIA CAETANO LIMA", "contact_document": "0188-0031-VIRGILIA MARIA CAETANO LIMA", "contact_optional": "mamute:mailing:1024", "contact_ext_id": "1024", "param": "", "classification_label": "Telefone Errado", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708107179.8491", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998386080", "source": "2234", "calldate": "16-02-2024 15:12:59", "duration": "00:00:53", "contact_name": "LEANDRO APARECIDO RIBEIRO SILTA", "contact_document": "0005-3799-LEANDRO APARECIDO RIBEIRO SILTA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708107239.8501", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991784136", "source": "2234", "calldate": "16-02-2024 15:13:59", "duration": "00:00:26", "contact_name": "IVANETE AZEVEDO CARDOSO", "contact_document": "0005-3836-IVANETE AZEVEDO CARDOSO", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Telefone Errado", "classification_description": "02/02/2023\n\nENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708107280.8511", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991906692", "source": "2234", "calldate": "16-02-2024 15:14:40", "duration": "00:00:56", "contact_name": "PAULO LUCIANO GONCALVES DA SILVA", "contact_document": "0005-3900-PAULO LUCIANO GONCALVES DA SILVA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708107341.8521", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538992037517", "source": "2234", "calldate": "16-02-2024 15:15:41", "duration": "00:01:16", "contact_name": "WELTON DA CONCEICAO SILVA", "contact_document": "0005-4036-WELTON DA CONCEICAO SILVA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "RESPONSÁVEL PELOS PEDIDOS NÃO SE ENCONTRA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708107897.8570", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998573035", "source": "2234", "calldate": "16-02-2024 15:24:57", "duration": "00:02:27", "contact_name": "MARINA MOREIRA DE SOUZA", "contact_document": "0005-4126-MARINA MOREIRA DE SOUZA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708108046.8603", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538991231809", "source": "2234", "calldate": "16-02-2024 15:27:26", "duration": "00:03:08", "contact_name": "RAYANE DUARTE ROCHA", "contact_document": "0005-4152-RAYANE DUARTE ROCHA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "16-02-2024 10:03:39", "logoff": "16-02-2024 17:48:49", "logged_time": "07:45:10", "uniqueid": "1708108242.8619", "agent": "404", "agentname": "NILDE", "dialer_id": "489", "dialer_name": "CAMPANHA Vendedor 181 SEX", "destination": "5538998861334", "source": "2234", "calldate": "16-02-2024 15:30:42", "duration": "00:00:27", "contact_name": "FAGNER SOUZA BESERRA", "contact_document": "0005-4224-FAGNER SOUZA BESERRA", "contact_optional": "mamute:mailing:1008", "contact_ext_id": "1008", "param": ";;", "classification_label": "Telefone Inexistente", "classification_description": "NÚMERO PARA CONTATO NÃO EXISTE", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708346568.10666", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999201331", "source": "2234", "calldate": "19-02-2024 09:42:48", "duration": "00:00:25", "contact_name": "TEREZA DOS REAIS DE AGUIAR", "contact_document": "0071-1101-TEREZA DOS REAIS DE AGUIAR", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": ";", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708346706.10703", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999624640", "source": "2234", "calldate": "19-02-2024 09:45:06", "duration": "00:00:39", "contact_name": "MARIA APARECIDA ALVES", "contact_document": "0071-1107-MARIA APARECIDA ALVES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708346694.10693", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999574442", "source": "2241", "calldate": "19-02-2024 09:44:54", "duration": "00:00:56", "contact_name": "COMERCIAL BELA VISTA DE MIRABELA LTDA", "contact_document": "0055-0024-COMERCIAL BELA VISTA DE MIRABELA LTDA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "retonar", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708346748.10713", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998254668", "source": "2234", "calldate": "19-02-2024 09:45:48", "duration": "00:00:21", "contact_name": "ROGERIO MENDES GUIMARAES 05923260638", "contact_document": "0061-0139-ROGERIO MENDES GUIMARAES 05923260638", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708346851.10723", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5534996651080", "source": "2234", "calldate": "19-02-2024 09:47:31", "duration": "00:03:03", "contact_name": "MARIA ALICE MARTINS DE SOUSA 01456781642", "contact_document": "0190-0042-MARIA ALICE MARTINS DE SOUSA 01456781642", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708346927.10738", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998484438", "source": "2241", "calldate": "19-02-2024 09:48:47", "duration": "00:01:49", "contact_name": "EDGAR CARDOSO LOURENCO", "contact_document": "0055-0050-EDGAR CARDOSO LOURENCO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347039.10762", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999143142", "source": "2234", "calldate": "19-02-2024 09:50:39", "duration": "00:00:51", "contact_name": "SILVA SANDRA RIBEIRO", "contact_document": "0001-0525-SILVA SANDRA RIBEIRO", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347096.10775", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538988069229", "source": "2234", "calldate": "19-02-2024 09:51:36", "duration": "00:00:57", "contact_name": "ELIETE MAGALHAES DOS SANTOS", "contact_document": "0001-1201-ELIETE MAGALHAES DOS SANTOS", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCMAINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347156.10788", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538991125697", "source": "2234", "calldate": "19-02-2024 09:52:36", "duration": "00:01:54", "contact_name": "VANDERLEY RODRIGUES SALES", "contact_document": "0001-1296-VANDERLEY RODRIGUES SALES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347292.10798", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999315761", "source": "2234", "calldate": "19-02-2024 09:54:52", "duration": "00:00:52", "contact_name": "VALDEMAR FERNANDES SANTA ROSA", "contact_document": "0001-2569-VALDEMAR FERNANDES SANTA ROSA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCMAINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347357.10822", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538991851316", "source": "2234", "calldate": "19-02-2024 09:55:57", "duration": "00:01:01", "contact_name": "CARLOS ORLANDO FERREIRA DE LIMA", "contact_document": "0001-4533-CARLOS ORLANDO FERREIRA DE LIMA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708347379.10832", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999669121", "source": "2241", "calldate": "19-02-2024 09:56:19", "duration": "00:00:59", "contact_name": "JOSE AUGUSTO GONCALVES DE AQUINO", "contact_document": "0055-0055-JOSE AUGUSTO GONCALVES DE AQUINO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708347441.10852", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998480437", "source": "2241", "calldate": "19-02-2024 09:57:21", "duration": "00:00:36", "contact_name": "RODRIGO DE SOUZA SANTOS", "contact_document": "0055-0056-RODRIGO DE SOUZA SANTOS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347424.10842", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998714111", "source": "2234", "calldate": "19-02-2024 09:57:04", "duration": "00:00:53", "contact_name": "KELIANE RODRIGUES DE BRITO", "contact_document": "0001-4817-KELIANE RODRIGUES DE BRITO", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347491.10873", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538991479542", "source": "2234", "calldate": "19-02-2024 09:58:11", "duration": "00:00:57", "contact_name": "PADARIA E CONFEITARIA SENSACAO LTDA - ME", "contact_document": "0001-4957-PADARIA E CONFEITARIA SENSACAO LTDA - ME", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708347482.10863", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999207234", "source": "2241", "calldate": "19-02-2024 09:58:02", "duration": "00:01:32", "contact_name": "COMERCIAL MUQUEM LTDA", "contact_document": "0055-0057-COMERCIAL MUQUEM LTDA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347551.10884", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538997300390", "source": "2234", "calldate": "19-02-2024 09:59:11", "duration": "00:01:12", "contact_name": "KALE COMERCIO DE ALIMENTOS LTDA - ME", "contact_document": "0001-5485-KALE COMERCIO DE ALIMENTOS LTDA - ME", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347627.10899", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538988476829", "source": "2234", "calldate": "19-02-2024 10:00:27", "duration": "00:00:59", "contact_name": "JOSE VAMY GONCALVES LIMA 59828943620 - M", "contact_document": "0001-6326-JOSE VAMY GONCALVES LIMA 59828943620 - M", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708347687.10913", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538997579192", "source": "2234", "calldate": "19-02-2024 10:01:27", "duration": "00:02:46", "contact_name": "BALTAZAR DA PAZ SOARES ALKIMIM", "contact_document": "0001-8282-BALTAZAR DA PAZ SOARES ALKIMIM", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708347878.10924", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999877345", "source": "2241", "calldate": "19-02-2024 10:04:38", "duration": "00:00:48", "contact_name": "GEISSON VINICIUS ANTUNES FERREIRA", "contact_document": "0055-0058-GEISSON VINICIUS ANTUNES FERREIRA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708347928.10934", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999199666", "source": "2241", "calldate": "19-02-2024 10:05:28", "duration": "00:01:20", "contact_name": "SEBASTIAO MENDES", "contact_document": "0055-0076-SEBASTIAO MENDES", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348028.10944", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999111944", "source": "2234", "calldate": "19-02-2024 10:07:08", "duration": "00:00:23", "contact_name": "LOURDES RODRIGUES DOS SANTOS", "contact_document": "0001-8661-LOURDES RODRIGUES DOS SANTOS", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348069.10954", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999859109", "source": "2234", "calldate": "19-02-2024 10:07:49", "duration": "00:00:27", "contact_name": "FLAVIA MARQUES LOBATO", "contact_document": "0001-9454-FLAVIA MARQUES LOBATO", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE SOLICITA RETORNO ÀS 16:00h", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348154.10964", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998143011", "source": "2234", "calldate": "19-02-2024 10:09:14", "duration": "00:00:48", "contact_name": "JULIANA GONCALVES SILVA", "contact_document": "0002-1522-JULIANA GONCALVES SILVA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708348245.10995", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998846120", "source": "2241", "calldate": "19-02-2024 10:10:45", "duration": "00:00:50", "contact_name": "VALDIR JUNIO SOUTO", "contact_document": "0055-0081-VALDIR JUNIO SOUTO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348240.10985", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538991598392", "source": "2234", "calldate": "19-02-2024 10:10:40", "duration": "00:00:57", "contact_name": "JOAO VITOR AMARAL TEIXEIRA", "contact_document": "0005-1949-JOAO VITOR AMARAL TEIXEIRA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348321.11012", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538988591440", "source": "2234", "calldate": "19-02-2024 10:12:01", "duration": "00:01:02", "contact_name": "PEDRO FELICO BARBOSA NUNES", "contact_document": "0005-2198-PEDRO FELICO BARBOSA NUNES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348392.11026", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998523118", "source": "2234", "calldate": "19-02-2024 10:13:12", "duration": "00:01:40", "contact_name": "LARA CELESTINO MEDEIROS", "contact_document": "0005-2372-LARA CELESTINO MEDEIROS", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348497.11040", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999637533", "source": "2234", "calldate": "19-02-2024 10:14:57", "duration": "00:00:56", "contact_name": "CLAUDIA GONCALVES MENDES", "contact_document": "0005-2464-CLAUDIA GONCALVES MENDES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348563.11062", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999290603", "source": "2234", "calldate": "19-02-2024 10:16:03", "duration": "00:00:32", "contact_name": "EDILEUSA SOARES BRAGA", "contact_document": "0005-2623-EDILEUSA SOARES BRAGA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348618.11072", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998014423", "source": "2234", "calldate": "19-02-2024 10:16:58", "duration": "00:00:50", "contact_name": "ODINO DEVANIR RODRIGUES GOMES", "contact_document": "0005-2720-ODINO DEVANIR RODRIGUES GOMES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348694.11094", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538988567212", "source": "2234", "calldate": "19-02-2024 10:18:14", "duration": "00:00:59", "contact_name": "ALBERTO DOS SANTOS DURAES JUNIOR", "contact_document": "0005-3511-ALBERTO DOS SANTOS DURAES JUNIOR", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "PEDIDO EM ABERTO 17/02\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708348863.11144", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999619907", "source": "2241", "calldate": "19-02-2024 10:21:03", "duration": "00:01:05", "contact_name": "CICERO PEREIRA DA SILVA", "contact_document": "0055-0104-CICERO PEREIRA DA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348890.11160", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998279898", "source": "2234", "calldate": "19-02-2024 10:21:30", "duration": "00:00:52", "contact_name": "JOAO GOMES DE OLIVEIRA NETO 13841124640", "contact_document": "0005-3789-JOAO GOMES DE OLIVEIRA NETO 13841124640", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "13/10/2023\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708348950.11176", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538992327094", "source": "2234", "calldate": "19-02-2024 10:22:30", "duration": "00:00:26", "contact_name": "JOSE MARIO ALVES VIEIRA", "contact_document": "0005-4159-JOSE MARIO ALVES VIEIRA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349011.11186", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538992073216", "source": "2234", "calldate": "19-02-2024 10:23:31", "duration": "00:03:49", "contact_name": "BARBEARIA JK", "contact_document": "0005-4216-BARBEARIA JK", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349242.11209", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538988081407", "source": "2234", "calldate": "19-02-2024 10:27:22", "duration": "00:00:31", "contact_name": "GRAZIELE DE OLIVEIRA BAPTISTA CRUZ", "contact_document": "0005-4221-GRAZIELE DE OLIVEIRA BAPTISTA CRUZ", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA\n\nDÉBITO PENDENTE", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708349225.11199", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999981910", "source": "2241", "calldate": "19-02-2024 10:27:05", "duration": "00:00:59", "contact_name": "DANTIELY FERNANDES DA SILVA", "contact_document": "0055-0106-DANTIELY FERNANDES DA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349397.11294", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998244475", "source": "2234", "calldate": "19-02-2024 10:29:57", "duration": "00:00:34", "contact_name": "MARIA DO CARMO VIEIRA ABREU", "contact_document": "0005-4253-MARIA DO CARMO VIEIRA ABREU", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349437.11304", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998299467", "source": "2234", "calldate": "19-02-2024 10:30:37", "duration": "00:00:29", "contact_name": "DIENY EMANUELEN GONCALVES DE SOUZA", "contact_document": "0005-4316-DIENY EMANUELEN GONCALVES DE SOUZA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349472.11314", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999277276", "source": "2234", "calldate": "19-02-2024 10:31:12", "duration": "00:01:00", "contact_name": "ANTONIO OLIVEIRA DURAES", "contact_document": "0008-0032-ANTONIO OLIVEIRA DURAES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU\n\nCÉBITO PENDENTE", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349548.11327", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998520536", "source": "2234", "calldate": "19-02-2024 10:32:28", "duration": "00:00:24", "contact_name": "TERESA CELESTINA DA FONSECA", "contact_document": "0008-0137-TERESA CELESTINA DA FONSECA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": ";;;", "classification_label": "Telefone Inexistente", "classification_description": "NÚMERO PARA CONTATO NÃO EXISTE", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349682.11395", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538999601307", "source": "2234", "calldate": "19-02-2024 10:34:42", "duration": "00:00:50", "contact_name": "CLAUDIONICE PEREIRA DA SILVA", "contact_document": "0008-0360-CLAUDIONICE PEREIRA DA SILVA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349743.11405", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998381506", "source": "2234", "calldate": "19-02-2024 10:35:43", "duration": "00:00:27", "contact_name": "ARLINDO PEREIRA DE SOUZA", "contact_document": "0008-0429-ARLINDO PEREIRA DE SOUZA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Inexistente", "classification_description": "NÚMERO PARA CONTATO NÃO EXISTE", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708349756.11422", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999226688", "source": "2241", "calldate": "19-02-2024 10:35:56", "duration": "00:01:00", "contact_name": "SILVIA GONCALVES RUAS", "contact_document": "0055-0150-SILVIA GONCALVES RUAS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349774.11433", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998536720", "source": "2234", "calldate": "19-02-2024 10:36:14", "duration": "00:00:53", "contact_name": "ANA BEATRIZ DE OLIVEIRA FILHA BAYONE", "contact_document": "0008-0432-ANA BEATRIZ DE OLIVEIRA FILHA BAYONE", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL\n\nDÉBITO PENDENTE", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708349857.11446", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999295783", "source": "2241", "calldate": "19-02-2024 10:37:37", "duration": "00:00:53", "contact_name": "JACO CARDOSO LOURENCO", "contact_document": "0055-0155-JACO CARDOSO LOURENCO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349864.11456", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998804121", "source": "2234", "calldate": "19-02-2024 10:37:44", "duration": "00:00:51", "contact_name": "RODRIGO DIAS SOARES", "contact_document": "0008-0453-RODRIGO DIAS SOARES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349920.11466", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5531997716640", "source": "2234", "calldate": "19-02-2024 10:38:40", "duration": "00:00:21", "contact_name": "JACSON ALVES NUNES", "contact_document": "0008-0463-JACSON ALVES NUNES", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": "", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "19-02-2024 09:36:56", "logoff": "19-02-2024 11:07:45", "logged_time": "01:30:49", "uniqueid": "1708349941.11493", "agent": "404", "agentname": "NILDE", "dialer_id": "485", "dialer_name": "CAMPANHA Vendedor 181 SEG", "destination": "5538998102210", "source": "2234", "calldate": "19-02-2024 10:39:01", "duration": "00:00:34", "contact_name": "EVERTON DOS SANTOS PEREIRA", "contact_document": "0009-0274-EVERTON DOS SANTOS PEREIRA", "contact_optional": "mamute:mailing:1004", "contact_ext_id": "1004", "param": ";", "classification_label": "Telefone Inexistente", "classification_description": "NÚMERO PARA CONTATO NÃO EXISTE", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708349927.11483", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538997484903", "source": "2241", "calldate": "19-02-2024 10:38:47", "duration": "00:01:22", "contact_name": "DONIZETE PEREIRA BATISTA", "contact_document": "0055-0163-DONIZETE PEREIRA BATISTA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708350709.11561", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998003561", "source": "2241", "calldate": "19-02-2024 10:51:49", "duration": "00:01:27", "contact_name": "HELOISA ALVES VIEIRA", "contact_document": "0055-0183-HELOISA ALVES VIEIRA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708350820.11574", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5537991227414", "source": "2241", "calldate": "19-02-2024 10:53:40", "duration": "00:00:29", "contact_name": "ODETE DA SILVA COUTINHO", "contact_document": "0055-0184-ODETE DA SILVA COUTINHO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "numero errado", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708351041.11594", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999268416", "source": "2241", "calldate": "19-02-2024 10:57:21", "duration": "00:00:46", "contact_name": "RENATO ANTONIO DIAS", "contact_document": "0058-0015-RENATO ANTONIO DIAS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708351246.11619", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999178403", "source": "2241", "calldate": "19-02-2024 11:00:46", "duration": "00:00:33", "contact_name": "EZIQUIEL FERREIRA DA SILVA", "contact_document": "0058-0018-EZIQUIEL FERREIRA DA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708351368.11666", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538997503100", "source": "2241", "calldate": "19-02-2024 11:02:48", "duration": "00:01:25", "contact_name": "RONILDO ANTONIO DIAS", "contact_document": "0058-0058-RONILDO ANTONIO DIAS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708351529.11680", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999136012", "source": "2241", "calldate": "19-02-2024 11:05:29", "duration": "00:00:34", "contact_name": "IVANI LUCENA DE OLIVEIRA", "contact_document": "0078-0057-IVANI LUCENA DE OLIVEIRA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708351775.11691", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999856750", "source": "2241", "calldate": "19-02-2024 11:09:35", "duration": "00:00:10", "contact_name": "JOAQUIM ELEOTERIO NETO", "contact_document": "0078-0089-JOAQUIM ELEOTERIO NETO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708352141.11730", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "553836241440", "source": "2241", "calldate": "19-02-2024 11:15:41", "duration": "00:02:09", "contact_name": "WALTINHO SUPERMERCADO LTDA", "contact_document": "0135-0014-WALTINHO SUPERMERCADO LTDA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708352288.11803", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998495737", "source": "2241", "calldate": "19-02-2024 11:18:08", "duration": "00:02:28", "contact_name": "ALBERTO JOSE DE SOUZA", "contact_document": "0135-0032-ALBERTO JOSE DE SOUZA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708352739.11832", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999165097", "source": "2241", "calldate": "19-02-2024 11:25:39", "duration": "00:00:48", "contact_name": "JANETE FERREIRA DE ARAUJO", "contact_document": "0135-0093-JANETE FERREIRA DE ARAUJO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708352990.11861", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998276877", "source": "2241", "calldate": "19-02-2024 11:29:50", "duration": "00:00:49", "contact_name": "LUIZ RIBEIRO GUIMARAES", "contact_document": "0135-0115-LUIZ RIBEIRO GUIMARAES", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708353041.11871", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538997473435", "source": "2241", "calldate": "19-02-2024 11:30:41", "duration": "00:00:46", "contact_name": "ELIZANGELA ALVES DE JESUS", "contact_document": "0135-0127-ELIZANGELA ALVES DE JESUS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708353457.11911", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "553836764308", "source": "2241", "calldate": "19-02-2024 11:37:37", "duration": "00:00:51", "contact_name": "ARY ALEXANDRE COSTA", "contact_document": "0061-0205-ARY ALEXANDRE COSTA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708353948.11956", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999698221", "source": "2241", "calldate": "19-02-2024 11:45:48", "duration": "00:00:42", "contact_name": "IDALMO ALVES DA COSTA", "contact_document": "0061-0231-IDALMO ALVES DA COSTA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708353999.11975", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999834599", "source": "2241", "calldate": "19-02-2024 11:46:39", "duration": "00:00:45", "contact_name": "GERES JOSE ALVES DA CRUZ", "contact_document": "0061-0513-GERES JOSE ALVES DA CRUZ", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708354049.11985", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999466657", "source": "2241", "calldate": "19-02-2024 11:47:29", "duration": "00:00:20", "contact_name": "ADILSON FERREIRA DE SOUSA", "contact_document": "0061-0605-ADILSON FERREIRA DE SOUSA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708354891.12034", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "553836765963", "source": "2241", "calldate": "19-02-2024 12:01:31", "duration": "00:01:33", "contact_name": "DINORAH MARIA DA COSTA BENEVIDES", "contact_document": "0061-0645-DINORAH MARIA DA COSTA BENEVIDES", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708355083.12080", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998433832", "source": "2241", "calldate": "19-02-2024 12:04:43", "duration": "00:00:20", "contact_name": "UNADRINKS DISTRIBUIDORA DE BEBIDAS", "contact_document": "0061-1303-UNADRINKS DISTRIBUIDORA DE BEBIDAS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa póstal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708355108.12090", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538997281061", "source": "2241", "calldate": "19-02-2024 12:05:08", "duration": "00:00:49", "contact_name": "ANA MARIA PEREIRA VALADARES CUNHA", "contact_document": "0084-0116-ANA MARIA PEREIRA VALADARES CUNHA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708362431.12231", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "553835615110", "source": "2241", "calldate": "19-02-2024 14:07:11", "duration": "00:00:39", "contact_name": "IGMAR VIDAL", "contact_document": "0084-0222-IGMAR VIDAL", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "retonar", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708362472.12241", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999491561", "source": "2241", "calldate": "19-02-2024 14:07:52", "duration": "00:00:20", "contact_name": "JOSE ADAO LEMOS DO PRADO", "contact_document": "0084-0264-JOSE ADAO LEMOS DO PRADO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708363189.12358", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999066015", "source": "2241", "calldate": "19-02-2024 14:19:49", "duration": "00:00:30", "contact_name": "HOTEL AVENIDA JP LTDA", "contact_document": "0084-0559-HOTEL AVENIDA JP LTDA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708364415.12432", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999008058", "source": "2241", "calldate": "19-02-2024 14:40:15", "duration": "00:00:09", "contact_name": "MARIA DE FATIMA CORREIA BARBOSA SANTOS", "contact_document": "0123-0061-MARIA DE FATIMA CORREIA BARBOSA SANTOS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708364473.12500", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998813999", "source": "2241", "calldate": "19-02-2024 14:41:13", "duration": "00:00:41", "contact_name": "CARLA DA SILVA FE", "contact_document": "0123-0457-CARLA DA SILVA FE", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708364549.12541", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998268030", "source": "2241", "calldate": "19-02-2024 14:42:29", "duration": "00:00:10", "contact_name": "LUCAS OLIVEIRA ARAUJO", "contact_document": "0123-0513-LUCAS OLIVEIRA ARAUJO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708364920.12573", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999495537", "source": "2241", "calldate": "19-02-2024 14:48:40", "duration": "00:01:35", "contact_name": "LIGIA MARIA OLIVEIRA SILVA", "contact_document": "0123-0867-LIGIA MARIA OLIVEIRA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708366830.12650", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999693270", "source": "2241", "calldate": "19-02-2024 15:20:30", "duration": "00:02:25", "contact_name": "CHARLES GUIMARAES SANTANA 05288952655", "contact_document": "0123-0919-CHARLES GUIMARAES SANTANA 05288952655", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "venda efetuada", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708367143.12725", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538998747343", "source": "2241", "calldate": "19-02-2024 15:25:43", "duration": "00:00:49", "contact_name": "NATHALIA GOMES FERREIRA", "contact_document": "0123-1012-NATHALIA GOMES FERREIRA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708368176.12823", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999067506", "source": "2241", "calldate": "19-02-2024 15:42:56", "duration": "00:00:13", "contact_name": "ANTONIO GOMES DO NASCIMENTO FILHO", "contact_document": "0177-0143-ANTONIO GOMES DO NASCIMENTO FILHO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708368191.12836", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5534998869133", "source": "2241", "calldate": "19-02-2024 15:43:11", "duration": "00:00:49", "contact_name": "AMADO PEREIRA FILHO", "contact_document": "0190-0032-AMADO PEREIRA FILHO", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708368247.12849", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999543995", "source": "2241", "calldate": "19-02-2024 15:44:07", "duration": "00:00:41", "contact_name": "MARCOS GOMES DE CAMPOS", "contact_document": "0190-0152-MARCOS GOMES DE CAMPOS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708369065.12976", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999247850", "source": "2241", "calldate": "19-02-2024 15:57:45", "duration": "00:01:39", "contact_name": "EDSON FERREIRA DA SILVA", "contact_document": "0058-0053-EDSON FERREIRA DA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708369801.13044", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999226333", "source": "2241", "calldate": "19-02-2024 16:10:01", "duration": "00:00:56", "contact_name": "ADENILSON GONCALVES DA SILVA", "contact_document": "0135-0030-ADENILSON GONCALVES DA SILVA", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "fechado", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708369866.13054", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5538999712571", "source": "2241", "calldate": "19-02-2024 16:11:06", "duration": "00:00:49", "contact_name": "ITAMAR GONCALVES DE SOUZA 08873851681", "contact_document": "0061-1100-ITAMAR GONCALVES DE SOUZA 08873851681", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708369927.13067", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "5562991474566", "source": "2241", "calldate": "19-02-2024 16:12:07", "duration": "00:00:31", "contact_name": "TOUROS CAFE E BURGER EIRELI - ME", "contact_document": "0084-0412-TOUROS CAFE E BURGER EIRELI - ME", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "19-02-2024 09:44:52", "logoff": "20-02-2024 09:27:25", "logged_time": "23:42:33", "uniqueid": "1708369973.13097", "agent": "400", "agentname": "EVA", "dialer_id": "504", "dialer_name": "CAMPANHA Vendedor 182 SEG", "destination": "553836723549", "source": "2241", "calldate": "19-02-2024 16:12:53", "duration": "00:00:06", "contact_name": "PEDRO GOMES DOS SANTOS", "contact_document": "0123-0112-PEDRO GOMES DOS SANTOS", "contact_optional": "mamute:mailing:1020", "contact_ext_id": "1020", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433160.13872", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999745343", "source": "2234", "calldate": "20-02-2024 09:46:00", "duration": "00:00:35", "contact_name": "CILSE MOREIRA DOS SANTOS", "contact_document": "0001-7472-CILSE MOREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:BAR C/D;city:MONTES CLAROS;code:0001-7472;district:VILLAGE DO LAGO;document:0001-7472-CILSE MOREIRA DOS SANTOS;fantasia:CILSE MOREIRA DOS SA;plugin-external-id:17472", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433580.13916", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998965866", "source": "2234", "calldate": "20-02-2024 09:53:00", "duration": "00:01:16", "contact_name": "CLAUDINEY PEREIRA DOS SANTOS", "contact_document": "0042-0065-CLAUDINEY PEREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:ARMAZEM/MERCEARIA;city:BRASILIA DE MINAS;code:0042-0065;district:ALTO CLARO;document:0042-0065-CLAUDINEY PEREIRA DOS SANTOS;fantasia:CASA DOS SALGADOS;plugin-external-id:420065", "classification_label": "Telefone Errado", "classification_description": "26/10/2021\n\nDÉBITO PENDENTE\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433658.13954", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999600535", "source": "2234", "calldate": "20-02-2024 09:54:18", "duration": "00:00:30", "contact_name": "DELVIR ALVES DA SILVA", "contact_document": "0042-0249-DELVIR ALVES DA SILVA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:BRASILIA DE MINAS;code:0042-0249;district:QUINTINO;document:0042-0249-DELVIR ALVES DA SILVA;fantasia:MERCEARIA PLANALTO01;plugin-external-id:420249", "classification_label": "Telefone Errado", "classification_description": "NÚMERO PARA CONTATO NÃO PERTENCE AO CLIENTE", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433723.13967", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999718126", "source": "2234", "calldate": "20-02-2024 09:55:23", "duration": "00:00:23", "contact_name": "JOSE INACIO FRANCISCO DOS SANTOS 0113090", "contact_document": "0042-0305-JOSE INACIO FRANCISCO DOS SANTOS 0113090", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:LANCHONETE;city:BRASILIA DE MINAS;code:0042-0305;district:DONA JOAQUINA;document:0042-0305-JOSE INACIO FRANCISCO DOS SANTOS 0113090;fantasia:AKI LANCHES 01;plugin-external-id:420305", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433769.13983", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999085807", "source": "2234", "calldate": "20-02-2024 09:56:09", "duration": "00:00:18", "contact_name": "ORLEIDE APARECIDA ANTUNES DE OLIVEIRA", "contact_document": "0042-0476-ORLEIDE APARECIDA ANTUNES DE OLIVEIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:ARMAZEM/MERCEARIA;city:BRASILIA DE MINAS;code:0042-0476;district:ALTO CLARO;document:0042-0476-ORLEIDE APARECIDA ANTUNES DE OLIVEIRA;fantasia:CASA CARNE SAO BEN01;plugin-external-id:420476", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE NÃO CORRESPONDEU A LIGAÇÃO", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433824.13993", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998057698", "source": "2234", "calldate": "20-02-2024 09:57:04", "duration": "00:00:34", "contact_name": "LARISSA GONCALVES RIBEIRO", "contact_document": "0042-0569-LARISSA GONCALVES RIBEIRO", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:BRASILIA DE MINAS;code:0042-0569;district:DONA JOAQUINA;document:0042-0569-LARISSA GONCALVES RIBEIRO;fantasia:RESTAURANTE LARA;plugin-external-id:420569;billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:BRASILIA DE MINAS;code:0042-0569;", "classification_label": "Telefone Errado", "classification_description": "NÚMERO PARA CONTATO NÃO ESTÁ RECEBENDO CHAMADAS", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708433896.14015", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998978678", "source": "2234", "calldate": "20-02-2024 09:58:16", "duration": "00:00:50", "contact_name": "PADARIA E CONFEITARIA NOVA ESTACAO LTDA", "contact_document": "0042-0607-PADARIA E CONFEITARIA NOVA ESTACAO LTDA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:PADARIA/CONFEITARIA;city:BRASILIA DE MINAS;code:0042-0607;district:ALTO CLARO;document:0042-0607-PADARIA E CONFEITARIA NOVA ESTACAO LTDA;fantasia:PADARIA NOVA ESTACAO;plugin-external-id:420607", "classification_label": "Telefone Errado", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708434112.14043", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998656671", "source": "2234", "calldate": "20-02-2024 10:01:52", "duration": "00:01:00", "contact_name": "PATRICIA FERREIRA DOS SANTOS", "contact_document": "0042-0656-PATRICIA FERREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:PADARIA/CONFEITARIA;city:BRASILIA DE MINAS;code:0042-0656;district:DONA JOAQUINA;document:0042-0656-PATRICIA FERREIRA DOS SANTOS;fantasia:MINAS PAES PANIF;plugin-external-id:420656", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708434182.14071", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5511944675798", "source": "2234", "calldate": "20-02-2024 10:03:02", "duration": "00:02:18", "contact_name": "DANIEL RAMOS DE JESUS", "contact_document": "0042-0684-DANIEL RAMOS DE JESUS", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:PADARIA/CONFEITARIA;city:BRASILIA DE MINAS;code:0042-0684;district:ALTO CLARO;document:0042-0684-DANIEL RAMOS DE JESUS;fantasia:DANIEL RAMOS;plugin-external-id:420684;billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:PADARIA/CONFEITARIA;city:BRASILIA DE MINAS;code:0042-0684;dis", "classification_label": "Não Atendeu", "classification_description": "DÉBITO PENDENTE\n\nCHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435062.14144", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538991707963", "source": "2234", "calldate": "20-02-2024 10:17:42", "duration": "00:00:53", "contact_name": "DIVAR GONCALVES ALKIMIM", "contact_document": "0042-0695-DIVAR GONCALVES ALKIMIM", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:BRASILIA DE MINAS;code:0042-0695;district:ALTO CLARO;document:0042-0695-DIVAR GONCALVES ALKIMIM;fantasia:VARIEDADES CORACAO J;plugin-external-id:420695", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435122.14160", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538997546190", "source": "2234", "calldate": "20-02-2024 10:18:42", "duration": "00:00:20", "contact_name": "RENATO GONCALVES NEVES", "contact_document": "0042-0713-RENATO GONCALVES NEVES", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:BRASILIA DE MINAS;code:0042-0713;district:CENTRO;document:0042-0713-RENATO GONCALVES NEVES;fantasia:ESPETINHO DO BUGA;plugin-external-id:420713;billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:BRASILIA DE MINAS;code:0042-0713;district:CENTRO;docum", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435242.14233", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538992371492", "source": "2234", "calldate": "20-02-2024 10:20:42", "duration": "00:01:06", "contact_name": "REGINALDO RODRIGUES NASCIMENTO", "contact_document": "0075-0013-REGINALDO RODRIGUES NASCIMENTO", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:BAR C/D;city:IBIAI;code:0075-0013;district:CENTRO;document:0075-0013-REGINALDO RODRIGUES NASCIMENTO;fantasia:REGINALDO RODRIG0635;plugin-external-id:750013", "classification_label": "Não Atendeu", "classification_description": "CADASTRO DE CLIENTE BLOQUEADO\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435312.14250", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999216566", "source": "2234", "calldate": "20-02-2024 10:21:52", "duration": "00:00:25", "contact_name": "MARIA JOSE ALVES PEREIRA", "contact_document": "0075-0189-MARIA JOSE ALVES PEREIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:03 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:IBIAI;code:0075-0189;district:PACIFICO MAGALHAES;document:0075-0189-MARIA JOSE ALVES PEREIRA;fantasia:BAR DO PE DE MANGA;plugin-external-id:750189", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435418.14273", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999837214", "source": "2234", "calldate": "20-02-2024 10:23:38", "duration": "00:01:31", "contact_name": "EDUADO ANTONIO DURAES DE MOURA", "contact_document": "0075-0303-EDUADO ANTONIO DURAES DE MOURA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:BAR C/D;city:IBIAI;code:0075-0303;district:NOVO HORIZONTE;document:0075-0303-EDUADO ANTONIO DURAES DE MOURA;fantasia:PERTIN DE CASA;plugin-external-id:750303", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708435558.14291", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999618825", "source": "2234", "calldate": "20-02-2024 10:25:58", "duration": "00:13:25", "contact_name": "MARIA DACONCEICAO SATES PALMA ME", "contact_document": "0135-0005-MARIA DACONCEICAO SATES PALMA ME", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:SAO ROMAO;code:0135-0005;district:CENTRO;document:0135-0005-MARIA DACONCEICAO SATES PALMA ME;fantasia:SUPERM DON EDUARDA;plugin-external-id:1350005", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436742.14419", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999244203", "source": "2234", "calldate": "20-02-2024 10:45:42", "duration": "00:00:18", "contact_name": "GISLENE ALVES DA SILVA", "contact_document": "0135-0044-GISLENE ALVES DA SILVA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:SAO ROMAO;code:0135-0044;district:CENTRO;document:0135-0044-GISLENE ALVES DA SILVA;fantasia:GISLENE ALVES DA SIL;plugin-external-id:1350044", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436782.14429", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999051994", "source": "2234", "calldate": "20-02-2024 10:46:22", "duration": "00:00:59", "contact_name": "JOSE PEREIRA DE QUEIROZ", "contact_document": "0135-0099-JOSE PEREIRA DE QUEIROZ", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:SAO ROMAO;code:0135-0099;district:RAUL SIMOES;document:0135-0099-JOSE PEREIRA DE QUEIROZ;fantasia:BAR ZE PEREIRA;plugin-external-id:1350099", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436863.14440", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999392507", "source": "2234", "calldate": "20-02-2024 10:47:43", "duration": "00:00:31", "contact_name": "MARCOS JOSE DE OLIVEIRA", "contact_document": "0135-0102-MARCOS JOSE DE OLIVEIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:BAR C/D;city:SAO ROMAO;code:0135-0102;district:CENTRO;document:0135-0102-MARCOS JOSE DE OLIVEIRA;fantasia:MARQUINHOS BAR;plugin-external-id:1350102", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436898.14450", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538997313153", "source": "2234", "calldate": "20-02-2024 10:48:18", "duration": "00:00:18", "contact_name": "JESSICA JUNIA LIMA DE OLIVEIRA", "contact_document": "0135-0105-JESSICA JUNIA LIMA DE OLIVEIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:BAR C/D;city:SAO ROMAO;code:0135-0105;district:CENTRO;document:0135-0105-JESSICA JUNIA LIMA DE OLIVEIRA;fantasia:BAR JESSICA;plugin-external-id:1350105", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436933.14460", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998184807", "source": "2234", "calldate": "20-02-2024 10:48:53", "duration": "00:00:29", "contact_name": "PATRICIA SUELEM RODRIGUES CORDEIRO", "contact_document": "0135-0114-PATRICIA SUELEM RODRIGUES CORDEIRO", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:ARMAZEM/MERCEARIA;city:SAO ROMAO;code:0135-0114;district:VALDIR RIBEIRO;document:0135-0114-PATRICIA SUELEM RODRIGUES CORDEIRO;fantasia:COMERCIAL BRASIL;plugin-external-id:1350114", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708436979.14470", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5511969025092", "source": "2234", "calldate": "20-02-2024 10:49:39", "duration": "00:01:08", "contact_name": "RITA CAETANO DE SOUZA", "contact_document": "0135-0122-RITA CAETANO DE SOUZA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:SAO ROMAO;code:0135-0122;district:PRIMAVERA;document:0135-0122-RITA CAETANO DE SOUZA;fantasia:REST RITA RIACHO;plugin-external-id:1350122", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 09:45:56", "logoff": "20-02-2024 11:22:23", "logged_time": "01:36:27", "uniqueid": "1708437049.14480", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998973824", "source": "2234", "calldate": "20-02-2024 10:50:49", "duration": "00:04:27", "contact_name": "GILDESON PEREIRA DE SOUZA", "contact_document": "0135-0125-GILDESON PEREIRA DE SOUZA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:SAO ROMAO;code:0135-0125;district:SANTO ANTONIO;document:0135-0125-GILDESON PEREIRA DE SOUZA;fantasia:BAR GIL RESSACA LANC;plugin-external-id:1350125", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440456.14754", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538997559345", "source": "2234", "calldate": "20-02-2024 11:47:36", "duration": "00:00:34", "contact_name": "IGOR GONCALVES PALMA", "contact_document": "0135-0126-IGOR GONCALVES PALMA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:SAO ROMAO;code:0135-0126;district:CENTRO;document:0135-0126-IGOR GONCALVES PALMA;fantasia:POINT ACAI;plugin-external-id:1350126;billingMode:A VISTA DINH.;billingType:DINHEIRO;category:LANCHONETE;city:SAO ROMAO;code:0135-0126;district:CENTRO;document:0135-0126-IGOR GONCA", "classification_label": "Telefone Errado", "classification_description": "DESLIGADO/FORA DE ÁREA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440492.14771", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999660499", "source": "2234", "calldate": "20-02-2024 11:48:12", "duration": "00:00:59", "contact_name": "MAURICIO PEDRO DA SILVA", "contact_document": "0061-0374-MAURICIO PEDRO DA SILVA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:UNAI;code:0061-0374;district:CENTRO;document:0061-0374-MAURICIO PEDRO DA SILVA;fantasia:BAR AVENIDA 14;plugin-external-id:610374", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440644.14804", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5561996681141", "source": "2234", "calldate": "20-02-2024 11:50:44", "duration": "00:00:41", "contact_name": "VALDIR GONCALVES DE SOUZA RESTAURANTE", "contact_document": "0061-1042-VALDIR GONCALVES DE SOUZA RESTAURANTE", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:UNAI;code:0061-1042;district:JARDIM AMARAL;document:0061-1042-VALDIR GONCALVES DE SOUZA RESTAURANTE;fantasia:REST PERFEITO SABOR;plugin-external-id:611042;billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:UNAI;code:0061-1042;district:JA", "classification_label": "Telefone Errado", "classification_description": "DÉBITO PENDENTE\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440768.14855", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999888535", "source": "2234", "calldate": "20-02-2024 11:52:48", "duration": "00:00:42", "contact_name": "WILLIAN JUNIOR DA SILVA", "contact_document": "0061-1305-WILLIAN JUNIOR DA SILVA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ARMAZEM/MERCEARIA;city:UNAI;code:0061-1305;district:CENTRO;document:0061-1305-WILLIAN JUNIOR DA SILVA;fantasia:BOI FORTE;plugin-external-id:611305", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440824.14868", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538988360210", "source": "2234", "calldate": "20-02-2024 11:53:44", "duration": "00:00:25", "contact_name": "AENDER DOS SANTOS AZEVEDO", "contact_document": "0084-0081-AENDER DOS SANTOS AZEVEDO", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:BAR C/D;city:JOAO PINHEIRO;code:0084-0081;district:AEROPORTO;document:0084-0081-AENDER DOS SANTOS AZEVEDO;fantasia:BAR TIAO FLORES;plugin-external-id:840081", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440869.14878", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998124216", "source": "2234", "calldate": "20-02-2024 11:54:29", "duration": "00:00:22", "contact_name": "BALTAZAR CAETANO DE SOUZA", "contact_document": "0084-0109-BALTAZAR CAETANO DE SOUZA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:JOAO PINHEIRO;code:0084-0109;district:ALVORADA;document:0084-0109-BALTAZAR CAETANO DE SOUZA;fantasia:BAR DO CAETANO01;plugin-external-id:840109", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708440919.14891", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538991593939", "source": "2234", "calldate": "20-02-2024 11:55:19", "duration": "00:00:20", "contact_name": "VICENTE MOURA VIDAL", "contact_document": "0084-0113-VICENTE MOURA VIDAL", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:JOAO PINHEIRO;code:0084-0113;district:ALVORADA;document:0084-0113-VICENTE MOURA VIDAL;fantasia:BAR DO VICENTE 00 26;plugin-external-id:840113;billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:BAR C/D;city:JOAO PINHEIRO;code:0084-0113;district:ALVORADA;document:0084", "classification_label": "Telefone Errado", "classification_description": "13/09/2022\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708441008.14959", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999105069", "source": "2234", "calldate": "20-02-2024 11:56:48", "duration": "00:00:20", "contact_name": "ROGERIO SILVA VIDA", "contact_document": "0084-0164-ROGERIO SILVA VIDA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:LANCHONETE;city:JOAO PINHEIRO;code:0084-0164;district:CENTRO;document:0084-0164-ROGERIO SILVA VIDA;fantasia:ROGERIO SILVA VIDA;plugin-external-id:840164", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708441029.14976", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998439923", "source": "2234", "calldate": "20-02-2024 11:57:09", "duration": "00:00:52", "contact_name": "FABRICIO FERREIRA DE OLIVEIRA", "contact_document": "0084-0257-FABRICIO FERREIRA DE OLIVEIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:PADARIA/CONFEITARIA;city:JOAO PINHEIRO;code:0084-0257;district:PRIMAVERA;document:0084-0257-FABRICIO FERREIRA DE OLIVEIRA;fantasia:PAD DO FABRICIO;plugin-external-id:840257", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708441100.14989", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999396625", "source": "2234", "calldate": "20-02-2024 11:58:20", "duration": "00:00:48", "contact_name": "TANIA MARIA DA COSTA NUNES 09578060602", "contact_document": "0084-0302-TANIA MARIA DA COSTA NUNES 09578060602", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:RESTAURANTE C/D;city:JOAO PINHEIRO;code:0084-0302;district:SANTA CRUZ;document:0084-0302-TANIA MARIA DA COSTA NUNES 09578060602;fantasia:RES E LAN ALPHAVILLE;plugin-external-id:840302", "classification_label": "Não Atendeu", "classification_description": "19/07/2023\n\nLIGAÇÃO COMPROMETIDA, CLIENTE SOLICITOU RETORNO", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447246.15074", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998718810", "source": "2234", "calldate": "20-02-2024 13:40:46", "duration": "00:00:46", "contact_name": "CLESIO ANTONIO SALES", "contact_document": "0084-0374-CLESIO ANTONIO SALES", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ARMAZEM/MERCEARIA;city:JOAO PINHEIRO;code:0084-0374;district:AEROPORTO;document:0084-0374-CLESIO ANTONIO SALES;fantasia:CLESIO ANTONIO SALES;plugin-external-id:840374", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447341.15085", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999207508", "source": "2234", "calldate": "20-02-2024 13:42:21", "duration": "00:00:55", "contact_name": "MARIA TEREZA DE ANDRADE MOREIRA", "contact_document": "0084-0434-MARIA TEREZA DE ANDRADE MOREIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:ARMAZEM/MERCEARIA;city:JOAO PINHEIRO;code:0084-0434;district:AEROPORTO;document:0084-0434-MARIA TEREZA DE ANDRADE MOREIRA;fantasia:MARIA TEREZA ANDRADE;plugin-external-id:840434", "classification_label": "Não Atendeu", "classification_description": "09/11/2022\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447452.15100", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998945226", "source": "2234", "calldate": "20-02-2024 13:44:12", "duration": "00:00:46", "contact_name": "MARIA LUCIENE ALVES PADILHA 78779952100", "contact_document": "0084-0475-MARIA LUCIENE ALVES PADILHA 78779952100", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:PADARIA/CONFEITARIA;city:JOAO PINHEIRO;code:0084-0475;district:SANTA CRUZ 2;document:0084-0475-MARIA LUCIENE ALVES PADILHA 78779952100;fantasia:PADARIA DOCE MANIA;plugin-external-id:840475", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447522.15121", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538988273962", "source": "2234", "calldate": "20-02-2024 13:45:22", "duration": "00:00:42", "contact_name": "MARIA APARECIDA FERREIRA DA ROCHA", "contact_document": "0084-0504-MARIA APARECIDA FERREIRA DA ROCHA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:PADARIA/CONFEITARIA;city:JOAO PINHEIRO;code:0084-0504;district:AEROPORTO;document:0084-0504-MARIA APARECIDA FERREIRA DA ROCHA;fantasia:MARIA APDA FERREIRA;plugin-external-id:840504", "classification_label": "Cliente não Comprou", "classification_description": "DÉBITO PENDENTE\n\n13/02/2023\n\nATENDEU MAS NÃO CORRESPONDEU A LIGAÇÃO ( DESLIGOU )", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447628.15183", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538992569125", "source": "2234", "calldate": "20-02-2024 13:47:08", "duration": "00:00:59", "contact_name": "CLEUSA MOREIRA CARDOSO 00300790635", "contact_document": "0084-0549-CLEUSA MOREIRA CARDOSO 00300790635", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ARMAZEM/MERCEARIA;city:JOAO PINHEIRO;code:0084-0549;district:SANTA CRUZ;document:0084-0549-CLEUSA MOREIRA CARDOSO 00300790635;fantasia:TROPICAL 01;plugin-external-id:840549", "classification_label": "Cliente não Comprou", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447698.15246", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999875452", "source": "2234", "calldate": "20-02-2024 13:48:18", "duration": "00:00:21", "contact_name": "VALDINEIA DA SILVA R BRAGA 08215055648", "contact_document": "0123-0515-VALDINEIA DA SILVA R BRAGA 08215055648", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:LANCHONETE;city:PARACATU;code:0123-0515;district:CENTRO;document:0123-0515-VALDINEIA DA SILVA R BRAGA 08215055648;fantasia:REI DO PAO DE QUEI01;plugin-external-id:1230515", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447719.15263", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998244327", "source": "2234", "calldate": "20-02-2024 13:48:39", "duration": "00:00:42", "contact_name": "FELIPE MARTINS BARBOSA", "contact_document": "0123-0658-FELIPE MARTINS BARBOSA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ADEGA;city:PARACATU;code:0123-0658;district:BOM PASTOR;document:0123-0658-FELIPE MARTINS BARBOSA;fantasia:ICE BEER;plugin-external-id:1230658;billingMode:A VISTA DINH.;billingType:A VISTA;category:ADEGA;city:PARACATU;code:0123-0658;district:BOM PASTOR;document:0123-0658-FELIPE MARTINS B", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708447901.15346", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998824616", "source": "2234", "calldate": "20-02-2024 13:51:41", "duration": "00:00:33", "contact_name": "LARISSA BARBOSA DE OLIVEIRA 02274543674", "contact_document": "0123-0711-LARISSA BARBOSA DE OLIVEIRA 02274543674", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ADEGA;city:PARACATU;code:0123-0711;district:PARACATUZINHO;document:0123-0711-LARISSA BARBOSA DE OLIVEIRA 02274543674;fantasia:DIST IMPERIO DA CERV;plugin-external-id:1230711;billingMode:A VISTA DINH.;billingType:A VISTA;category:ADEGA;city:PARACATU;code:0123-0711;district:PARACATUZINHO;", "classification_label": "Telefone Errado", "classification_description": "DÉBITO PENDENTE 21/11/2021\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448101.15488", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "553836795555", "source": "2234", "calldate": "20-02-2024 13:55:01", "duration": "00:03:24", "contact_name": "RPL DROGARIA E PERFUMARIA LTDA", "contact_document": "0123-0750-RPL DROGARIA E PERFUMARIA LTDA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:ARMAZEM/MERCEARIA;city:PARACATU;code:0123-0750;district:CENTRO;document:0123-0750-RPL DROGARIA E PERFUMARIA LTDA;fantasia:DROG E PERF CRISTI01;plugin-external-id:1230750", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448337.15509", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999275296", "source": "2234", "calldate": "20-02-2024 13:58:57", "duration": "00:01:50", "contact_name": "LEO DO CARMO ALVES", "contact_document": "0123-1009-LEO DO CARMO ALVES", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ADEGA;city:PARACATU;code:0123-1009;district:BELA VISTA;document:0123-1009-LEO DO CARMO ALVES;fantasia:DISTRIBUIDORA LEA;plugin-external-id:1231009", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448512.15555", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "553836622405", "source": "2234", "calldate": "20-02-2024 14:01:52", "duration": "00:00:20", "contact_name": "REGINA CLAUDIA JOSE VALADARES", "contact_document": "0178-0022-REGINA CLAUDIA JOSE VALADARES", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:BURITIS;code:0178-0022;district:TABOQUINHA;document:0178-0022-REGINA CLAUDIA JOSE VALADARES;fantasia:CASA DA ROCA;plugin-external-id:1780022", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448533.15572", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998365661", "source": "2234", "calldate": "20-02-2024 14:02:13", "duration": "00:00:34", "contact_name": "LEUCIMAR FERREIRA DE BARROS", "contact_document": "0178-0158-LEUCIMAR FERREIRA DE BARROS", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:BAR C/D;city:BURITIS;code:0178-0158;district:VILA SERRANA;document:0178-0158-LEUCIMAR FERREIRA DE BARROS;fantasia:BAR BARROS 02;plugin-external-id:1780158", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448614.15582", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538998068158", "source": "2234", "calldate": "20-02-2024 14:03:34", "duration": "00:01:45", "contact_name": "ELENICE GONCALVES DOS REIS ANDRADE", "contact_document": "0178-0224-ELENICE GONCALVES DOS REIS ANDRADE", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:A VISTA;category:ARMAZEM/MERCEARIA;city:BURITIS;code:0178-0224;district:VILA SERRANA;document:0178-0224-ELENICE GONCALVES DOS REIS ANDRADE;fantasia:EMPORIO NELORE;plugin-external-id:1780224", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE SOLICITOU RETORNO PELO WHATTZAP", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708448825.15607", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538991760015", "source": "2234", "calldate": "20-02-2024 14:07:05", "duration": "00:00:56", "contact_name": "GIZELIA APARECIDA DE OLIVEIRA", "contact_document": "0005-4320-GIZELIA APARECIDA DE OLIVEIRA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:A VISTA DINH.;billingType:DINHEIRO;category:ADEGA;city:MONTES CLAROS;code:0005-4320;district:BELA VISTA;document:0005-4320-GIZELIA APARECIDA DE OLIVEIRA;fantasia:GIZELIA APARECIDA;plugin-external-id:54320", "classification_label": "Telefone Errado", "classification_description": "DÉBITO PENDENTE\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708449040.15694", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999500605", "source": "2234", "calldate": "20-02-2024 14:10:40", "duration": "00:00:51", "contact_name": "DALIANA MEDEIROS ALVES", "contact_document": "0042-0583-DALIANA MEDEIROS ALVES", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:PADARIA/CONFEITARIA;city:BRASILIA DE MINAS;code:0042-0583;district:DONA JOAQUINA;document:0042-0583-DALIANA MEDEIROS ALVES;fantasia:DALIANA MEDEIROS;plugin-external-id:420583", "classification_label": "Telefone Errado", "classification_description": "DÉBITO PENDENTE\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "20-02-2024 11:47:35", "logoff": "20-02-2024 14:16:43", "logged_time": "02:29:08", "uniqueid": "1708449255.15804", "agent": "404", "agentname": "NILDE", "dialer_id": "486", "dialer_name": "CAMPANHA Vendedor 181 TER", "destination": "5538999812914", "source": "2234", "calldate": "20-02-2024 14:14:15", "duration": "00:01:12", "contact_name": "CAS DI VO RESTAURANTE E LANCHONETE LTDA", "contact_document": "0061-1047-CAS DI VO RESTAURANTE E LANCHONETE LTDA", "contact_optional": "mamute:mailing:1005", "contact_ext_id": "1005", "param": "billingMode:05 DIAS;billingType:BOLETO BANCARIO;category:RESTAURANTE C/D;city:UNAI;code:0061-1047;district:ALEIXO;document:0061-1047-CAS DI VO RESTAURANTE E LANCHONETE LTDA;fantasia:CAS DI VO REST E LAN;plugin-external-id:611047", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708449533.15897", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538988484617", "source": "2241", "calldate": "20-02-2024 14:18:53", "duration": "00:00:32", "contact_name": "CLESIO NOGUEIRA QUEIROZ", "contact_document": "0005-4135-CLESIO NOGUEIRA QUEIROZ", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Telefone Errado", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708449584.15947", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538998112023", "source": "2241", "calldate": "20-02-2024 14:19:44", "duration": "00:00:16", "contact_name": "WEDSON FERREIRA DE OLIVEIRA", "contact_document": "0005-4180-WEDSON FERREIRA DE OLIVEIRA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708449679.15972", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538992143115", "source": "2241", "calldate": "20-02-2024 14:21:19", "duration": "00:01:04", "contact_name": "MARIA JUSTINA FERREIRA GOMES", "contact_document": "0005-4225-MARIA JUSTINA FERREIRA GOMES", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708450417.16050", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538988219870", "source": "2241", "calldate": "20-02-2024 14:33:37", "duration": "00:00:47", "contact_name": "MOINHO DE MINAS", "contact_document": "0005-4240-MOINHO DE MINAS", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708450467.16066", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538991559061", "source": "2241", "calldate": "20-02-2024 14:34:27", "duration": "00:00:26", "contact_name": "SUPER PRECO COMERCIO DE ALIMENTO BEBIDA", "contact_document": "0005-4291-SUPER PRECO COMERCIO DE ALIMENTO BEBIDA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708450814.16128", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999306716", "source": "2241", "calldate": "20-02-2024 14:40:14", "duration": "00:00:43", "contact_name": "BRANO AMORIN DANTAS FERREIRA", "contact_document": "0005-4375-BRANO AMORIN DANTAS FERREIRA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708450945.16166", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999399380", "source": "2241", "calldate": "20-02-2024 14:42:25", "duration": "00:00:58", "contact_name": "MATHEUS HENRIQUE FREITAS AGUILAR", "contact_document": "0005-4377-MATHEUS HENRIQUE FREITAS AGUILAR", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "fechado", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451077.16226", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999128418", "source": "2241", "calldate": "20-02-2024 14:44:37", "duration": "00:00:48", "contact_name": "GLEICY ELOISA PEREIRA FONSECA", "contact_document": "0008-0461-GLEICY ELOISA PEREIRA FONSECA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451209.16265", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999398304", "source": "2241", "calldate": "20-02-2024 14:46:49", "duration": "00:00:25", "contact_name": "CALEBE DE CASTRO MEDEIROS", "contact_document": "0419-0050-CALEBE DE CASTRO MEDEIROS", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "sem telefone", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451244.16278", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999100348", "source": "2241", "calldate": "20-02-2024 14:47:24", "duration": "00:00:45", "contact_name": "SONIA MARIA DE JESUS 04893949659", "contact_document": "0061-1079-SONIA MARIA DE JESUS 04893949659", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451305.16291", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999175040", "source": "2241", "calldate": "20-02-2024 14:48:25", "duration": "00:00:34", "contact_name": "FERNANDO ARAUJO CALDAS", "contact_document": "0123-0993-FERNANDO ARAUJO CALDAS", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "estoque cheio", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451345.16307", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538998544636", "source": "2241", "calldate": "20-02-2024 14:49:05", "duration": "00:00:18", "contact_name": "NILSON SANTANA VALADARES", "contact_document": "0177-0027-NILSON SANTANA VALADARES", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451366.16320", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999587213", "source": "2241", "calldate": "20-02-2024 14:49:26", "duration": "00:00:20", "contact_name": "FRANCISCO JOSE DE OLIVEIRA - ME", "contact_document": "0177-0029-FRANCISCO JOSE DE OLIVEIRA - ME", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451386.16330", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5561999070085", "source": "2241", "calldate": "20-02-2024 14:49:46", "duration": "00:00:33", "contact_name": "ELTON GONCALVES CAIXETA", "contact_document": "0178-0218-ELTON GONCALVES CAIXETA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451621.16433", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "553832126522", "source": "2241", "calldate": "20-02-2024 14:53:41", "duration": "00:00:48", "contact_name": "JOSE CARLOS MARTINS JUNIOR - ME", "contact_document": "0001-7891-JOSE CARLOS MARTINS JUNIOR - ME", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "telefone errado", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708451974.16556", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5538999153700", "source": "2241", "calldate": "20-02-2024 14:59:34", "duration": "00:00:09", "contact_name": "PADARIA SANTOS DUMONT LTDA", "contact_document": "0005-3864-PADARIA SANTOS DUMONT LTDA", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Atendida" }, { "login": "20-02-2024 14:18:51", "logoff": "21-02-2024 09:11:12", "logged_time": "18:52:21", "uniqueid": "1708452047.16657", "agent": "400", "agentname": "EVA", "dialer_id": "505", "dialer_name": "CAMPANHA Vendedor 182 TER", "destination": "5534999941195", "source": "2241", "calldate": "20-02-2024 15:00:47", "duration": "00:00:03", "contact_name": "JOAO BATISTA ARAUJO 55001874653", "contact_document": "0190-0076-JOAO BATISTA ARAUJO 55001874653", "contact_optional": "mamute:mailing:1021", "contact_ext_id": "1021", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "caixa postal", "state": "Não atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520022.17966", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991898000", "source": "2234", "calldate": "21-02-2024 09:53:42", "duration": "00:01:19", "contact_name": "LUIZ FELIPE COLARES SILVA", "contact_document": "0001-0578-LUIZ FELIPE COLARES SILVA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520157.17993", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991492227", "source": "2234", "calldate": "21-02-2024 09:55:57", "duration": "00:01:34", "contact_name": "ROSILDA ROCHA DE SOUSA", "contact_document": "0001-1902-ROSILDA ROCHA DE SOUSA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTABELECIMENTO INATIVO", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520274.18070", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999185510", "source": "2234", "calldate": "21-02-2024 09:57:54", "duration": "00:02:16", "contact_name": "VANY ALVES MARTINS", "contact_document": "0001-2094-VANY ALVES MARTINS", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520600.18286", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "553832153822", "source": "2234", "calldate": "21-02-2024 10:03:20", "duration": "00:01:36", "contact_name": "MARIA NILZA FERRO", "contact_document": "0001-2476-MARIA NILZA FERRO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520706.18335", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991638945", "source": "2234", "calldate": "21-02-2024 10:05:06", "duration": "00:01:38", "contact_name": "ELPIDIO AZEVEDO BATISTA", "contact_document": "0001-2628-ELPIDIO AZEVEDO BATISTA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520807.18351", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999600797", "source": "2234", "calldate": "21-02-2024 10:06:47", "duration": "00:00:52", "contact_name": "FRANCISCO DE SOUZA", "contact_document": "0001-2658-FRANCISCO DE SOUZA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 09:53:40", "logoff": "21-02-2024 11:07:47", "logged_time": "01:14:07", "uniqueid": "1708520867.18361", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "553832122438", "source": "2234", "calldate": "21-02-2024 10:07:47", "duration": "00:03:24", "contact_name": "GERALDO IVAN GONCALVES AVELINO", "contact_document": "0001-4568-GERALDO IVAN GONCALVES AVELINO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;", "classification_label": "Não Atendeu", "classification_description": "21/08/2021\n\nCHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708524997.19925", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998022453", "source": "2234", "calldate": "21-02-2024 11:16:37", "duration": "00:01:43", "contact_name": "MARINA RODRIGUES CAMPOS", "contact_document": "0001-5111-MARINA RODRIGUES CAMPOS", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525103.19938", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998112788", "source": "2234", "calldate": "21-02-2024 11:18:23", "duration": "00:04:47", "contact_name": "VANUCIA SOARES DE QUEIROZ", "contact_document": "0001-6024-VANUCIA SOARES DE QUEIROZ", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525464.20015", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988060271", "source": "2234", "calldate": "21-02-2024 11:24:24", "duration": "00:00:43", "contact_name": "ELISANGELA NOBRE MAIA - ME", "contact_document": "0001-6160-ELISANGELA NOBRE MAIA - ME", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525519.20045", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991595990", "source": "2234", "calldate": "21-02-2024 11:25:19", "duration": "00:01:17", "contact_name": "PAD E CONFEITARIA ABREU E TEIXEIRA LTDA", "contact_document": "0001-7859-PAD E CONFEITARIA ABREU E TEIXEIRA LTDA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "ESTOQUE CHEIO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525601.20067", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988168574", "source": "2234", "calldate": "21-02-2024 11:26:41", "duration": "00:00:36", "contact_name": "WELITON FRANCISCO DE BESSA", "contact_document": "0001-8128-WELITON FRANCISCO DE BESSA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "27/10/2022\n\nESTABELECIMENTO INATIVO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525641.20080", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988449534", "source": "2234", "calldate": "21-02-2024 11:27:21", "duration": "00:00:38", "contact_name": "RITA GOVEIA ARAUJO", "contact_document": "0001-8253-RITA GOVEIA ARAUJO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "24/03/2023\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525683.20097", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991991538", "source": "2234", "calldate": "21-02-2024 11:28:03", "duration": "00:00:57", "contact_name": "LUCIANA MOREIRA DOS SANTOS", "contact_document": "0001-8341-LUCIANA MOREIRA DOS SANTOS", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525743.20107", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999172530", "source": "2234", "calldate": "21-02-2024 11:29:03", "duration": "00:01:35", "contact_name": "WALTER FERREIRA BARBOSA", "contact_document": "0001-9103-WALTER FERREIRA BARBOSA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708525839.20117", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998661224", "source": "2234", "calldate": "21-02-2024 11:30:39", "duration": "00:01:45", "contact_name": "JOSE ALCIDES PIRES MIRANDA", "contact_document": "0001-9194-JOSE ALCIDES PIRES MIRANDA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "18/10/2023\n\nCLIENTE SOLICITOU RETORNO MAIS TARDE", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526010.20130", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998274550", "source": "2234", "calldate": "21-02-2024 11:33:30", "duration": "00:00:50", "contact_name": "PANIFICADORA DA MALU LTDA", "contact_document": "0001-9592-PANIFICADORA DA MALU LTDA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526070.20140", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991565236", "source": "2234", "calldate": "21-02-2024 11:34:30", "duration": "00:00:33", "contact_name": "RAILDA DOS SANTOS", "contact_document": "0001-9737-RAILDA DOS SANTOS", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "09/08/2023\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526106.20157", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988221596", "source": "2234", "calldate": "21-02-2024 11:35:06", "duration": "00:01:46", "contact_name": "ADILSON JOSE VIEIRA", "contact_document": "0001-9969-ADILSON JOSE VIEIRA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526214.20170", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998043132", "source": "2234", "calldate": "21-02-2024 11:36:54", "duration": "00:01:26", "contact_name": "CLAUDOALDO MENDES VIEIRA", "contact_document": "0005-0514-CLAUDOALDO MENDES VIEIRA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE JÁ ATENDIDO PELO VENDEDOR", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526314.20186", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998211941", "source": "2234", "calldate": "21-02-2024 11:38:34", "duration": "00:02:08", "contact_name": "JOSE SOARES DE OLIVEIRA", "contact_document": "0005-1349-JOSE SOARES DE OLIVEIRA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "08/11/2023\n\nCHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526442.20200", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988355134", "source": "2234", "calldate": "21-02-2024 11:40:42", "duration": "00:00:28", "contact_name": "FAGUNDES E VIEIRA LTDA", "contact_document": "0005-1704-FAGUNDES E VIEIRA LTDA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526487.20210", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999624056", "source": "2234", "calldate": "21-02-2024 11:41:27", "duration": "00:03:33", "contact_name": "PAULO ANDRE OLIVEIRA LINO", "contact_document": "0005-1779-PAULO ANDRE OLIVEIRA LINO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526705.20226", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538992568968", "source": "2234", "calldate": "21-02-2024 11:45:05", "duration": "00:00:57", "contact_name": "PEDRO HENRIQUE MENDES SILVA", "contact_document": "0005-1924-PEDRO HENRIQUE MENDES SILVA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";", "classification_label": "Cliente não Comprou", "classification_description": "DÉBITO PENDENTE\n\nCLIENTE ATENDE E NÃO CORRESPONDE A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526801.20251", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999192949", "source": "2234", "calldate": "21-02-2024 11:46:41", "duration": "00:00:50", "contact_name": "WAGNER AFONSO SILVA COSTA", "contact_document": "0005-2529-WAGNER AFONSO SILVA COSTA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526861.20261", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988174827", "source": "2234", "calldate": "21-02-2024 11:47:41", "duration": "00:00:47", "contact_name": "HELDER SILVA SANTOS 05047448606", "contact_document": "0005-3256-HELDER SILVA SANTOS 05047448606", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "31/10/2022\n\nDÉBITO PENDENTE\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708526913.20287", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538991590544", "source": "2234", "calldate": "21-02-2024 11:48:33", "duration": "00:01:38", "contact_name": "ELISANGELA SANTOS NEPOMUCENO", "contact_document": "0005-3753-ELISANGELA SANTOS NEPOMUCENO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";", "classification_label": "Não Atendeu", "classification_description": "CHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 11:16:37", "logoff": "21-02-2024 13:33:52", "logged_time": "02:17:15", "uniqueid": "1708527016.20313", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5561999148169", "source": "2234", "calldate": "21-02-2024 11:50:16", "duration": "00:03:03", "contact_name": "RICELI FORNECIMENTO DE ALIMENTOS LTDA", "contact_document": "0005-3802-RICELI FORNECIMENTO DE ALIMENTOS LTDA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Não Atendeu", "classification_description": "CLIENTE SEM COMPRA\n\nCHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708533694.20518", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988096203", "source": "2234", "calldate": "21-02-2024 13:41:34", "duration": "00:00:41", "contact_name": "JOSE LUIZ FERREIRA FILHO", "contact_document": "0005-3880-JOSE LUIZ FERREIRA FILHO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Telefone Errado", "classification_description": "ENCAMINHADO DIRETO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708533754.20528", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999999999", "source": "2234", "calldate": "21-02-2024 13:42:34", "duration": "00:01:04", "contact_name": "PEDRO THIAGO GONCACVES DE SOUZA", "contact_document": "0005-3906-PEDRO THIAGO GONCACVES DE SOUZA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Não Atendeu", "classification_description": "CHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708533821.20545", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538992189492", "source": "2234", "calldate": "21-02-2024 13:43:41", "duration": "00:01:08", "contact_name": "LEONEL DUVAL ALVES MACIEL", "contact_document": "0005-4279-LEONEL DUVAL ALVES MACIEL", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Não Atendeu", "classification_description": "09/05/2023\n\nCHAMOU ATÉ CAIR A LIGAÇÃO", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534030.20613", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998108610", "source": "2234", "calldate": "21-02-2024 13:47:10", "duration": "00:01:13", "contact_name": "KAICK GUSTAVO CATAO DOS SANTOS", "contact_document": "0005-4284-KAICK GUSTAVO CATAO DOS SANTOS", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "PEDIDO EM ABERTO \n\nNÃO COMPROU", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534141.20623", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999777276", "source": "2234", "calldate": "21-02-2024 13:49:01", "duration": "00:00:37", "contact_name": "LACHONETE E PADARIA SABOR REAL", "contact_document": "0005-4295-LACHONETE E PADARIA SABOR REAL", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534191.20633", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538984249994", "source": "2234", "calldate": "21-02-2024 13:49:51", "duration": "00:03:12", "contact_name": "KAIO FERNANDES RIBEIRO", "contact_document": "0005-4310-KAIO FERNANDES RIBEIRO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "08/11/2023\n\nVENDA EFETUADA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534417.20648", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998546969", "source": "2234", "calldate": "21-02-2024 13:53:37", "duration": "00:02:16", "contact_name": "CILEIDE APARECIDA SOARES DA SILVA CAMILO", "contact_document": "0113-0164-CILEIDE APARECIDA SOARES DA SILVA CAMILO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Venda Efetuada", "classification_description": "VENDA EFETUADA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534638.20667", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998603366", "source": "2234", "calldate": "21-02-2024 13:57:18", "duration": "00:01:19", "contact_name": "ZAIAS FERREIRA DAMIAO", "contact_document": "0131-0044-ZAIAS FERREIRA DAMIAO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "CLIENTE FICOU DE RETORNAR MAIS TARDE", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534748.20683", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999510624", "source": "2234", "calldate": "21-02-2024 13:59:08", "duration": "00:00:28", "contact_name": "MARIA APARECIDA REIS SILVA NASCIMENTO", "contact_document": "0123-0238-MARIA APARECIDA REIS SILVA NASCIMENTO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "27/09/2023\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708534913.20763", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "553836723134", "source": "2234", "calldate": "21-02-2024 14:01:53", "duration": "00:00:24", "contact_name": "CASSIO JOSE DE OLIVEIRA", "contact_document": "0123-0313-CASSIO JOSE DE OLIVEIRA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "05/07/2023\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535022.20831", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5561984625665", "source": "2234", "calldate": "21-02-2024 14:03:42", "duration": "00:00:12", "contact_name": "MANOEL BARBOSA NETO", "contact_document": "0123-0538-MANOEL BARBOSA NETO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "20/10/2021\n\nLIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535037.20848", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998371895", "source": "2234", "calldate": "21-02-2024 14:03:57", "duration": "00:02:26", "contact_name": "RONIVON SIQUEIRA GONCALVES", "contact_document": "0123-0725-RONIVON SIQUEIRA GONCALVES", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535193.20858", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998966903", "source": "2234", "calldate": "21-02-2024 14:06:33", "duration": "00:01:40", "contact_name": "TATIANE PIRES MACIEL", "contact_document": "0123-1015-TATIANE PIRES MACIEL", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535294.20874", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538999596559", "source": "2234", "calldate": "21-02-2024 14:08:14", "duration": "00:00:31", "contact_name": "PAULO GENESIO KONZEN E CIA LTDA - ME", "contact_document": "0178-0024-PAULO GENESIO KONZEN E CIA LTDA - ME", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "NÚMERO PARA CONTATO NÃO ESTÁ RECEBENDO CHAMADAS", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535361.20896", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998425811", "source": "2234", "calldate": "21-02-2024 14:09:21", "duration": "00:00:32", "contact_name": "JOSE VANDERLEI FONSECA MELO", "contact_document": "0178-0043-JOSE VANDERLEI FONSECA MELO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";", "classification_label": "Telefone Errado", "classification_description": "LIGAÇÃO INCOMPLETA", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535503.20935", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538997445019", "source": "2234", "calldate": "21-02-2024 14:11:43", "duration": "00:00:39", "contact_name": "JOAO EUDES NUNES DA SILVA", "contact_document": "0178-0231-JOAO EUDES NUNES DA SILVA", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": ";;;", "classification_label": "Telefone Errado", "classification_description": "NÚMERO PARA CONTATO NÃO ESTÁ RECEBENDO CHAMADAS", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535545.20955", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538988591696", "source": "2234", "calldate": "21-02-2024 14:12:25", "duration": "00:01:00", "contact_name": "MARIA ANITA RODRIGUES", "contact_document": "0001-2471-MARIA ANITA RODRIGUES", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Não Atendeu", "classification_description": "CHAMOU, ENCAMINHADO PARA CAIXA POSTAL", "state": "Atendida" }, { "login": "21-02-2024 13:35:07", "logoff": "21-02-2024 14:32:16", "logged_time": "00:57:09", "uniqueid": "1708535827.21102", "agent": "404", "agentname": "NILDE", "dialer_id": "487", "dialer_name": "CAMPANHA Vendedor 181 QUA", "destination": "5538998817279", "source": "2234", "calldate": "21-02-2024 14:17:07", "duration": "00:01:09", "contact_name": "MARIA DO ROSARIO MENEZES DE ARAUJO", "contact_document": "0005-1930-MARIA DO ROSARIO MENEZES DE ARAUJO", "contact_optional": "mamute:mailing:1006", "contact_ext_id": "1006", "param": "", "classification_label": "Cliente não Comprou", "classification_description": "NÃO COMPROU", "state": "Atendida" } ] } }