Messaging metrics events

This page documents webhook request payloads for Messaging metrics events. For an overview, see Webhook event types.

Detail object properties

For Messaging metrics events, the detail object contains the following properties:

  • account_id
  • metric

Event types

The following sections contain example payloads and event object properties for Live Messaging metrics event types.

Event typePayload and properties
zen:event-type:messaging_live_metrics.active_assigned_allNumber of all active assigned conversations
zen:event-type:messaging_live_metrics.active_assigned_groupNumber of active assigned conversations by group
zen:event-type:messaging_live_metrics.active_assigned_via_typeNumber of active assigned conversations by via type
zen:event-type:messaging_live_metrics.active_in_queue_allNumber of all active in queue conversations
zen:event-type:messaging_live_metrics.active_in_queue_groupNumber of active in queue conversations by group
zen:event-type:messaging_live_metrics.active_in_queue_via_typeNumber of active in queue conversations by via type
zen:event-type:messaging_live_metrics.inactive_assigned_allNumber of all inactive assigned conversations
zen:event-type:messaging_live_metrics.inactive_assigned_groupNumber of inactive assigned conversations by group
zen:event-type:messaging_live_metrics.inactive_assigned_via_typeNumber of inactive assigned conversations by via type
zen:event-type:messaging_live_metrics.inactive_in_queue_allNumber of all inactive in queue conversations
zen:event-type:messaging_live_metrics.inactive_in_queue_groupNumber of inactive in queue conversations by group
zen:event-type:messaging_live_metrics.inactive_in_queue_via_typeNumber of inactive in queue conversations by via type
zen:event-type:messaging_live_metrics.average_time_in_queue_allAverage time in queue of all conversations
zen:event-type:messaging_live_metrics.average_time_in_queue_groupAverage time in queue of conversations by group
zen:event-type:messaging_live_metrics.average_time_in_queue_via_typeAverage time in queue of conversations by via type
zen:event-type:messaging_live_metrics.longest_time_in_queue_allLongest time in queue of all conversations
zen:event-type:messaging_live_metrics.longest_time_in_queue_groupLongest time in queue of conversations by group
zen:event-type:messaging_live_metrics.longest_time_in_queue_via_typeLongest time in queue of conversations by via type
zen:event-type:messaging_live_metrics.average_requester_wait_time_allAverage Requester Wait Time of all conversations
zen:event-type:messaging_live_metrics.average_requester_wait_time_groupAverage Requester Wait Time of conversations by group
zen:event-type:messaging_live_metrics.average_requester_wait_time_via_typeAverage Requester Wait Time of conversations by via type
zen:event-type:messaging_live_metrics.longest_requester_wait_time_allLongest Requester Wait Time of all conversations
zen:event-type:messaging_live_metrics.longest_requester_wait_time_groupLongest Requester Wait Time of conversations by group
zen:event-type:messaging_live_metrics.longest_requester_wait_time_via_typeLongest Requester Wait Time of conversations by via type
zen:event-type:messaging_live_metrics.average_handle_time_allAverage Handle Time of all conversations
zen:event-type:messaging_live_metrics.average_handle_time_groupAverage Handle Time of conversations by group
zen:event-type:messaging_live_metrics.average_handle_time_via_typeAverage Handle Time of conversations by via type
zen:event-type:messaging_live_metrics.longest_handle_time_allLongest Handle Time of all conversations
zen:event-type:messaging_live_metrics.longest_handle_time_groupLongest Handle Time of conversations by group
zen:event-type:messaging_live_metrics.longest_handle_time_via_typeLongest Handle Time of conversations by via type
zen:event-type:messaging_live_metrics.average_concurrency_allAverage Concurrency across all conversations
zen:event-type:messaging_live_metrics.average_concurrency_groupAverage Concurrency by group
zen:event-type:messaging_live_metrics.average_concurrency_via_typeAverage Concurrency by via type

Number of all Active Assigned Conversations

Number of active assigned conversations in total across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "active_assigned" }, "event": {   "value":  "2" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:active_assigned:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.active_assigned_all", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active assigned conversations at the given timestamp

Number of Active Assigned Conversations by group

Number of active assigned conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "active_assigned" }, "event": {   "value":  "2",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:active_assigned:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.active_assigned_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active assigned conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Number of Active Assigned Conversations by via type

Number of active assigned conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "active_assigned" }, "event": {   "value":  "2",   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:active_assigned:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.active_assigned_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active assigned conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Number of all Active In Queue Conversations

Number of active in queue conversations in total across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "active_in_queue" }, "event": {   "value":  "2" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:active_in_queue:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.active_in_queue_all", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active in queue conversations at the given timestamp

Number of Active In Queue Conversations by group

Number of active in queue conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "active_in_queue" }, "event": {   "value":  "5",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:active_in_queue:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.active_in_queue_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active in queue conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Number of Active In Queue Conversations by via type

Number of active in queue conversations aggregated by via type.

{   "account_id": "2",   "detail": {     "account_id": "2",     "metric": "active_in_queue"   },   "event": {     "value":  "5",     "via_type": "NATIVE_MESSAGING"   },  "id": "01GX79ST1QX01C889XV42S2J5Z",  "subject": "zen:messaging_live_metrics:active_in_queue:2:via_type",  "time":2024-04-03T23:55:58.642630335Z”,  "type": "zen:event-type:messaging_live_metrics.active_in_queue_via_type",  "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of active in queue conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Number of all Inactive Assigned Conversations

Number of inactive assigned conversations in total across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_assigned" }, "event": {   "value": "3" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_assigned:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_assigned_all", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive assigned conversations at the given timestamp

Number of Inactive Assigned Conversations by group

Number of inactive assigned conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_assigned" }, "event": {   "value": "3",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_assigned:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_assigned_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive assigned conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Number of Inactive Assigned Conversations by via type

Number of inactive assigned conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_assigned" }, "event": {   "value": "3",   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_assigned:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_assigned_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive assigned conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Number of all Inactive In Queue Conversations

Number of inactive in queue conversations in total across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_in_queue" }, "event": {   "value": "1" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_in_queue:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_in_queue_all", "zendesk_event_version": "2022-12-06" }

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive in queue conversations at the given timestamp

Number of Inactive In Queue Conversations by group

Number of inactive in queue conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_in_queue" }, "event": {   "value": "1",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_in_queue:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_in_queue_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive in queue conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Number of Inactive In Queue Conversations by via type

Number of inactive in queue conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "inactive_assigned" }, "event": {   "value": 3","   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:inactive_assigned:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.inactive_assigned_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerNumber of inactive in queue conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Average Time In Queue of all Conversations

Average time in queue (in seconds) of conversations in across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_time_in_queue" }, "event": {   "value":  20 }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_time_in_queue:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_time_in_queue_all", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage time in queue of conversations at the given timestamp

Average Time In Queue of Conversations by group

Average time in queue (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_time_in_queue" }, "event": {   "value":  20,   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_time_in_queue:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_time_in_queue_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage time in queue of conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Average Time In Queue of Conversations by via type

Average time in queue (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_time_in_queue" }, "event": {   "value":  20,   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_time_in_queue:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_time_in_queue_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage time in queue of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Longest Time In Queue of all Conversations

Longest time in queue (in seconds) of conversations across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_time_in_queue" }, "event": {   "value":  "50" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_time_in_queue:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_time_in_queue_all", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest time in queue of conversations at the given timestamp

Longest Time In Queue of Conversations by group

Longest time in queue (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_time_in_queue" }, "event": {   "value":  "50",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_time_in_queue:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_time_in_queue_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest time in queue conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Longest Time In Queue of Conversations by via type

Longest time in queue (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_time_in_queue" }, "event": {   "value":  "50",   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_time_in_queue:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_time_in_queue_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest time in queue of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Average Requester Wait Time of all Conversations

Average requester wait time (in seconds) of conversations across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_requester_wait_time" }, "event": {   "value":  50 } "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_requester_wait_time:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_requester_wait_time_all" "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage requester wait time of conversations at the given timestamp

Average Requester Wait Time of Conversations by group

Average requester wait time (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_requester_wait_time" }, "event": {   "value":  50,   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_requester_wait_time:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_requester_wait_time_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage requester wait time of conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Average Requester Wait Time of Conversations by via type

Average requester wait time (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_requester_wait_time" }, "event": {   "value":  50,   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_requester_wait_time:2:via_type", "time":2024-04-03T23:55:58.642630335Z”,"type": "zen:event-type:messaging_live_metrics.average_requester_wait_time_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage requester wait time of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Longest Requester Wait Time of all conversations

Longest requester wait time (in seconds) of conversations across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_requester_wait_time" }, "event": {   "value":  "50" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_requester_wait_time:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_requester_wait_time_all" "zendesk_event_version": "2022-12-06" }

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest requester wait time of conversations at the given timestamp

Longest Requester Wait Time of Conversations by group

Longest requester wait time (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_requester_wait_time" }, "event": {   "value":  "50",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_requester_wait_time:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_requester_wait_time_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest requester wait time of conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Longest Requester Wait Time of Conversations by via type

Longest requester wait time (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_requester_wait_time" }, "event": {   "value":  "50",   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_requester_wait_time:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_requester_wait_time_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest requester wait time of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Average Handle Time of all conversations

Average handle time (in seconds) of conversations aggregated across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_handle_time" }, "event": {   "value":  50 }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_handle_time:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_handle_time_all" "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage handle time of conversations at the given timestamp

Average Handle Time of Conversations by group

Average handle time (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_handle_time" }, "event": {   "value":  50,   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_handle_time:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_handle_time_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage handle time of conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Average Handle Time of Conversations by via type

Average handle time (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_handle_time" }, "event": {   "value":  50,   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_handle_time:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_handle_time_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage handle time of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Longest Handle Time of all conversations

Longest handle time (in seconds) of all conversations aggregated across all groups and via types.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_handle_time" }, "event": {   "value":  "50" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_handle_time:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_handle_time_all" "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest handle time of conversations at the given timestamp

Longest Handle Time of Conversations by group

Longest handle time (in seconds) of conversations aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_handle_time" }, "event": {   "value":  "50",   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_handle_time:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_handle_time_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest handle time of conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Longest Handle Time of Conversations by via type

Longest handle time (in seconds) of conversations aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "longest_handle_time" }, "event": {   "value":  "50",   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:longest_handle_time:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.longest_handle_time_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valueintegerLongest handle time of conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric

Average Concurrency across all conversations

Average number of tickets assigned to online agents across all groups and via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_concurrency" }, "event": {   "value":  5 }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_concurrency:2:all", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_concurrency_all" "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage concurrency of agents for conversations at the given timestamp

Average Concurrency by group

Average number of tickets assigned to online agents aggregated by group.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_concurrency" }, "event": {   "value":  3,   "group_id": "101" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_concurrency:2:group", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_concurrency_group", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage concurrency of agents for conversations at the given timestamp
group_idintegerGroup id of conversations in this metric

Average Concurrency by via type

Average number of tickets assigned to online agents aggregated by via type.

{ "account_id": "2", "detail": {   "account_id": "2",   "metric": "average_concurrency" }, "event": {   "value":  5,   "via_type": "NATIVE_MESSAGING" }, "id": "01GX79ST1QX01C889XV42S2J5Z", "subject": "zen:messaging_live_metrics:average_concurrency:2:via_type", "time":2024-04-03T23:55:58.642630335Z”, "type": "zen:event-type:messaging_live_metrics.average_concurrency_via_type", "zendesk_event_version": "2022-12-06"}

The event object contains the following properties.

PropertyData typeDescription
valuedoubleAverage concurrency of agents for conversations at the given timestamp
via_typestringMessaging channel of conversations in this metric