{ "id": "TtoDcjgthgA4NTkU", "meta": { "instanceId": "workflow-cba9e107", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:47.574442", "updatedAt": "2025-09-29T07:07:47.574459", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "name": "AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs", "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "nodes": [ { "id": "86cbf150-df4f-42f7-b7b3-e03c32e6f23c", "name": "Get Chat", "type": "n8n-nodes-base.noOp", "position": [ 1700, -400 ], "parameters": { "options": {} }, "typeVersion": 1, "alwaysOutputData": true, "notes": "This memoryManager node performs automated tasks as part of the workflow." }, { "id": "a9153a24-e902-4f29-9b83-447317ce3119", "name": "Insert Chat", "type": "n8n-nodes-base.noOp", "position": [ 2540, -400 ], "parameters": { "mode": "insert", "messages": { "messageValues": [ { "type": "user", "message": "={{ $('OpenAI - Speech to Text').item.json[\"text\"] }}" }, { "type": "ai", "message": "={{ $json.text }}" } ] } }, "typeVersion": 1, "alwaysOutputData": true, "notes": "This memoryManager node performs automated tasks as part of the workflow." }, { "id": "f5c272d4-248b-45a5-87b5-eb659a865d05", "name": "Sticky Note5", "type": "n8n-nodes-base.stickyNote", "position": [ 1664, -491 ], "parameters": { "color": 6, "width": 486.4746124819703, "height": 238.4911357933579, "content": "## Get Context" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "32ad17ca-0045-487d-9387-71c2e73629d4", "name": "Sticky Note", "type": "n8n-nodes-base.stickyNote", "position": [ 2510, -489 ], "parameters": { "color": 6, "width": 321.2536584847704, "height": 231.05945912581728, "content": "## Save Context" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "17ae4f1a-6192-4c52-8157-3cb47b37e0fb", "name": "Aggregate", "type": "n8n-nodes-base.aggregate", "position": [ 2020, -400 ], "parameters": { "options": {}, "aggregate": "aggregateAllItemData", "destinationFieldName": "context" }, "typeVersion": 1, "alwaysOutputData": true, "notes": "This aggregate node performs automated tasks as part of the workflow." }, { "id": "00b3081e-fbcd-489b-b45a-4e847c346594", "name": "Window Buffer Memory", "type": "n8n-nodes-base.noOp", "position": [ 2080, -100 ], "parameters": { "sessionKey": "YOUR_CREDENTIAL_HERE", "sessionIdType": "customKey" }, "typeVersion": 1.2, "notes": "This memoryBufferWindow node performs automated tasks as part of the workflow." }, { "id": "55ca2790-e905-414a-a9f6-7d88a9e5807d", "name": "Google Gemini Chat Model", "type": "n8n-nodes-base.noOp", "position": [ 2220, -100 ], "parameters": { "options": {}, "modelName": "models/gemini-1.5-flash" }, "credentials": { "googlePalmApi": { "id": "2bUF1ZI9hoMIM5XN", "name": "Google Gemini(PaLM) Api account" } }, "typeVersion": 1, "notes": "This lmChatGoogleGemini node performs automated tasks as part of the workflow." }, { "id": "e8b3433f-b205-404c-9f05-504556d6b6dd", "name": "Respond to Webhook", "type": "n8n-nodes-base.respondToWebhook", "position": [ 3560, -400 ], "parameters": { "options": {}, "respondWith": "binary" }, "typeVersion": 1.1, "notes": "This respondToWebhook node performs automated tasks as part of the workflow." }, { "id": "de296743-5ac7-454b-bf3a-d020cc024511", "name": "ElevenLabs - Generate Audio", "type": "n8n-nodes-base.httpRequest", "position": [ 3240, -400 ], "parameters": { "url": "{{ $env.BASE_URL }}", "method": "POST", "options": {}, "sendBody": true, "sendHeaders": true, "authentication": "{{ $credentials.genericCredentialType }}", "bodyParameters": { "parameters": [ { "name": "text", "value": "={{ $('Basic LLM Chain').item.json.text }}" } ] }, "genericAuthType": "httpCustomAuth", "headerParameters": { "parameters": [ { "name": "Content-Type", "value": "application/json" } ] } }, "credentials": { "httpCustomAuth": { "id": "lnGfV4BlxSE6Xc4X", "name": "Eleven Labs" } }, "typeVersion": 4.2, "notes": "This httpRequest node performs automated tasks as part of the workflow." }, { "id": "214e15f2-8a16-4598-b4ac-9fc2ec6545e6", "name": "Sticky Note2", "type": "n8n-nodes-base.stickyNote", "position": [ 3040, -560 ], "parameters": { "width": 468.73250812192407, "height": 843.7602354099661, "content": "* ### For the Text-to-Speech part, we'll use ElevenLabs.io, which is free and offers a variety of voices to choose from. However, you can also use the OpenAI `\"Generate audio\"` node instead.\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n* ### Since there is no pre-built node for `\"ElevenLabs\"` in n8n, we'll connect to it through its API using the \"HTTP Request\" node.\n\n## Prerequisites:\n* ### `\"ElevenLabs API Key\"` (you can obtain it from their website).\n* ### `\"Voice ID\"` (you can also get it from ElevenLabs' \"Voice Library\").\n## Setup\n* ### In the URL parameter, replace \"{{voice id}}\" at the end of the URL with the Voice ID you obtained from ElevenLabs.io.\n* ### To set up your API Key, add custom authentication and include the following `JSON` with your acual ElevenLabs API Key:\n```json\n{\n \"headers\": {\n \"xi-api-key\": \"put-your-API-Key-here\"\n }\n}\n```" }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "94ad934c-4a13-47b1-83a5-76fab43b3a47", "name": "Sticky Note1", "type": "n8n-nodes-base.stickyNote", "position": [ 1663, -598 ], "parameters": { "color": 6, "width": 487.4293487597613, "height": 91.01435855269375, "content": "### The \"Get Chat,\" \"Insert Chat,\" and \"Window Buffer Memory\" nodes will help the LLM model maintain context throughout the conversation." }, "typeVersion": 1, "notes": "This stickyNote node performs automated tasks as part of the workflow." }, { "id": "0a96f48d-0d8b-4240-9eab-a681bfd4c8b5", "name": "Limit", "type": "n8n-nodes-base.limit", "position": [ 2900, -400 ], "parameters": {}, "typeVersion": 1, "notes": "This limit node performs automated tasks as part of the workflow." }, { "id": "9a5d4ddb-6403-4758-858e-9fbe10c421a9", "name": "Basic LLM Chain", "type": "n8n-nodes-base.noOp", "position": [ 2200, -400 ], "parameters": { "text": "={{ $('OpenAI - Speech to Text').item.json[\"text\"] }}", "messages": { "messageValues": [ { "type": "AIMessagePromptTemplate", "message": "=To maintain context and fully understand the user's question, always review the previous conversation between you and him before providing an answer.\nThis is the previous conversation:\n{{ $('Aggregate').item.json[\"context\"].map(m => `\nHuman: ${m.human || 'undefined'}\nAI Assistant: ${m.ai || 'undefined'}\n`).join('') }}" } ] }, "promptType": "define" }, "typeVersion": 1.4, "notes": "This chainLlm node performs automated tasks as part of the workflow." }, { "id": "f2f99895-9678-41b8-ad28-db40e1e23dc0", "name": "Webhook", "type": "n8n-nodes-base.webhook", "position": [ 1320, -400 ], "webhookId": "e9f611eb-a8dd-4520-8d24-9f36deaca528", "parameters": { "path": "voice_message", "options": {}, "httpMethod": "POST", "responseMode": "responseNode" }, "typeVersion": 2, "notes": "This webhook node performs automated tasks as part of the workflow." }, { "id": "d9a5fb04-4c02-4da4-b690-7b0ecd0ae052", "name": "OpenAI - Speech to Text", "type": "n8n-nodes-base.noOp", "position": [ 1500, -400 ], "parameters": { "options": {}, "resource": "audio", "operation": "transcribe", "binaryPropertyName": "voice_message" }, "credentials": { "openAiApi": { "id": "2Cije3KX7OIVwn9B", "name": "n8n OpenAI" } }, "typeVersion": 1.3, "notes": "This openAi node performs automated tasks as part of the workflow." } ], "active": true, "pinData": {}, "settings": { "callerPolicy": "workflowsFromSameOwner", "executionOrder": "v1", "saveManualExecutions": true, "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3, "retryDelay": 1000 }, "versionId": "fe5792ca-03d7-4cdd-96db-20f4cd479c7e", "connections": { "e8b3433f-b205-404c-9f05-504556d6b6dd": { "main": [ [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-f108f4db", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-2f0adb00", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-2394e3a1", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-52380e0a", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-c7dbfca9", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-f03e1c6b", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-655ef1b6", "type": "main", "index": 0 } ], [ { "node": "error-handler-e8b3433f-b205-404c-9f05-504556d6b6dd-d4c2dc63", "type": "main", "index": 0 } ] ] }, "de296743-5ac7-454b-bf3a-d020cc024511": { "main": [ [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-8e08461e", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-d5e083cc", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-cf0ac25d", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-81397822", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-69b819f9", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-50ed306d", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-6524f235", "type": "main", "index": 0 } ], [ { "node": "error-handler-de296743-5ac7-454b-bf3a-d020cc024511-163356c4", "type": "main", "index": 0 } ] ] }, "f2f99895-9678-41b8-ad28-db40e1e23dc0": { "main": [ [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-1c685c88", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-d4dc7095", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-29796f16", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-71265d84", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-38cb55f5", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-15f01797", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-06cd7dcc", "type": "main", "index": 0 } ], [ { "node": "error-handler-f2f99895-9678-41b8-ad28-db40e1e23dc0-0dba0468", "type": "main", "index": 0 } ] ] }, "55ca2790-e905-414a-a9f6-7d88a9e5807d": { "main": [ [ { "node": "error-handler-55ca2790-e905-414a-a9f6-7d88a9e5807d-c340a71d", "type": "main", "index": 0 } ] ] }, "d9a5fb04-4c02-4da4-b690-7b0ecd0ae052": { "main": [ [ { "node": "error-handler-d9a5fb04-4c02-4da4-b690-7b0ecd0ae052-2df8a27a", "type": "main", "index": 0 } ] ] } }, "description": "Automated workflow: AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs. This workflow integrates 12 different services: webhook, stickyNote, httpRequest, lmChatGoogleGemini, chainLlm. It contains 23 nodes and follows best practices for error handling and security.", "notes": "Excellent quality workflow: AI Voice Chat using Webhook, Memory Manager, OpenAI, Google Gemini & ElevenLabs. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }