The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Lab 4 - ElevenLabs Web Call Trigger",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "elevenlabs-web-call",
"responseMode": "responseNode",
"options": {
"allowedOrigins": "*"
}
},
"id": "eleven-webhook",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [
-260,
0
]
},
{
"parameters": {
"url": "=https://api.elevenlabs.io/v1/convai/conversation/get-signed-url?agent_id={{ $json.body.agent_id || 'REPLACE_WITH_YOUR_ELEVENLABS_AGENT_ID' }}",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"options": {
"response": {
"response": {
"neverError": true
}
}
}
},
"id": "eleven-signed-url",
"name": "ElevenLabs: Get Signed URL",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-40,
0
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"id": "eleven-respond",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.5,
"position": [
180,
0
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "ElevenLabs: Get Signed URL",
"type": "main",
"index": 0
}
]
]
},
"ElevenLabs: Get Signed URL": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Lab 4 - ElevenLabs Web Call Trigger. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/tertiarycourses/TGS-2026062147-No-Code-and-Low-Code-Agentic-AI-Applications/blob/main/labs/activity11-voice-elevenlabs/elevenlabs-web-call-flow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
v2 Like Minds — Instagram Publish. Uses httpRequest. Webhook trigger; 6 nodes.
This is a specific use case. The ElevenLabs guide for Cal.com bookings is comprehensive but I was having trouble with the booking API request. So I built a simple workflow to validate the request and
Materials Search Workflow. Uses httpRequest. Webhook trigger; 5 nodes.
Lifecycle Email Orchestrator. Uses airtable, emailSend, httpRequest. Webhook trigger; 4 nodes.