New Feature: Skip IVRs and Voicemails with AI Human Voice Detection

Dial Attempt Webhook

The Dial Attempt Webhook is triggered every time a phone number is dialed but not connected to a live call during a Kixie PowerList session. This webhook returns all relevant information from the dial attempt.

Dial Attempt Webhook:

Here’s an example call webhook data object:

  {
  "data": {
    "crmContactId": null,
    "agentEmail": "aldo@kixie.com",
    "hookevent": "powerdialattempt",
    "businessid": 995,
    "powerlistSessionId": "2748633",
    "fromNumber": 14245515737,
    "lastDialOutcome": "Lost Race",
    "powerlistId": "157703",
    "customerNumber": "+17074261105",
    "ownerUserId": null,
    "externalOwnerId": null,
    "powerlistContactStatus": "rescheduling",
    "webhookurl": "https://webhook.site/8daf667d-e19c-4f25-a0d6-b2c03d4729c7",
    "webhookHeaders": null
  }
}