The VoiceCallEvent object

An event related to a voice call.

VoiceCallEvent properties

integer

ID of the event.

string

The voice call event type.

integer

ID of the account the event belongs to.

integer

ID of the call for which the event happened.

integer

ID of the agent related to the event.

integer

ID of the customer related to the event.

ISO 8601 datetime

When the event was created.

object

Data associated to the event.

VoiceCallEvent example object

{
  "id": 123,
  "type": "completed-phone-call",
  "account_id": 234,
  "call_id": 345,
  "user_id": 456,
  "customer_id": 567,
  "created_datetime": "2023-08-31T00:00:00.000000+00:00",
  "meta": "{}"
}