Hi everyone,
I’m trying to set up a workflow where I can push data from n8n to ElevenLabs for an interactive Q&A session.
Describe the problem/error/question
Here’s my scenario:
I have a workflow (let’s call it step1) in n8n that sends a POST request to a webhook (from step2) with data like:
name: John
Question 1: …
Question 2: …
Question 3: …
I want ElevenLabs to use this data to:
Ask: “Is this John?”
Wait for the confirmation
Then ask Question 1, save the answer
Ask Question 2, save the answer
Ask Question 3, save the answer
Right now, I’ve tried multiple approaches, but I haven’t been able to push the data from my n8n workflow into ElevenLabs in a way that allows this step-by-step interaction.
Is it possible to connect an n8n webhook to ElevenLabs so it can behave like a conversational agent and follow a dynamic question flow? If so, could someone point me in the right direction or share an example setup?
Thanks in advance!
What is the error message (if any)?
No error, Elevenlabs is not aware of the data which was provided with sessionId
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
