I am banging my head because of this problem for past 1 month. So i have to build this ai voice assistant using vapi. So i used n8n webhook and hooked to vapi to receive data.
I run webhook and test convo with my assitant, but webhook get no response. The convo is ended, i wait untill time ran out, but nothing. (https://youtu.be/odR0NbbtuLw)
then i made another assistant, when i start my webhook, and start my convo with my assistant, the moment it or i say hello, webhook gives output. but its null output. The output i am looking to recive in n8n doesnt get it. The convo is still going on but webhook gave output and it stops. (https://youtu.be/CXUXHu8am6w)
I used online webhook and hooked it to vapi, and it receives data instantly.