Facing Webhook problem
# support
b
Hey, I am initiating an outbound call through the Vapi API using assistantOverrides with serverUrl and serverMessage. In the server message, I am subscribing to the following events: ["end-of-call-report", "status-update", "hang"]. Everything works fine — when the user picks up the call, I receive both the end-of-call report and the status update webhook. However, the issue is that when the user does not answer the call (either rejects it or lets it ring without answering), I don’t receive any webhook for that event. When I check the Vapi dashboard, it correctly shows "Customer Did Not Answer", but this status is not being received in the webhook.
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
e
Vapid doesn't send or call webhook if a call wasn't made/answered, except it went to voice mail.
b
Then how can i know the customer didn't answered ...?
@User ...?
@User ..?
c
You can use the
status-update
webhook to receive these updates on whether a call was answered or not. Just be sure to configure a serverUrl
2 Views