Answered Call Webhook

The Answered Call Webhook is triggered every time a call is answered. This will return all of the information from the phone call.

{
  "data": {
    "callDetails": {
      "callid": "dde8e1f6-c8f1-4fe8-8fa2-aefadefde015",
      "businessid": xxxxx,
      "calldate": "2024-03-28T17:45:44.000Z",
      "fromnumber": "+12223334444",
      "tonumber": "+12223334444",
      "duration": "",
      "amount": "",
      "externalid": "dde8e1f6-c8f1-4fe8-8fa2-aefadefde015",
      "calltype": "outgoing",
      "callstatus": "answered",
      "recordingurl": "https://calls.kixie.com/dde8e1f6-c8f1-4fe8-8fa2-aefadee05215.mp3",
      "recordingsid": "",
      "tonumber164": "+12223334444",
      "fromnumber164": "+12223334444",
      "disposition": "not disposed",
      "fname": "Ryan",
      "lname": "Frizelle",
      "calleridName": "Ryan Frizelle",
      "email": "test@kixie.com",
      "destinationName": "",
      "cadenceactionprocessid": "",
      "powerlistid": "",
      "HScalltype": "",
      "powerlistsessionid": "",
      "extensionDial": 0,
      "toExt": "",
      "fromExt": "",
      "answerDate": "2024-03-28T17:45:49.000Z",
      "callEndDate": "",
      "transcriptionXd": "",
      "transcriptionStatus": "",
      "transcriptionS3Key": "",
      "customerNumber": "+12223334444",
      "businessNumber": "+12223334444",
      "crmlink": "https://app.hubspot.com/contacts/xxxxxxx/contact/xxxxxxxx/",
      "contactid": "12252651",
      "dealid": "",
      "webhookurl": "https://webhook.site/53cd3d47-fa87-4698-bbe2-7dfcbfaaf8aa",
      "outcome": ""
    },
    "calledfrom": "startAnsweredCallActions",
    "callAction": "OutboundCallAnswer",
    "crm": "",
    "hookevent": "answeredcall",
    "businessid": "xxxxx",
    "webhookurl": "https://webhook.site/53cd3d47-fa87-4698-bbe2-7dfcbfaaf8aa",
    "webhookHeaders": "",
    "number": "+12223334444",
    "customernumber": "+12223334444",
    "businessnumber": "+11223334444"
  }
}