AutomationFlowsGeneral › Kie - Text to Speech with Elevenlabs

Kie - Text to Speech with Elevenlabs

KIE - Text to Speech with ElevenLabs. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexityAI-powered3 nodesN8N Nodes Kie
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ AI nodes: yes Added:

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 →

Download .json
{
  "name": "KIE - Text to Speech with ElevenLabs",
  "nodes": [
    {
      "parameters": {},
      "id": "c3d4e5f6-0003-0003-0003-000000000001",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "operation": "textToSpeech",
        "text": "Hello from n8n!",
        "voice": "Rachel",
        "model": "eleven_turbo_v2_5",
        "waitForCompletion": true
      },
      "id": "c3d4e5f6-0003-0003-0003-000000000002",
      "name": "ElevenLabs",
      "type": "n8n-nodes-kie.elevenLabs",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "credentials": {
        "kieApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {},
      "id": "c3d4e5f6-0003-0003-0003-000000000003",
      "name": "NoOp",
      "type": "n8n-nodes-base.noOp",
      "typeVersion": 1,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "ElevenLabs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ElevenLabs": {
      "main": [
        [
          {
            "node": "NoOp",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "staticData": null,
  "meta": {
    "templateCredsSetupCompleted": true
  }
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

KIE - Text to Speech with ElevenLabs. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.

Source: https://github.com/ArielleTolome/n8n-nodes-kie/blob/main/examples/text-to-speech-elevenlabs.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Kling Text-to-Video Example. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.

N8N Nodes Kie
General

KIE - Video Upscale with Topaz. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.

N8N Nodes Kie
General

Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?

Mcp Trigger, Microsoft To Do Tool
General

This workflow exposes CoinGecko data retrieval as an MCP server in n8n, letting an MCP client call multiple CoinGecko tools to fetch coin details, prices, tickers, market charts, candlesticks, history

Mcp Trigger, Coin Gecko Tool
General

Force Ai To Use A Specific Output Format. Uses manualTrigger, chainLlm, outputParserStructured, outputParserAutofixing. Event-driven trigger; 11 nodes.

Chain Llm, Output Parser Structured, Output Parser Autofixing +1