No connection between Vapi and n8n webhook
My n8n webhook cannot fetch the data from Vapi. It's calling the right tool, but for some reason there's connection between n8n and Vapi.
Here's a video of the error. Hopefully this helps! After the call ends you can fast forward a little bit. It takes me a minute to find the webhook error.
Below the json from the webhook request error:
{
"id": "log-376",
"level": 50,
"time": 1762357413332,
"timestamp": 1762357413332000000,
"severityText": "ERROR",
"severityNumber": 17,
"body": "Request failed: tool-calls",
"attributes": {
"category": "webhook",
"callId": "019a54ae-ec98-7771-b829-7cc5c41f09c1",
"orgId": "52cd29dd-d410-4f8d-9020-5ca43fc4e278",
"url": "https://marcusvangeelen.app.n8n.cloud/webhook/e5d278fd-831f-4ffa-a38b-83e817620987",
"latencyMs": 246,
"messageType": "tool-calls",
"errorMessage": "Request failed with status code 500",
"statusCode": 500,
"statusText": "Internal Server Error"
}
}
Here's a video of the error. Hopefully this helps! After the call ends you can fast forward a little bit. It takes me a minute to find the webhook error.
Below the json from the webhook request error:
{
"id": "log-376",
"level": 50,
"time": 1762357413332,
"timestamp": 1762357413332000000,
"severityText": "ERROR",
"severityNumber": 17,
"body": "Request failed: tool-calls",
"attributes": {
"category": "webhook",
"callId": "019a54ae-ec98-7771-b829-7cc5c41f09c1",
"orgId": "52cd29dd-d410-4f8d-9020-5ca43fc4e278",
"url": "https://marcusvangeelen.app.n8n.cloud/webhook/e5d278fd-831f-4ffa-a38b-83e817620987",
"latencyMs": 246,
"messageType": "tool-calls",
"errorMessage": "Request failed with status code 500",
"statusCode": 500,
"statusText": "Internal Server Error"
}
}