ES | EN
AI

Transcribe audio files from Cloud Storage

Google SheetsAmazon S3Aws Transcribe
Nodes 3
Complexity Intermediate
Category AI
n8n popularity 9,361 views in n8n library

This workflow transcribes audio files stored in AWS S3 and stores the information in Google Sheets. Google Drive Trigger node** triggers the workflow when a new file is uploaded in Google Drive. AWS S3 1 node** uploads the new file to an S3 bucket. AWS S3 2 node** gets the file from the S3 bucket. AWS Transcribe 1 node** creates a transciption job for the respective audio file. Wait node** waits for the transcription job from the previous node to be complete before proceeding with the workflow (necessary in case the service is busy or the file to be transcribed is large, delaying the workflow). AWS Transcribe 2 node** gets the information of the transcription job. Set node** sets the necessary values to be included in the data set. Google Sheets node** adds the transcription information to a sheet that serves as data set.

Apps and nodes included

Step-by-Step Implementation Guide

Transcribe Audio S3 a Google Sheets

Transcribe archivos de audio almacenados en AWS S3 y guarda la transcripción en Google Sheets. Una solución automatizada para transcribir audio.

Nodos Utilizados

  • Google Sheets: Guarda la transcripción en Google Sheets.
  • AWS S3: Para interactuar con archivos en S3.
  • AWS Transcribe: Para realizar la transcripción del audio.

Pasos de Configuración

  • Paso 1: Configura el nodo Google Sheets con tu cuenta y hoja de cálculo.
  • Paso 2: Configura el nodo AWS S3 para obtener el archivo de audio. Utiliza un trigger de Google Drive para activar el flujo cuando un archivo se suba a S3.
  • Paso 3: Configura el nodo AWS Transcribe para crear un trabajo de transcripción.
  • Paso 4: Espera a que el trabajo de transcripción finalice y guarda la transcripción en Google Sheets.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.