Effortless Google Text-to-Speech Generation and Asset Management
detail.loadingPreview
Automate the creation of high-quality audio from text using Google Text-to-Speech and seamlessly store and manage your generated assets. This workflow streamlines content production by converting scripts into audio files and logging them directly into your Airtable asset library.
About This Workflow
This n8n workflow provides a robust solution for generating text-to-speech audio and integrating it into your content management system. It leverages Google Drive for secure file storage and Airtable for organized asset tracking. Upon receiving a script (presumably via an upstream node not shown), the workflow uploads the generated audio file to a designated Google Drive folder. Subsequently, it creates a new record in your Airtable 'Assets' table, populating it with crucial details such as the audio file's URL, web view link, duration, and a description derived from the original script. This ensures that all your voiceover audio content is not only created efficiently but also meticulously cataloged for easy access and management.
Key Features
- Automated Text-to-Speech: Convert any text script into natural-sounding audio using Google's powerful TTS engine.
- Seamless Google Drive Integration: Automatically upload and store your generated audio files in a secure, organized Google Drive folder.
- Airtable Asset Management: Log all audio asset details, including URLs, duration, and script context, directly into your Airtable 'Assets' table.
- Dynamic Data Population: The workflow intelligently extracts and populates relevant fields in Airtable, such as webContentLink, webViewLink, and script details.
- Customizable Asset Information: Easily define asset names, descriptions, and content types for comprehensive record-keeping.
How To Use
- Set up Google Drive Credentials: Authenticate your n8n instance with your Google Drive account, ensuring you have the necessary permissions for the 'Content Engine Storage' folder (ID:
1Kmvt_nPFDbAO7y6zu95c5_snNC9A1P1n). - Configure Airtable Connection: Connect n8n to your Airtable account and select the 'Content Engine' base (ID:
appMBgjXji9DQtbY2) and 'Assets' table (ID:tblj8qQXJKjjRqaTq). - Define Input Data: Ensure that the preceding node in your workflow provides the necessary input data, including the script text (which will be used for the 'Description' field in Airtable) and the audio data (referenced by
$binary.data.fileNameand=datafor the upload node). - Map Airtable Fields: In the 'Create a record' node, carefully map the desired fields from the preceding nodes to your Airtable columns. Pay close attention to the
URL,Duration,Asset Name,Description,WebView URL, andContent Typefields as configured in the example. - Trigger the Workflow: Execute the workflow. The 'Upload file' node will store the generated audio in Google Drive, and the 'Create a record' node will then log the details into your Airtable 'Assets' table.
Apps Used
Workflow JSON
{
"id": "1ea408bd-96a4-4cb0-a0e0-db7ad9d59693",
"name": "Effortless Google Text-to-Speech Generation and Asset Management",
"nodes": 16,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 1ea408bd-96a4...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.