Dispositions Endpoint
We can send call disposition data to your custom CRM endpoint. To do this, setup an endpoint to accept the following JSON data:
{
"data": {
"calldate": "2024-03-15 17:19:40",
"callid": "9e30cc60-68e9-4b52-b3bc-01bdfffe807c",
"duration": "8",
"amount": "0.0018",
"calltype": "outgoing",
"callstatus": "answered",
"tonumber": "+12136273000",
"fromnumber": "+15418348544",
"disposition": "Connected Call",
"fname": "Chasen",
"lname": "995",
"email": "chasen+995@kixie.com",
"recordingurl": "https://calls.kixie.com/9e30c39c60-68e9-4b52-b3bc-01bdfffe807c.mp3",
"crmlink": "",
"dealid": "",
"contactid": ""
}
}