ARGENTINA
Buenos Aires +54 (11) 5217 5933
BRAZIL
Sao Paulo +55 (11) 521 75 933
CHILE
Santiago de Chile +56 (2) 240 533 89
URL:
Description:
This report provides a comprehensive view of the agent management by summarizing the advisor‘s activity by skill, indicating the total of the managed calls (inbound/ outbound/internal), the time used in each phase of customer care (ring time, ACW and AHT), occupation and auxiliary time.
Benefit:
This report allows for a measurement of agent productivity by skill taking into account the time dedicated to call management.
How it works:
NAME | DESCRIPTION | NAME |
---|---|---|
api | Type of report required | String |
date_ini | Initial Date (YYYYmmddHHiiss) | String |
date_end | Final Date (YYYYmmddHHiiss) | String |
NAME | DESCRIPTION | TYPE |
---|---|---|
skill_name | Skill Name | String |
agents | Agent Information | String |
agent_name | Agent Name | String |
agent_dni | Agent Identification Number | String |
agent_id | Refers to the numerical identification of each of the wolkvox Agent users | String |
calls | Indicates the number of calls (inbound, outbound and internal) | String |
inbound | It is the number of incoming calls attended by the agent | String |
outbound | It is the number of outgoing calls managed by an agent | String |
internal | Refers to the calls managed within the operation | String |
ready_time | Indicates the time the agent has spent in the “ready” state (prepared and ready to handle calls). | String |
inbound_time | Indicates the time the agent has managed incoming calls | String |
outbound_time | It is the number of outgoing calls managed by an agent | String |
acw_time | It is the time the agent has spent developing the activities required after the call is finished | String |
ring_time | Indicates the time elapsed from the call is dialed until it is answered | String |
login_time | Indicates the time the agent remained connected to wolkvox Agent | String |
aht | Average Handling Time (AHT) measures how long an agent takes to answer a customer | String |
occupancy | Occupancy indicates the consolidated time in which the agent was busy with calls or call documentation | String |
aux_time | It is the time that the agent has been in auxiliary states | String |
hits | Performance indicator of the agent that indicates achievement or successful sale | String |
rpc | Successfully processed calls during the first call made by the customer. It is the Resolution in First Contact | String |
aht_outbound | Average Handling Time or Average Call Time measures the time it takes an agent to answer outgoing calls | String |
aht_inbound | Average Handling Time or Average Call Time measures the time it takes an agent to answer incoming calls | String |
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/reports_manager.php?api=agent_11&date_ini={{YYYYmmddHHiiss}}&date_end={{YYYYmmddHHiiss}}',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'wolkvox-token: {{wolkvox_token}}'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
curl --location -g --request GET 'https://wv{{wolkvox_server}}.wolkvox.com/api/v2/reports_manager.php?api=agent_11&date_ini={{YYYYmmddHHiiss}}&date_end={{YYYYmmddHHiiss}}'
--header 'wolkvox-token: {{wolkvox_token}}'
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
Request request = new Request.Builder()
.url("https://wv{{wolkvox_server}}.wolkvox.com/api/v2/reports_manager.php?api=agent_11&date_ini={{YYYYmmddHHiiss}}&date_end={{YYYYmmddHHiiss}}")
.method("GET", null)
.addHeader("wolkvox-token", "{{wolkvox_token}}")
.build();
Response response = client.newCall(request).execute();
import requests
url = "https://wv{{wolkvox_server}}.wolkvox.com/api/v2/reports_manager.php?api=agent_11&date_ini={{YYYYmmddHHiiss}}&date_end={{YYYYmmddHHiiss}}"
payload={}
headers = {
'wolkvox-token': '{{wolkvox_token}}'
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
{
"code": 200,
"error": null,
"msg": "1 records were found",
"data": [
{
"skill_name": "",
"agents": [
{
"agent_name": "",
"agent_dni": "",
"agent_id": "",
"calls": "",
"inbound": "",
"outbound": "",
"internal": "",
"ready_time": "",
"inbound_time": "",
"outbound_time": "",
"acw_time": "",
"ring_time": "",
"login_time": "",
"aht": "",
"occupancy": "",
"aux_time": "",
"hits": "",
"rpc": "",
"aht_outbound": "",
"aht_inbound": ""
}
]
}
]
}
Sao Paulo +55 (11) 521 75 933
Santiago de Chile +56 (2) 240 533 89
Medellín +57 (604) 322 98 80
Ciudad de Guatemala +502 (2) 3141344
Ciudad de México +52 (55) 8526 36 34
Copyright © 2023 MICROSYSLABS. 1820 N Corporate Lakes Blvd, unit 205. Weston, FL 33326
COLOMBIA
Medellín +57 (4) 322 98 80
Bogotá +57 (1) 381 90 40
Cali +57 (2) 891 28 46
Barranquilla +57 (5) 316 10 34
ARGENTINA
Buenos Aires +54 (11) 5217 5933
SPAIN
Madrid +34 (910) 601 691
MEXICO
Ciudad de México +52 (55) 8526 36 34
BRASIL
Brasilia +55 (61) 9836 4127
São Paulo +55 (12) 9811 155 83
UNITED STATES
New York +1 (914) 373 71 36
DOMINICAN REPUBLIC
Santo Domingo +1 (829) 249 69 68
CHILE
Santiago de Chile +56 (2) 240 533 89
GUATEMALA
Ciudad de Guatemala +502 (2) 314 1344
PERU
Lima +51 (1) 644 91 39
Copyright © 2023 MICROSYSLABS S.A.S.
Cra 30 # 4A – 45 Of. 205 Ed. FOREVER W&L, Medellín, Colombia