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:
JSON
{
"event": "dial_attempt",
"data": {
"callid": "339966612",
"businessid": "40970",
"userid": "200099",
"phone": "+11235551234",
"status": "no_answer",
"timestamp": "2024-03-13T16:44:00Z"
}
}
Developer Docs