Assistant Not Triggering Custom Tool WebhooksMessage

Hello VAPI Support,

I'm experiencing an issue where my custom tool works when tested directly,
but doesn't trigger the webhook when called by my assistant during conversations.

DETAILS:
WHAT WORKS:
✅ Testing the tool directly in VAPI Dashboard → webhook receives request
✅ My webhook endpoint (n8n) works perfectly

WHAT DOESN'T WORK:
❌ When assistant calls the tool during chat → webhook never receives request
❌ VAPI logs show "No result returned" error
❌ n8n shows no execution when assistant calls tool

I've tried:
  • Removing and re-adding tools to assistant
  • Recreating the tool
  • Verifying all configurations
  • Checking async settings (it's OFF)
  • Testing with different prompts
The assistant calls the tool (I can see it in VAPI chat logs), but the
webhook is never triggered. This only happens when the assistant calls it,
not when I test the tool directly.

Can you help diagnose why the assistant isn't actually sending webhook
requests to my endpoint?

Thank you!
Was this page helpful?