N8n Webhook Not Triggering When Called via ElevenLabs Agent

Hello n8n team,

I’m currently integrating n8n with an ElevenLabs agent using a webhook node. Here’s what I’m doing:

  1. I selected the Webhook node in n8n and copied the generated URL.
  2. I pasted this webhook URL into the ElevenLabs agent configuration.
  3. When I trigger the ElevenLabs agent, it should call the webhook—but nothing happens on the n8n side.

I’ve double-checked that:

  • The webhook is set to Production or Test mode as required.
  • The URL is correctly copied and pasted.
  • The workflow is active and listening for incoming requests.

Still, the webhook isn’t firing.

I’d appreciate any help or suggestions. Thanks!



Hi @KL_Rahul Welcome to n8n :n8n: community :tada:

I think you just need to tweak the prompts a bit. Here’s what worked for me:



Also, try using a more advanced LLM:

Here’s my successful test:


If this answers your question, please mark the reply as the solution ✅🙏🏻
1 Like

My problem is fixed

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.