andre-v
01/07/2026, 2:04 PMVapi Support Bot
01/07/2026, 2:05 PMend-of-call-report webhook should be triggered automatically when a call ends, and all other webhooks are working, try testing your endpoint directly using a tool like curl to ensure it accepts POST requests with the expected payload. For example:
bash
curl -X POST https://your-server.com/webhook \
-H "Content-Type: application/json" \
-d '{"message": {"type": "end-of-call-report", "endedReason": "assistant-said-end-call-phrase"}}'
If your endpoint responds correctly, gather the Call ID and timestamp, then contact Vapi support for further investigation, as this may indicate a platform-side issue.
For more details, see the [Vapi server events documentation](https://docs.vapi.ai/server-url/events).
Source:
- [Vapi server events documentation](https://docs.vapi.ai/server-url/events)andre-v
01/07/2026, 2:23 PMChiranjeet Mishra
01/07/2026, 2:50 PM