Connect your AI voice agent to start capturing leads automatically
Test the entire pipeline: call intake, lead scoring, priority routing, and notification. This creates a real lead in your dashboard.
No leads yet. Run a simulation above or connect a voice agent.
https://ccgjobs.bar/api/webhooks/voice-agenthttps://ccgjobs.bar/api/webhooks/call-statusPaste these URLs into your voice AI platform's webhook configuration. The system auto-detects Vapi, Retell, and Bland payloads.
Create an API key and add it to your voice platform's webhook headers as X-Webhook-Key
X-Webhook-Key: your-api-key{
"message": {
"type": "end-of-call-report",
"call": { "id": "call_abc123", "customer": { "number": "+61412345678" } },
"analysis": {
"summary": "Customer wants exposed aggregate driveway in Bulimba",
"structuredData": {
"callerName": "John Smith",
"suburb": "Bulimba",
"serviceType": "Exposed Aggregate Driveway"
}
}
}
}