Hello guys!
I’m using a VAPI voice assistant with n8n (restaurant reservations).
If the user stays silent while n8n runs, the assistant correctly uses the respond_to_webhook result.
If the user says anything (e.g. “okay”, “I’ll wait”) while the webhook is running, the assistant ignores the webhook response and jumps ahead to confirm a reservation.
I’ve already tried a conservative stopSpeakingPlan (numWords: 7, voiceSeconds: 1), but it still happens.
Has anyone solved this behavior or found a reliable workaround?