Nocreativity
06/28/2024, 5:54 PMVapi
06/28/2024, 5:55 PMcall.analysis.summary
section of the call record. If you have the call record available, you should be able to locate the summary there. If you need assistance with retrieving the summary from the system or if you're unsure where to find the call record, please let me know, and I'll be happy to help you further.Vapi
06/28/2024, 5:55 PMVapi
06/28/2024, 5:57 PMAvenir
06/28/2024, 6:18 PMif (req.method === 'POST') {
const body = req.body;
if (body.message && body.message.type === 'end-of-call-report') {
const callId = body.message.call.id;
const summary = body.message.summary;
and connected to my backend via server sent events, but I'm having 20:00:44:301
[ERROR]
Server URL Error: all the tim when the call ends, probably causing the issue?Sahil
06/28/2024, 8:41 PMNocreativity
06/29/2024, 9:27 AMNocreativity
06/29/2024, 9:30 AMkrthkntrjn
12/08/2024, 10:06 PMAvenir
12/10/2024, 10:39 AMAvenir
12/10/2024, 10:40 AMkrthkntrjn
12/11/2024, 3:46 AM