Hey! I’ve run into this before—your CreateReservation1 tool runs but doesn’t return the actual data (name, guests, time), which is why n8n shows nothing. Usually, it’s a mismatch in the tool’s return schema or how VAPI maps the output. I can help check that the tool returns a proper JSON with the right keys and ensure VAPI passes it correctly to n8n so you can create the Google Calendar event. Quick question: when you test CreateReservation1 inside VAPI, do you see any of the expected data, or is it already empty there?
@Dafi