end-of-call-report event missing in webhook
# support
s
I am giving an assistant input via input field during call, but after I ended the call message.type == end-of-call-report event is not coming in webhook
v
I see you're having an issue with the
end-of-call-report
event not appearing in your webhook after ending a call where you provided assistant input via the input field. Have you verified that server messages are properly enabled in your assistant configuration with the specific
end-of-call-report
event type? This can be done by adding
serverMessages: ['end-of-call-report']
to your configuration or by checking your bot settings → advanced → server messages section. Sources: - [Discord conversation about end-of-call-report configuration](https://discord.com/channels/1211482211119796234/1342410769232302122) - [Discord conversation about server message settings](https://discord.com/channels/1211482211119796234/1341417477631901769)
s
It's coming when I am giving input via voice but not coming when I am giving input via input field
a
have you defined the summary prompt and / or the structured data in the analysis tab?
k
Ensure your server URL is correctly configured, verify the webhook is subscribed to the event, check call termination conditions, and inspect your webhook handling logic for any issues. https://docs.vapi.ai/server-url
s
Everything is alreday setup but it's not working with input field input but working with voice call
k
Make sure the response format is correct, tools are configured for text input, prompts support both modes, the webhook is properly subscribed, and test with tools like Postman to debug.
4 Views