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": "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.
kieApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Kling Text-to-Video Example. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
KIE - Video Upscale with Topaz. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Need help? Want access to this workflow + many more paid workflows + live Q&A sessions with a top verified n8n creator?
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
Force Ai To Use A Specific Output Format. Uses manualTrigger, chainLlm, outputParserStructured, outputParserAutofixing. Event-driven trigger; 11 nodes.