HistoricalCallParticipantInput
Input fields
UUID identifying the call this participant belongs to.
The datetime the participant was created.
The datetime the participant joined the call. If omitted the participant is recorded as having not answered.
The datetime the participant left the call.
The type of participant.
The phone number of the participant. Required for PHONE_NUMBER participants.
The call system's identifier for this call leg. Duplicate entries for the same vendor and call leg ID will be skipped.
The call system's identifier for the agent. Required for SUPPORT_USER participants.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"callId": "917307ae-08ad-4ad9-893f-c2b4fcf387e7",
"createdAt": "2019-04-16T19:48:45.264734+00:00",
"joinedAt": "2010-08-22T23:45:47.596117+00:00",
"leftAt": "1997-10-07T13:25:22.637635+00:00",
"participantType": "PHONE_NUMBER",
"phoneNumber": "want-star-room-response-project",
"vendorCallLegId": "26311186",
"vendorUserId": "87557909"
}