Not sending call report to webhooks
# support
u
hey guys! Vapi is being weird and not sending call reports to webhook. Even though shows in vapi that is send it but make doesn't receive it. Crazy part it sometimes it sends the call report and sometimes it doesn't at all.
v
## Check Webhook Configuration and Test Manually This appears to be a known issue with Vapi. First, verify your webhook URL is correctly configured in the Vapi Dashboard. Then test your webhook endpoint manually using a tool like Postman or cURL to confirm it can receive data properly. If the issue persists, check the Vapi Dashboard for any error logs related to webhook delivery. If troubleshooting doesn't resolve the issue, you can retrieve call data using the API instead:
Copy code
GET /call/:id API
https://docs.vapi.ai/api-reference/calls/get
Sources: - [Troubleshooting Vapi call report delivery failures to webhooks](https://discord.com/channels/1211482211119796234/1326809606671958080) - [Vapi system status and known issues affecting webhook call report delivery](https://discord.com/channels/1211482211119796234/1339463465965719563) - [Vapi webhook retry mechanism for failed call report deliveries](https://discord.com/channels/1211482211119796234/1326809606671958080)
u
no I want instant webhook response after the call is done, i am losing important data and have automations setup. @User
k
This may be due to webhook misconfigurations, or Make not properly receiving or logging them, verify your webhook setup in both Vapi and Make, monitor logs for intermittent failures, and consider adding retries and unique IDs to track calls more reliably.
u
Everything setup correctly, Weird part is sometime it is sending and sometime not
k
Hey, could you share the call IDs for which Vapi is not sending the webhooks?