ElevenLabs Conversation AI Agent cannot talk to Webhook

Hi All

I wanted to make use of ElevenLabs Conversation AI , to send massage to webhook module.
Below image shown the webhost URL link

I have create a custom Tools call n8n .
I did copy the URL link from web hook to Elevenlabs custom tool n8n Path.

When i start to call the Conversation AI Agent and info him to help me create event 8 Pm today feed the dog , the massage does not flow to webhook.

My webhost parameter :-

Can some one tell me where i go wrong ?

Paul

Hello @Paul_Yeo,

Integrating ElevenLabs’ Conversation AI with n8n via webhooks can be a bit tricky. Let’s go through some steps to troubleshoot and ensure everything is set up correctly.

1. Verify the Webhook URL:

  • Consistency: Ensure that the webhook URL you’ve copied from n8n matches exactly with what’s entered in ElevenLabs. Even a minor discrepancy can cause issues.
  • Accessibility: Test the webhook URL in a browser or using a tool like Postman to confirm it’s publicly accessible and responsive.

2. Configure ElevenLabs Custom Tool:

  • Method: Confirm that the HTTP method (e.g., POST) set in ElevenLabs matches the configuration of your n8n webhook node.
  • Headers: If your n8n webhook expects specific headers (like Content-Type: application/json), ensure these are set appropriately in ElevenLabs.

3. Set Up n8n Webhook Node:

  • Path Parameter: Double-check that the path parameter in your n8n webhook node matches the endpoint you’re using.
  • Response: Ensure the webhook node is set to respond correctly after processing the incoming request.

4. Test the Integration:

  • Manual Trigger: Use tools like Postman to send a test request to your n8n webhook to see if it’s processed correctly.
  • Logs: Check n8n’s execution logs to identify if the webhook is being triggered and to spot any errors.

5. Review Documentation and Examples:

  • n8n Workflow Templates: Explore existing n8n workflows that integrate with ElevenLabs for insights. For instance, the AI Voice Chatbot with ElevenLabs & OpenAI template demonstrates a similar integration.
  • Community Resources: Engage with the n8n community forums or ElevenLabs support for additional guidance.

6. Additional Considerations:

  • Authentication: If your n8n webhook requires authentication, ensure that ElevenLabs is configured to send the correct credentials.
  • Data Format: Verify that the data payload sent from ElevenLabs matches what your n8n workflow expects.

If, after these steps, you’re still encountering issues, please provide more details about any error messages or behaviors you’re observing. This information will be crucial in diagnosing the problem more precisely.

@Miquel_Colomer

Thank you very much for your reply.

  • n8n Workflow Templates: Explore existing n8n workflows that integrate with ElevenLabs for insights. For instance, the AI Voice Chatbot with ElevenLabs & OpenAI template demonstrates a similar integration.

I try to download the above link workflow : -

may i know paste the code to where ? see below image :


Hope you can share with me , so that workflow can be import to my workbook.

Paul

Yes, copy & paste. Easy as that :wink:

1 Like

@Miquel_Colomer Can you share with me the link to download workflow template which have evelenlabs communication AI link with Webhook and also http module. So I can test the connection.

Thank You
Paul

Have you tried AI Voice Chatbot with ElevenLabs & OpenAI?

You can modify it as you want.

@Miquel_Colomer Thank you and appreciate very much . I will download the n8n workflow and try. For the configuration of elevenlabs communication AI , any idea where I can download ? Or I need to set up by myself ?
Paul

Just click on Credentials node and open docs.
You will be forwarded to the n8n official page where explains how to config every service.

@Miquel_Colomer i am refer to how to set up elevenlabs configuration , see below image ; -


In case you know the link , kindly share m as i need to set up the header.

Check this sample workflow

A header is required.

@Miquel_Colomer Appreciate your help.

1 Like

@Miquel_Colomer

Thank you for your sharing,

i had follow below step 1 create the webhook credential :


Step 2 Send a Post request to the webhook . i am not understand ?
i am assume that i need to go to elevenlabs to create a AI Agent start from the

And go to the webhook copy the Test URL paste to Elevenlabs :-

As my objective is to learn how to
Configure ElevenLabs Custom Tool:

Hope you can guide me. In case you have you know any tube video on this topic , pls share with me.

Thank you very much.

Paul

@Miquel_Colomer
I manage to found below you tube , sharing about how to create AI voice agent : -

From the above you tube , i found out the reasons , why elevenlabs unable to send to webhook ? it is cause by below : -


Thank you for your help in the initial stage. now i can move on to next stage.

Paul

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