Hello n8n team,
I’m currently integrating n8n with an ElevenLabs agent using a webhook node. Here’s what I’m doing:
- I selected the Webhook node in n8n and copied the generated URL.
- I pasted this webhook URL into the ElevenLabs agent configuration.
- 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
orTest
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!