The VoiceCallEvent objectAn event related to a voice call. VoiceCallEvent properties idintegerID of the event.typestringThe voice call event type.account_idintegerID of the account the event belongs to.call_idintegerID of the call for which the event happened.user_idintegerID of the agent related to the event.customer_idintegerID of the customer related to the event.created_datetimeISO 8601 datetimeWhen the event was created.metaobjectData associated to the event. VoiceCallEvent example object JSON{ "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": "{}" }