Webhook — voice call completed
Not an endpoint on api.callaidan.com. When a voice call ends, Aidan sends an HTTP POST with Content-Type: application/json to the Webhook URL you configure on the agent (Voice Agents page in the dashboard, or webhook_url on the agent). This path appears in the API reference only so the request body schema renders in the docs — do not call https://api.callaidan.com/_reference/....
Respond with any 2xx status to acknowledge delivery.
Body
JSON payload delivered to your Webhook URL.
JSON body POSTed to the voice agent Webhook URL after each call completes. Field presence may vary with agent settings (e.g. transcript when call recording/transcripts are enabled).
Unique thread identifier for the call
Call outcome (e.g. did-succeed, did-not-answer, error)
AI-generated summary of the call
Call quality score (0–100)
0 <= x <= 100Call direction
inbound, outbound Call length in seconds
x >= 0Full conversation transcript when transcripts are enabled for this agent
Response
Your server acknowledged the webhook (any 2xx response is acceptable).

