Vapi-n8n Integration Breakdown - Voice Agent Stall...
# support
s
For some reason Vapi and n8n aren't connecting together in my workflow, it was working perfectly fine for days, then all of a sudden in Vapi when it comes to the "getPropertyData tool" the Voice Agent just stops talking at this point. n8n is not picking up the trigger either and when I test Vapi nothing comes through in the executions anymore. The production URL from the webhook in n8n is connected to all of the tools in VAPI too. I am not sure why n8n and Vapi have just stopped connecting together, if you can help ASAP id appreciate it. I noticed others have add a similar issues in the last couple of days with connecting n8n and Vapi. See images attached. https://cdn.discordapp.com/attachments/1386089170430332948/1386089170807554190/Property_Data_Tool.png?ex=68586fa2&is=68571e22&hm=051b72e91062b7dbc8928eb81a9a7f1cc87c67dfeeb93cd74f2db36ff629b32f& https://cdn.discordapp.com/attachments/1386089170430332948/1386089171172589598/Webhook.png?ex=68586fa2&is=68571e22&hm=f97dc3812ef18cf3d6cd466e80ed4db1250b3cf96b84ea4c545ff12467c78670& https://cdn.discordapp.com/attachments/1386089170430332948/1386089171558596798/Executations.png?ex=68586fa2&is=68571e22&hm=a08882eafc63b92cc30b0a55c85ed49cddf47d1a37e46b5669ab35afcfee97b0&
t
Hi, why are you giving general instructions in the prompt instead of a clear question in the first message?
I'm interested because my bot doesn't stick to the list of questions and starts asking the wrong thing
a
Could you please provide a loom screen recording of the issue? We would like to investigate this and find a solution for this.
s
Here is my video on loom, this was working fine before and now everyone has the same problem. If you can fix this we would appreciate it! https://cdn.discordapp.com/attachments/1386089170430332948/1387182660647915560/VAPI.mov?ex=685c6a06&is=685b1886&hm=8077e45e240deeda67dc0e51cbb8026bcab53140d6bbaf38bd426304c378d39b&
a
We are reviewing the details of your request and will reach out to you when we have an update or if we need additional information.
s
Seems to be working now!
a
Glad the issue was resolved. Please reach out to us if you have any other questions regarding this issue
s
Yeah it got passed the tool section and it is responding, but it doesnt collect the data correctly from googlesheets which is connected to n8n
a
Could you send over a call ID? That would really help us figure out why the assistant isn't collecting the data correctly.
s
Hi Kyle, my call ID is: 95a2a73e-c7a4-4b3a-95f4-5dadc8ba3d5e
a
Are you referring to the getPropertyInfo tool? I can see the result it returned but it doesn't look like a desirable result, unless that is intentional
Copy code
{
            "role": "tool_calls",
            "time": 1751238221910,
            "message": "",
            "toolCalls": [
              {
                "id": "fdd7c788",
                "type": "function",
                "function": {
                  "name": "getPropertyinfo",
                  "arguments": "{\"propertyAddress\": \"Orion Road\"}"
                }
              }
            ],
            "secondsFromStart": 40.063
          },
          {
            "name": "getPropertyinfo",
            "role": "tool_call_result",
            "time": 1751238229088,
            "result": "fdd7c788",
            "metadata": {},
            "toolCallId": "fdd7c788",
            "secondsFromStart": 47.241
          }