Yo, I made a custom tool called GetClientProfile t...
# general-english
i
Yo, I made a custom tool called GetClientProfile that Vapi is supposed to call before the assistant says anything. Vapi does hit my n8n webhook, the workflow runs perfectly, and the Respond to Webhook node sends back valid JSON like { result: { ... } }. But Vapi keeps showing: “Tool Response: No result returned” even though the webhook response is 100% valid and I can see it in the logs. So Vapi is hitting the webhook, but it’s not actually accepting or parsing the response as a real tool result
2 Views