Skip to main content

Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags

Workflow preview

Workflow preview
100%
Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow is an AI powered text to speech production pipeline designed to generate highly expressive audio using ElevenLabs v3 . It automates the entire process from raw text input to final aud...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.manualtrigger, @n8n/n8n-nodes-langchain.lmchatanthropic, @elevenlabs/n8n-nodes-elevenlabs.elevenlabs, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.webhook, n8n-nodes-base.ftp

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.

Original n8n.io source

1.1 Workflow description

Title
Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags
Workflow name
Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags

This workflow is an AI-powered text-to-speech production pipeline designed to generate highly expressive audio using ElevenLabs v3. It automates the entire process from raw text input to final audio distribution and upload the mp3 file to Google Drive and an FTP space.


Key Advantages

1. βœ… Cinematic-quality audio output

By combining AI-driven emotional tagging with ElevenLabs v3, the workflow produces audio that feels acted, not simply read.

2. βœ… Fully automated pipeline

From raw text to hosted audio file, everything is handled automatically:

  • No manual tagging
  • No manual uploads
  • No post-processing
3. βœ… Multi-input flexibility

The workflow supports:

  • Manual testing
  • Chat-based usage
  • API/Webhook integrations This makes it ideal for apps, CMSs, games, and content platforms.
4. βœ… Language-agnostic

The agent preserves the original language of the input text and applies tags accordingly, making it suitable for international projects.

5.βœ… Consistent and correct tagging

The use of Context7 ensures that all audio tags follow the official ElevenLabs v3 specifications, reducing errors and incompatibilities.

6. βœ… Scalable and production-ready

Automatic uploads to Drive and FTP make this workflow ready for:

  • Large content volumes
  • CDN delivery
  • Team collaboration
7.βœ… Perfect for storytelling and media

The workflow is especially effective for:

  • Horror and cinematic storytelling
  • Audiobooks and podcasts
  • Games and immersive narratives
  • Voiceovers with emotional depth

How it Works

  1. Text Input & Processing: The workflow accepts text input through multiple triggers - manual execution via "Set text" node, webhook POST requests, or chat message inputs. This text is passed to the Audio Tagger Agent.

  2. AI-Powered Audio Tagging: The Audio Tagger Agent uses Claude Sonnet 4.5 to analyze the input text and intelligently insert ElevenLabs v3 audio tags. The agent follows strict rules: maintaining original meaning, adding tags for pauses, rhythm, emphasis, emotional tones, breathing, laughter, and delivery variations while keeping the output in the original language.

  3. Reference Validation: During tagging, the agent consults the Context7 MCP tool, which provides access to the official ElevenLabs v3 audio tags guide to ensure correct and consistent tag usage.

  4. Text-to-Speech Conversion: The tagged text is sent to ElevenLabs' v3 (alpha) model, which converts it into speech using a specific voice with customized voice settings including stability, similarity boost, style, speaker boost, and speed controls.

  5. Dual Output Distribution: The generated audio file is simultaneously uploaded to two destinations: Google Drive (in a specified "Elevenlabs" folder) and an FTP server (BunnyCDN), ensuring the file is stored in both cloud storage platforms.


Set Up Steps

  1. Prerequisite Configuration:

    • Configure Anthropic API credentials for Claude Sonnet access
    • Set up ElevenLabs API credentials with access to v3 (alpha) models
    • Configure Google Drive OAuth2 credentials with access to the target folder
    • Set up FTP credentials for BunnyCDN or alternative storage
    • Configure Context7 MCP tool with appropriate authentication headers
  2. Workflow-Specific Setup:

    • In the "Set text" node, replace "YOUR TEXT" with the default text you want to process (for manual execution)
    • In the "Upload to FTP" node, update the path from "/YOUR_PATH/" to your actual FTP directory structure
    • Verify the Google Drive folder ID points to your intended destination folder
    • Ensure the webhook path is correctly configured for external integrations
    • Adjust voice parameters in the ElevenLabs node if different voice characteristics are desired
  3. Execution Options:

    • For one-time processing: Use the manual trigger and set text in the "Set text" node
    • For API integration: Use the webhook endpoint to receive text via POST requests
    • For chat-based interaction: Use the chat trigger for conversational text input

πŸ‘‰ Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.


Need help customizing?

Contact me for consulting and support or add me on Linkedin.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - When clicking β€˜Execute workflow’

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 2 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 3 - Convert text to speech

Type / Role
@elevenlabs/n8n-nodes-elevenlabs.elevenLabs - elevenLabs
Config choices
Version 1

Block 4 - When chat message received

Type / Role
@n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
Config choices
Version 1.4

Block 5 - Context7

Type / Role
@n8n/n8n-nodes-langchain.mcpClientTool - mcpClientTool
Config choices
Version 1.2

Block 6 - Audio Tagger Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 3.1

Block 7 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 8 - Upload to FTP

Type / Role
n8n-nodes-base.ftp - ftp
Config choices
Version 1

Block 9 - Set text

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 10 - Upload file to Drive

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 11 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 13 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags
Complexity advanced
Nodes 16
Categories Content Creation, Multimodal AI
Author Davide
Published 03 Jan 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/12425/12425.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Generate highly expressive audio πŸŽ™οΈ using ElevenLabs v3 TTS Audio Tags do?

This workflow is an AI powered text to speech production pipeline designed to generate highly expressive audio using ElevenLabs v3 . It automates the entire process from raw text input to final aud...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.