Kampanie głosowe w trybie progressive
konsultant dzwoni numerem projektu xxxxxxxxx2 na numer klienta xxxxxxxxx. Połączenie zostaje wykonane w trybie progressive z kampanii głosowej. Informacja webhook dotyczy stworzenia nowego dialogu dla strony konsultanta z parametrem state jako alerting:
Body
{
"event_type": "user_dialog",
"event_name": "dialog_create",
"event_time": "2020-08-26 13:32:54",
"direction": "INBOUND",
"business_direction": "OUTBOUND",
"state": "alerting",
"dialog_type": "CONSULTANT",
"dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"media": [
"audio"
],
"self_target": "48xxxxxxxxx5",
"self_name": "Konsultant Paweł",
"peer_target": null,
"peer_name": null,
"peer_type": "SYSTEM",
"peer_project_name": null,
"peer_username": null,
"peer_firstname": null,
"peer_surname": null,
"from_display_name": null,
"from_display_target": null,
"to_display_name": null,
"to_display_target": null,
"caller_contact_address": "48xxxxxxxxx5",
"callee_contact_address": "48xxxxxxxxx",
"initial_link_type": null,
"initial_application_info": {
"side": "USER",
"type": "VOICE_CAMPAIGN",
"data": {
"id": "5f46644080f35766ae0e44a2",
"created_date": "2020-08-26 13:31:44",
"voice_campaign_id": "5f463b8780f35763375fe365",
"voice_campaign_name": "Progressive",
"contact_number": "xxxxxxxxx",
"current_contact_number": "48xxxxxxxxx",
"current_contact_name": null,
"name": null,
"contact_info": null,
"contact_identifier": null,
"consultant_try": 1,
"contact_try": 1,
"case_id": null,
"case_group": null,
"case_state": null,
"priority": 200,
"process_not_before": "2020-08-26 13:31:44",
"process_date": "ANY",
"process_from_date": "2020-08-26 00:00:00",
"process_to_date": "2020-08-26 23:59:59",
"process_day": null,
"process_time": "ANY",
"process_from_time": null,
"process_to_time": null,
"process_hours": null,
"dialing_method": "PROGRESSIVE",
"project_id": 1,
"project_name": "Projekt Paweł",
"assigned_tenant_user_id": 1,
"assigned_tenant_user_name": "pkowalski",
"tenant_user_id": null,
"tenant_user_name": null,
"user_reservation_try": 1,
"current_contact_dialog_uuid": null,
"current_consultant_dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"custom": null
}
},
"tenant_user": {
"id": 1,
"username": "pkowalski",
"firstname": "Paweł",
"surname": "kowalski",
"display_name": "Konsultant Paweł"
},
"project": {
"id": 1,
"name": "Projekt Paweł"
}
}
dialog konsultanta został automatycznie odebrany w aplikacji dlatego następnym zdarzeniem będzie dialog_state_update:
Body
{
"event_type": "user_dialog",
"event_name": "dialog_state_update",
"event_time": "2020-08-26 13:32:54",
"dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"state": "answered"
}
rozpoczyna się wydzwanianie numeru klienta. Informacja webhook dotyczy stworzenia nowego dialogu dla strony klienta:
Body
{
"event_type": "user_dialog",
"event_name": "dialog_create",
"event_time": "2020-08-26 13:33:00",
"direction": "INBOUND",
"business_direction": "OUTBOUND",
"state": "ringing",
"dialog_type": "EXTERNAL",
"dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"media": [
"audio"
],
"self_target": "48xxxxxxxxx",
"self_name": "48xxxxxxxxx",
"peer_target": "48xxxxxxxxx5",
"peer_name": "Konsultant Paweł",
"peer_type": "CONSULTANT",
"peer_project_name": "Projekt Paweł",
"peer_username": "pkowalski",
"peer_firstname": "pkowalski",
"peer_surname": "kowalski",
"from_display_name": null,
"from_display_target": null,
"to_display_name": null,
"to_display_target": null,
"caller_contact_address": "48xxxxxxxxx5",
"callee_contact_address": "48xxxxxxxxx",
"initial_link_type": null,
"initial_application_info": {
"side": "CONTACT",
"type": "VOICE_CAMPAIGN",
"data": {
"id": "5f46644080f35766ae0e44a2",
"created_date": "2020-08-26 13:31:44",
"voice_campaign_id": "5f463b8780f35763375fe365",
"voice_campaign_name": "Progressive",
"contact_number": "xxxxxxxxx",
"current_contact_number": "48xxxxxxxxx",
"current_contact_name": null,
"name": null,
"contact_info": null,
"contact_identifier": null,
"consultant_try": 1,
"contact_try": 1,
"case_id": null,
"case_group": null,
"case_state": null,
"priority": 200,
"process_not_before": "2020-08-26 13:31:44",
"process_date": "ANY",
"process_from_date": "2020-08-26 00:00:00",
"process_to_date": "2020-08-26 23:59:59",
"process_day": null,
"process_time": "ANY",
"process_from_time": null,
"process_to_time": null,
"process_hours": null,
"dialing_method": "PROGRESSIVE",
"project_id": 1,
"project_name": "Projekt Paweł",
"assigned_tenant_user_id": 1,
"assigned_tenant_user_name": "pkowalski",
"tenant_user_id": null,
"tenant_user_name": null,
"user_reservation_try": 1,
"current_contact_dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"current_consultant_dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"custom": null
}
},
"anonymous": {
"display_name": "48xxxxxxxxx"
}
}
następnie w trakcie rozpoczęcia wydzwaniania do klienta informacją webhook będzie aktualizacja stanu dialogu od strony klienta
Body
{
"event_type": "user_dialog",
"event_name": "dialog_state_update",
"event_time": "2020-08-26 13:33:00",
"dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"state": "alerting"
}
po odebraniu połączenia przez klienta dialog od strony klienta zmieni stan, prezentuje to webhook dialog state update.
Body
{
"event_type": "user_dialog",
"event_name": "dialog_state_update",
"event_time": "2020-08-26 13:33:11",
"dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"state": "answered"
}
w tym momencie oba dialogi znajdują się w jednym meetingu. Od tej chwili mogą się ze sobą komunikować oraz ich stan zmienia się z answered na talking:
Body
{
"event_type": "user_dialog",
"event_name": "dialog_state_update",
"event_time": "2020-08-26 13:33:11",
"dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"state": "talking"
}
Body
{
"event_type": "user_dialog",
"event_name": "dialog_state_update",
"event_time": "2020-08-26 13:33:11",
"dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"state": "talking"
}
Rozmowa jest prowadzona w przedstawionym scenariuszu rozmowa została zakończona przez klienta (dialog_uuid: e702811a-6d28-4ff8-8e84-582a5a7849fc) informują o tym następujące webhooki:
Body
{
"event_type": "user_dialog",
"event_name": "dialog_close",
"event_time": "2020-08-26 13:33:22",
"direction": "INBOUND",
"business_direction": "OUTBOUND",
"from_display_name": null,
"from_display_target": "48xxxxxxxxx5",
"to_display_name": "48xxxxxxxxx",
"to_display_target": "48xxxxxxxxx",
"caller_contact_address": null,
"callee_contact_address": null,
"initial_application_target_id": "5f463b8780f35763375fe365",
"initial_application_target_name": "Progressive",
"initial_application_selection_id": 1,
"initial_application_selection_name": "pkowalski",
"initial_target_type": "VOICE_CAMPAIGN",
"variables": {
},
"close_cause": "HANGUP",
"dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"initial_application_info": {
"side": "CONTACT",
"type": "VOICE_CAMPAIGN",
"data": {
"id": "5f46644080f35766ae0e44a2",
"created_date": "2020-08-26 13:31:44",
"voice_campaign_id": "5f463b8780f35763375fe365",
"voice_campaign_name": "Progressive",
"contact_number": "xxxxxxxxx",
"current_contact_number": "48xxxxxxxxx",
"current_contact_name": null,
"name": null,
"contact_info": null,
"contact_identifier": null,
"consultant_try": 1,
"contact_try": 1,
"case_id": null,
"case_group": null,
"case_state": null,
"priority": 200,
"process_not_before": "2020-08-26 13:31:44",
"process_date": "ANY",
"process_from_date": "2020-08-26 00:00:00",
"process_to_date": "2020-08-26 23:59:59",
"process_day": null,
"process_time": "ANY",
"process_from_time": null,
"process_to_time": null,
"process_hours": null,
"dialing_method": "PROGRESSIVE",
"project_id": 1,
"project_name": "Projekt Paweł",
"assigned_tenant_user_id": 1,
"assigned_tenant_user_name": "pkowalski",
"tenant_user_id": null,
"tenant_user_name": null,
"user_reservation_try": 1,
"current_contact_dialog_uuid": "e702811a-6d28-4ff8-8e84-582a5a7849fc",
"current_consultant_dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"custom": null
}
},
"anonymous": {
"display_name": "48xxxxxxxxx",
"presentation_number": "48xxxxxxxxx"
}
}
Body
{
"event_type": "user_dialog",
"event_name": "dialog_close",
"event_time": "2020-08-26 13:33:22",
"direction": "INBOUND",
"business_direction": "OUTBOUND",
"from_display_name": null,
"from_display_target": "48xxxxxxxxx5",
"to_display_name": "48xxxxxxxxx5",
"to_display_target": "48xxxxxxxxx5",
"caller_contact_address": null,
"callee_contact_address": null,
"initial_application_target_id": "5f463b8780f35763375fe365",
"initial_application_target_name": "Progressive",
"initial_application_selection_id": 1,
"initial_application_selection_name": "pkowalski",
"initial_target_type": "VOICE_CAMPAIGN",
"variables": {
},
"close_cause": "DIALOG_LEFT",
"dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"initial_application_info": {
"side": "USER",
"type": "VOICE_CAMPAIGN",
"data": {
"id": "5f46644080f35766ae0e44a2",
"created_date": "2020-08-26 13:31:44",
"voice_campaign_id": "5f463b8780f35763375fe365",
"voice_campaign_name": "Progressive",
"contact_number": "xxxxxxxxx",
"current_contact_number": "48xxxxxxxxx",
"current_contact_name": null,
"name": null,
"contact_info": null,
"contact_identifier": null,
"consultant_try": 1,
"contact_try": 1,
"case_id": null,
"case_group": null,
"case_state": null,
"priority": 200,
"process_not_before": "2020-08-26 13:31:44",
"process_date": "ANY",
"process_from_date": "2020-08-26 00:00:00",
"process_to_date": "2020-08-26 23:59:59",
"process_day": null,
"process_time": "ANY",
"process_from_time": null,
"process_to_time": null,
"process_hours": null,
"dialing_method": "PROGRESSIVE",
"project_id": 1,
"project_name": "Projekt Paweł",
"assigned_tenant_user_id": 1,
"assigned_tenant_user_name": "pkowalski",
"tenant_user_id": null,
"tenant_user_name": null,
"user_reservation_try": 1,
"current_contact_dialog_uuid": null,
"current_consultant_dialog_uuid": "07782839-1039-44a7-b922-c7bd8c0a0d9f",
"custom": null
}
},
"tenant_user": {
"id": 1,
"username": "pkowalski",
"firstname": "Paweł",
"surname": "kowalski",
"outbound_name": "Konsultant Paweł",
"outbound_number": "48xxxxxxxxx5"
},
"project": {
"id": 1,
"name": "Projekt Paweł"
}
}
na podstawie parametru close_cause wiemy, która strona zakończyła połączenie.
HANGUP - rozłączenie połączenia przez daną strone.
DIALOG_LEFT - druga strona rozłączyła się.