OSVI sends a POST request to your webhook_url when a call finishes. Implement this endpoint on your server to receive call outcomes.
Documentation Index
Fetch the complete documentation index at: https://docs.osvi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Display name of the agent that handled the call.
"Sales Agent"
Unique identifier of the agent.
"agent_IsZ3Q6Sf_60Eh26XQMGbz-R_og"
Phone number that was called, in E.164 format.
"+919876543210"
Unique identifier for this call log entry.
"8de63236-e013-42dd-9d99-1be5521701d4"
Full transcript of the call conversation.
"Agent: Hello, am I speaking with John?\nUser: Yes, this is John.\nAgent: Great! I'm calling to confirm your appointment tomorrow at 10 AM..."
Outcome of the call.
picked, not_picked, busy, failed "picked"
Environment the call was made in.
prod, test "prod"
Webhook received successfully. Return any 2xx status to acknowledge receipt.