Contact Endpoint

We can also allow you to edit your contact record directly through Kixie PowerCall Dialer.

To do this, create an endpoint that accepts the following JSON data and then updates the contact record in your custom CRM:

{
  "data": {
    "callDetails": {
      "callid": "9e30cc60-68e9-4b52-b3bc-01bdfffe807c",
      "businessid": 995,
      "calldate": "2024-03-15T17:19:40.000Z",
      "fromnumber": "+15418348544",
      "tonumber": "+12136273000",
      "duration": 8,
      "amount": 0.0018,
      "externalid": "9e30cc60-xxxx-xxxx-xxxx-01bdfffe807c",
      "calltype": "outgoing",
      "callstatus": "answered",
      "recordingurl": "https://calls.kixie.com/9e30cc60-xxxx-xxxx-xxxx-01bdfffe807c.mp3",
      "recordingsid": "",
      "tonumber164": "+12136273000",
      "fromnumber164": "+15418348544",
      "disposition": "not disposed",
      "fname": "Chasen",
      "lname": "995",
      "calleridName": "Chasen Kixie",
      "email": "chasen+995@kixie.com",
      "destinationName": "",
      "cadenceactionprocessid": "",
      "powerlistid": "",
      "HScalltype": "",
      "powerlistsessionid": "",
      "extensionDial": 0,
      "toExt": "",
      "fromExt": "",
      "answerDate": "2024-03-15T17:19:41.000Z",
      "callEndDate": "2024-03-15T17:19:48.000Z",
      "transcriptionXd": "",
      "transcriptionStatus": "",
      "transcriptionS3Key": "",
      "externalcrmid": "",
      "crmlink": "https://app.hubspot.com/contacts/1111111/contact/1111111/",
      "contactid": 1111111,
      "dealid": "",
      "webhookurl": "https://webhook.site/023589704",
      "outcome": ""
    },
    "crm": "",
    "dataUrl": "https://webhook.site/a83001cf-xxxx-xxxx-xxxx-bb3b379f298f?number=",
    "hookevent": "endcall",
    "businessid": "995",
    "webhookurl": "https://webhook.site/2ede7b39-xxxx-xxxx-xxxx-b72bce447d45",
    "webhookHeaders": "",
    "number": "+12136273000",
    "customernumber": "+12136273010",
    "businessnumber": "+15418348541"
  }
}