{
"start": "2024-08-21 13:10:00",
"tenantId": 24,
"direction": "OUT",
"callerIdNum": "1001",
"callerIdName": "Jane Doe",
"dialedNum": "5551234567",
"disposition": "ANSWERED",
"duration": 180,
"uniqueId": "example-media-abc12345-wxyz-1700000000.1234567",
"whoAnswered": "5551234567",
"packetLoss": 0.3,
"rxCount": 12000,
"txCount": 11800,
"rtt": 28,
"qos": 1,
"percentJitter": 0.45,
"prevUniqueId": "",
"queueCall": 0,
"recorded": 1,
"presented": 1,
"nextUniqueId": "",
"callOutcome": "",
"afterAnswerDuration": 179,
"outgoingCidNum": "5559876543",
"billingId": "100",
"partnerId": 1,
"geolocation": "",
"transcriptionId": "",
"dialedName": "ACME",
"callId": "abc123def456ghi789",
"ani": "5551234567",
"ocn": "1234",
"lata": "722",
"city": "ANYTOWN",
"rateCenter": "ANYTOWN",
"state": "TX",
"jurisdiction": "INTERSTATE",
"local": 0,
"lec": "EXAMPLE TELECOM, LLC - TX",
"lecType": "CLEC",
"spid": "123A",
"mos": 4.25,
"recordingUrl": "https://example.com/recordings/sample-recording.mp3"
}API Reference
Call recording
This webhook fires when a new recording is available in your account.
WEBHOOK
CALLRECORDING
{
"start": "2024-08-21 13:10:00",
"tenantId": 24,
"direction": "OUT",
"callerIdNum": "1001",
"callerIdName": "Jane Doe",
"dialedNum": "5551234567",
"disposition": "ANSWERED",
"duration": 180,
"uniqueId": "example-media-abc12345-wxyz-1700000000.1234567",
"whoAnswered": "5551234567",
"packetLoss": 0.3,
"rxCount": 12000,
"txCount": 11800,
"rtt": 28,
"qos": 1,
"percentJitter": 0.45,
"prevUniqueId": "",
"queueCall": 0,
"recorded": 1,
"presented": 1,
"nextUniqueId": "",
"callOutcome": "",
"afterAnswerDuration": 179,
"outgoingCidNum": "5559876543",
"billingId": "100",
"partnerId": 1,
"geolocation": "",
"transcriptionId": "",
"dialedName": "ACME",
"callId": "abc123def456ghi789",
"ani": "5551234567",
"ocn": "1234",
"lata": "722",
"city": "ANYTOWN",
"rateCenter": "ANYTOWN",
"state": "TX",
"jurisdiction": "INTERSTATE",
"local": 0,
"lec": "EXAMPLE TELECOM, LLC - TX",
"lecType": "CLEC",
"spid": "123A",
"mos": 4.25,
"recordingUrl": "https://example.com/recordings/sample-recording.mp3"
}Body
application/json
Response
200
200 OK
Was this page helpful?