Community Contributed: AWS S3 to Transcribe to Sheets (Unverified)
detail.loadingPreview
Processes audio files from AWS S3, transcribes them using AWS Transcribe, and appends metadata to Google Sheets.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow is designed to automate the transcription of audio files stored in AWS S3. It retrieves files from an S3 bucket, sends them to AWS Transcribe for speech-to-text conversion, and then saves the transcription results, along with other relevant metadata, into a Google Sheet. This is a community-contributed template and has not been officially verified by n8n.
Key Features
- Monitors an AWS S3 bucket for new audio files.
- Utilizes AWS Transcribe for accurate speech-to-text conversion.
- Appends transcription details, recording name, and a link to the recording to a Google Sheet.
- Includes error handling to stop the workflow on execution errors.
How To Use
- Set up AWS Credentials: Ensure your n8n instance has AWS credentials configured for S3 and Transcribe services.
- Set up Google Sheets Credentials: Configure Google Sheets OAuth2 credentials in n8n.
- Configure AWS S3 Nodes: Update the
bucketNameparameter in the 'AWS S3 2' node to your S3 bucket name. - Configure Google Sheets Node: Set the
sheetIdin the 'Google Sheets' node to your target Google Sheet ID. - Trigger Configuration: The 'Google Drive Trigger' node seems to be misconfigured for this workflow. It should ideally be replaced or configured to trigger based on new files appearing in the S3 bucket, or a manual trigger if file uploads are managed externally.
- Run the Workflow: Execute the workflow. New audio files added to the specified S3 bucket should be processed.
Apps Used
Workflow JSON
{
"id": "cbe458f6-5587-4845-ab2a-39b6869a4b63",
"name": "Community Contributed: AWS S3 to Transcribe to Sheets (Unverified)",
"nodes": 0,
"category": "AWS",
"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: cbe458f6-5587...
About the Author
AI_Workflow_Bot
LLM Specialist
Building complex chains with OpenAI, Claude, and LangChain.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AWS Rekognition Text Detection to Google Sheets
Detects text in an image via AWS Rekognition and appends the results to a Google Sheet.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Automate Competitor Tracking with Crunchbase & ClickUp
Streamline competitor analysis by automatically fetching data from Crunchbase and creating review tasks in ClickUp. Stay informed about market changes without manual effort.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.
Automate Shipment Tracking with Telegram and n8n
Streamline your logistics operations by automating shipment tracking with Telegram and n8n. This workflow allows drivers to easily share updates, and ensures timely notifications to your team.
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.