Block 1 - When clicking ‘Execute workflow’
- Type / Role
- n8n-nodes-base.manualTrigger - manualTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This workflow automates the creation of realistic Multi speaker podcasts using ElevenLabsv3 API by reading a script from Google Sheets and saving the final MP3 file to Google Drive. 1. Data Source ...
n8n-nodes-base.manualtrigger, n8n-nodes-base.googledrive, n8n-nodes-base.httprequest, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide.
Original n8n.io sourceThis workflow automates the creation of realistic Multi-speaker podcasts using ElevenLabsv3 API by reading a script from Google Sheets and saving the final MP3 file to Google Drive.
Data Source – Dialogue scripts are stored in a Google Sheet. Each row contains:
Data Preparation – The workflow transforms the spreadsheet content into the proper JSON format required by the ElevenLabs API.
Podcast Generation – ElevenLabs’ Eleven v3 model converts the prepared text into expressive, natural-sounding dialogue. It supports not only speech but also non-verbal cues and audio effects (e.g., [laughs], [whispers], [clapping]).
File Storage – The generated audio file is automatically uploaded to Google Drive, organized by timestamped filenames.
The workflow processes a structured script from a spreadsheet and uses AI to generate a realistic conversation.
text and the corresponding voice_id for each line of dialogue.POST request to the ElevenLabs Text-to-Dialogue API endpoint (/v1/text-to-dialogue). It sends the transformed dialogue array in the request body, instructing the API to generate a single audio file with a conversation between the specified voices.To use this workflow, you must complete the following configuration steps:
Prepare the Google Sheet:
[laughs] or [whispers] to add expression.Configure ElevenLabs API Credentials:
HTTP Header Auth credential named "ElevenLabs API".xi-api-key and the Value to your actual ElevenLabs API key.Configure Google Services:
documentId points to your copy of the script sheet.folderId points to the correct Google Drive folder where you want the audio files saved.Contact me for consulting and support or add me on Linkedin.
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.
| Workflow | Create multi-speaker podcasts with Google Sheets, ElevenLabs v3, and Drive |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Content Creation, Multimodal AI |
| Author | Davide |
| Published | 26 Aug 2025 |
Use the JSON export at /data/workflows/7883/7883.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This workflow automates the creation of realistic Multi speaker podcasts using ElevenLabsv3 API by reading a script from Google Sheets and saving the final MP3 file to Google Drive. 1. Data Source ...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.