Hey, I’m just starting, so sorry if my question is very basic, but even if it is, maybe is easy to explain and fix it.
I’m trying to connect Vapi to n8n weebhok.
I copied link from weebhok and pasted to Vapi tools so it’s supposed to send data.
When I make a call to Vapi everything works well and it’s answering my questions, but it’s not sending data to weebhok.
When I go to executions I can see all the “calls” to Vapi but every “call” have an error saying : no respond to webhook node found in the workflow.
During building Vapi and n8n I was following YouTube tutorial, and i have contact with person that recorded that video.
Her settings and mine are the same ( that’s what she said )
For her everything works well, for me no.
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
The Webhook node has two URL - test and production. If you have activated your workflow make sure you use your production URL in Vapi webhook. Also make sure that HTTP method matches in both Vapi and n8n.