Voicemail Webhook

The Voicemail Webhook is triggered every time a voicemail is left.

{
  "data": {
    "callDetails": {
      "callid": "79e86bb6-9103-4fee-b30a-fb702bj39c62",
      "businessid": xxxxxx,
      "calldate": "2024-03-28T20:27:49.000Z",
      "fromnumber": " 12223334444",
      "tonumber": " 14246003057",
      "duration": 28,
      "amount": 0.0039,
      "externalid": "79e86bb6-9103-4fee-b30a-fb702bj39c62",
      "calltype": "incoming",
      "callstatus": "missed",
      "recordingurl": "https://calls.kixie.com/79e86bb6-9103-4fee-b30a-fb702bj39c62.mp3",
      "recordingsid": "",
      "tonumber164": " 14246003057",
      "fromnumber164": " 12223334444",
      "disposition": "inbound VM-msg left",
      "fname": "test",
      "lname": "Frizelle",
      "calleridName": "test Frizelle",
      "email": "test@kixie.com",
      "destinationName": "Direct Dial",
      "cadenceactionprocessid": "",
      "powerlistid": "",
      "HScalltype": "",
      "powerlistsessionid": "",
      "extensionDial": 0,
      "toExt": "",
      "fromExt": "",
      "answerDate": "",
      "callEndDate": "2024-03-28T20:28:17.000Z",
      "transcriptionXd": "",
      "transcriptionStatus": "",
      "transcriptionS3Key": "",
      "lastcallname": "Direct Dial",
      "crmlink": "",
      "contactid": "",
      "dealid": "",
      "webhookurl": "https://webhook.site/53cd3d47-fa87-4698-bbe2-7dfcbfaaf8aa",
      "outcome": ""
    },
    "voicemail": {
      "from": "12223334444",
      "to": "14246003057",
      "duration": 10,
      "VMRoute": "Direct",
      "url": "https://calls.kixie.com/79e86bb6-9103-4fee-b30a-fb702bj39c62.mp3",
      "LastCallType": "user"
    },
    "crm": "",
    "hookevent": "voicemail",
    "businessid": "xxxxxx",
    "webhookurl": "https://webhook.site/53cd3d47-fa87-4698-bbe2-7dfcbfaaf8aa",
    "webhookHeaders": "",
    "number": " 12223334444",
    "customernumber": " 12223334444",
    "businessnumber": " 14246003057"
  }
}