AI Phone Calls
AI Phone Call: Webhooks
Setup
To enable AI Phone Call status updates through webhooks:
- Navigate to the admin panel
- Go to the AI Phone Call settings
- Enter your webhook URL in the “Webhook URL” field
- Save your changes
Output
The webhook will send updates about the status of your AI phone calls. Here are the different types of updates you may receive:
Call Completed Successfully
Call Failed
Status Updates
Field Descriptions
Field | Description |
---|---|
callId | Unique identifier for the call |
status | Current status of the call (completed , failed , or in_progress ) |
results | Object containing question-answer pairs from the call (only present when status is completed ) |
error | Error message describing why the call failed (only present when status is failed ) |
errorDetails | Additional error information (only present when status is failed ) |