AI Voice Chat Automation with n8n and Google Gemini

This workflow transforms voice messages into AI-driven conversational replies using n8n, integrating OpenAI speech-to-text, Google Gemini, and ElevenLabs text-to-speech. It automates contextual voice chat, cutting hours of manual handling and boosting accuracy.
memoryManager
lmChatGoogleGemini
chainLlm
+8
Workflow Identifier: 1053
NODES in Use: memoryManager, memoryBufferWindow, lmChatGoogleGemini, chainLlm, openAi, webhook, httpRequest, respondToWebhook, aggregate, limit, stickyNote

Press CTRL+F5 if the workflow didn't load.

Learn how to Build this Workflow with AI:

Visit through Desktop for Best experience

What This Automation Does

This workflow takes voice messages sent to a webhook, turns the speech into text, remembers the past chat to keep the conversation going, writes back a reply using an AI chat model, then changes that reply into spoken audio and sends it back.

It helps users save time on typing and answering messages by hand and makes the replies sound like a real person.

Inputs: voice audio message through HTTP POST webhook.

Processing Steps: transcript with OpenAI Speech to Text, get memory with Get Chat node, combine context with Aggregate node, generate reply using Google Gemini Basic LLM Chain, save conversation in memory, convert reply text to speech with ElevenLabs HTTP Request node.

Output: spoken audio response sent back to the original sender automatically.


Tools and Services Used

  • n8n: For workflow automation and connecting nodes.
  • Webhook node: Receives voice audio files via HTTP POST.
  • OpenAI Speech to Text: Turns voice audio into typed text.
  • Memory Manager nodes (Get Chat, Insert Chat): Stores and retrieves conversation history.
  • Aggregate node: Joins previous conversation messages into one context field.
  • Basic LLM Chain node with Google Gemini: Creates AI chat replies based on conversation text.
  • HTTP Request node to ElevenLabs TTS API: Converts AI reply text to natural voice audio.
  • Respond to Webhook node: Sends the final audio response back to the user.

Beginner Step-by-Step: How to Use This Workflow in n8n

Importing Workflow

  1. Download the workflow file using the Download button on this page.
  2. Inside the n8n editor, choose “Import from File” and upload the downloaded workflow.

Configuring Credentials

  1. Open each node that needs API keys, like OpenAI Speech to Text, Basic LLM Chain for Google Gemini, and HTTP Request for ElevenLabs voice.
  2. Enter your API Key and other credentials exactly as provided by the platform.
  3. Update any IDs like ElevenLabs Voice ID or paths if needed.

Testing the Workflow

  1. Send a test voice message (like an audio file) as an HTTP POST to the webhook URL.
  2. Check that the workflow runs, creates transcription, generates a reply, converts to audio, and responds with voice.

Activating for Production

  1. Switch the workflow toggle to active in n8n.
  2. Monitor webhook hits and workflow executions for errors or failures.
  3. For privacy or faster processing, consider self-host n8n.

Inputs → Processing → Outputs Explained

Inputs

Processing Steps

  • Transcribe audio to text using OpenAI Speech to Text on the binary audio data.
  • Retrieve past conversation history with Get Chat to keep context.
  • Aggregate previous messages into one field with Aggregate node.
  • Generate a new AI reply using Google Gemini Basic LLM Chain, giving it transcription and context.
  • Store user input and AI output back into memory with Insert Chat for future reference.
  • Optionally control the flow with a Limit node.
  • Send the AI reply text to ElevenLabs via HTTP Request to get a natural voice audio.

Outputs

  • Audio reply sent back automatically as the HTTP response from Respond to Webhook.

Customization Ideas

  • Change the voice by editing the ElevenLabs Voice ID in the HTTP Request node URL.
  • Set how long conversation memory lasts by changing session or window size in Window Buffer Memory node.
  • Swap out Google Gemini AI for OpenAI ChatGPT by replacing the Basic LLM Chain node and its credentials.
  • Add a moderation step to check content between transcription and AI chat if needed.

Troubleshooting Common Issues

  • Webhook audio not received? Check the webhook URL and confirm HTTP method is POST.
  • Speech to Text fails or empty text? Make sure the binary property name matches the payload exactly and audio files are valid.
  • ElevenLabs returns 401 Unauthorized? Verify that the API key is correctly set in the HTTP Request headers.
  • Conversation context keeps resetting? Ensure consistent session keys and proper memory node connections.

Pre-Production Checklist

  • Test webhook reception with sample audio POST and confirm transcription output.
  • Verify conversation memory stores and returns chat snippets properly.
  • Check AI chat generates answers related to previous messages.
  • Confirm ElevenLabs TTS returns working audio replies.
  • Validate all API credentials and ensure rate limits fit your needs.

Deployment Guide

Turn the workflow status to active in your n8n editor.

Watch webhook activity and fix any errors in the n8n logs.

For privacy or speed, you might want to consider self-host n8n on your own server.


Conclusion

Now the workflow can receive voice messages, understand them with AI using context, reply in chat, and send back a natural sounding spoken answer—all fully automatic.

Users save hours typing and replying every day.

Next improvements might include adding sentiment check, tying replies to user info in CRM, or using multiple languages.

You can apply this to your voice workflows and improve user replies without typing.


Summary of Benefits and Outcomes

✓ Saves time by automating voice message handling.

✓ Keeps conversation context for smarter responses.

✓ Creates replies that sound like natural speech.

✓ Improves response speed and accuracy.

→ You get smooth voice chat with AI making it easy to talk and reply without typing.


Frequently Asked Questions

The Webhook node listens for HTTP POST requests that include voice audio files as the payload.
This error happens when the ElevenLabs API key is missing or entered incorrectly in the HTTP Request node headers.
Use consistent session keys in Get Chat, Insert Chat, and Window Buffer Memory nodes to store and retrieve past chat lines.
Yes, replace the Basic LLM Chain node and update API credentials to use OpenAI’s ChatGPT or other compatible AI chat models.

Promoted by BULDRR AI

Related Workflows

Automate Viral UGC Video Creation Using n8n + Degaus (Beginner-Friendly Guide)

Learn how to automate viral UGC video creation using n8n, AI prompts, and Degaus. This beginner-friendly guide shows how to import, configure, and run the workflow without technical complexity.
Form Trigger
Google Sheets
Gmail
+37
Free

AI SEO Blog Writer Automation Workflows in n8n

A complete beginner guide to building an AI SEO blog writer automation using n8n.
AI Agent
Google Sheets
httpRequest
+5
Free

Automate CrowdStrike Alerts with VirusTotal, Jira & Slack

This workflow automates processing of CrowdStrike detections by enriching threat data via VirusTotal, creating Jira tickets for incident tracking, and notifying teams on Slack for quick response. Save hours daily by transforming complex threat data into actionable alerts effortlessly.
scheduleTrigger
httpRequest
jira
+5
Free

Automate Telegram Invoices to Notion with AI Summaries & Reports

Save hours on financial tracking by automating invoice extraction from Telegram photos to Notion using Google Gemini AI. This workflow extracts data, records transactions, and generates detailed spending reports with charts sent on schedule via Telegram.
lmChatGoogleGemini
telegramTrigger
notion
+9
Free

Automate Email Replies with n8n and AI-Powered Summarization

Save hours managing your inbox with this n8n workflow that uses IMAP email triggers, AI summarization, and vector search to draft concise replies requiring minimal review. Automate business email processing efficiently with AI guidance and Gmail integration.
emailReadImap
vectorStoreQdrant
emailSend
+12
Free

Automate Email Campaigns Using n8n with Gmail & Google Sheets

This n8n workflow automates personalized email outreach campaigns by integrating Gmail and Google Sheets, saving hours of manual follow-up work and reducing errors in email sequences. It ensures timely follow-ups based on previous email interactions, optimizing communication efficiency.
googleSheets
gmail
code
+5
Free