calendar wrong date shared in webhooks

Hi team, i used vapi GPT4.1 model and extracted variable from conversation, but its not returning correct data . i have shared sample response

##{
"message": {
"timestamp": 1751451928021,
"type": "end-of-call-report",
"analysis": {
"summary": "The user, Raj Rajat, called to book an appointment for tomorrow at 11 AM. The AI confirmed the appointment details, including the user's name (Raj Rajat), email (raj@mailinator.com), and phone number (412263825), all for 11 AM EST. The AI confirmed the appointment was being scheduled and that a confirmation would be sent shortly. The call ended after the user thanked the AI.",
"structuredData": {
"lead_name": "Raj Rajat",
"lead_email": "raj@mailinator.com",
"lead_phone": 412263825,
"call_sentiment": "Positive",
"appointmentTime": {
"date": "2024-07-20",
"time": "11:00:00-04:00",
"subject": "appointment"
}
},
Was this page helpful?