Przejdź do treści

Kampanie głosowe w trybie preview

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:39:24",
    "direction": "INBOUND",
    "business_direction": "OUTBOUND",
    "state": "alerting",
    "dialog_type": "CONSULTANT",
    "dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
    "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": "5f4665f380f35766ae0e44a4",
            "created_date": "2020-08-26 13:38:59",
            "voice_campaign_id": "5f463b7a80f35763375fe364",
            "voice_campaign_name": "Preview",
            "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:38:59",
            "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": "PREVIEW",
            "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": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
            "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:39:24",
    "dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
    "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:39:30",
    "direction": "INBOUND",
    "business_direction": "OUTBOUND",
    "state": "ringing",
    "dialog_type": "EXTERNAL",
    "dialog_uuid": "57e9103d-b139-4664-a2be-bb80b0378f86",
    "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": "5f4665f380f35766ae0e44a4",
            "created_date": "2020-08-26 13:38:59",
            "voice_campaign_id": "5f463b7a80f35763375fe364",
            "voice_campaign_name": "Preview",
            "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:38:59",
            "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": "PREVIEW",
            "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": "57e9103d-b139-4664-a2be-bb80b0378f86",
            "current_consultant_dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
            "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:39:30",
    "dialog_uuid": "57e9103d-b139-4664-a2be-bb80b0378f86",
    "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:39:41",
    "dialog_uuid": "57e9103d-b139-4664-a2be-bb80b0378f86",
    "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:39:41",
    "dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
    "state": "talking"
}

Body

{
    "event_type": "user_dialog",
    "event_name": "dialog_state_update",
    "event_time": "2020-08-26 13:39:41",
    "dialog_uuid": "57e9103d-b139-4664-a2be-bb80b0378f86",
    "state": "talking"
}

Rozmowa jest prowadzona w przedstawionym scenariuszu rozmowa została zakończona przez klienta (dialog_uuid: 57e9103d-b139-4664-a2be-bb80b0378f86) informują o tym następujące webhooki:

Body

{
    "event_type": "user_dialog",
    "event_name": "dialog_close",
    "event_time": "2020-08-26 13:39:45",
    "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": "5f463b7a80f35763375fe364",
    "initial_application_target_name": "Preview",
    "initial_application_selection_id": 1,
    "initial_application_selection_name": "pkowalski",
    "initial_target_type": "VOICE_CAMPAIGN",
    "variables": {
    },
    "close_cause": "HANGUP",
    "dialog_uuid": "57e9103d-b139-4664-a2be-bb80b0378f86",
    "initial_application_info": {
        "side": "CONTACT",
        "type": "VOICE_CAMPAIGN",
        "data": {
            "id": "5f4665f380f35766ae0e44a4",
            "created_date": "2020-08-26 13:38:59",
            "voice_campaign_id": "5f463b7a80f35763375fe364",
            "voice_campaign_name": "Preview",
            "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:38:59",
            "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": "PREVIEW",
            "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": "57e9103d-b139-4664-a2be-bb80b0378f86",
            "current_consultant_dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
            "custom": null
        }
    },
    "anonymous": {
        "display_name": "48xxxxxxxxx",
        "presentation_number": "48xxxxxxxxx"
    }
}

Body

{
    "event_type": "user_dialog",
    "event_name": "dialog_close",
    "event_time": "2020-08-26 13:39:45",
    "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": "5f463b7a80f35763375fe364",
    "initial_application_target_name": "Preview",
    "initial_application_selection_id": 1,
    "initial_application_selection_name": "pkowalski",
    "initial_target_type": "VOICE_CAMPAIGN",
    "variables": {
    },
    "close_cause": "DIALOG_LEFT",
    "dialog_uuid": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
    "initial_application_info": {
        "side": "USER",
        "type": "VOICE_CAMPAIGN",
        "data": {
            "id": "5f4665f380f35766ae0e44a4",
            "created_date": "2020-08-26 13:38:59",
            "voice_campaign_id": "5f463b7a80f35763375fe364",
            "voice_campaign_name": "Preview",
            "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:38:59",
            "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": "PREVIEW",
            "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": "dad58a77-fee8-43f3-b4e6-87c32fa921a1",
            "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ę.