Outbound webhooks
GreetQ POSTs to your configured URL when a call completes.
Event: call.completed
Headers
Content-Type: application/jsonUser-Agent: GreetQ-Webhooks/1.0X-GreetQ-Signature: sha256=… (when webhook secret is set)
Payload
{
"event": "call.completed",
"call": { "id": "…", "from_number": "+1…", "duration": 94 },
"analysis": { "summary": "…", "intent": "booking", "sentiment": "positive" }
}