- Automate the transcription of voice notes for meetings or interviews.
- Log transcription results in Google Sheets for easy tracking and analysis.
- Send real-time alerts to team members in case of transcription errors.
Webhook triggers the workflow when a voice note is received. Voice note is split into smaller text chunks for processing. AI embeddings enhance the understanding of the text. Transcribed text is inserted into a Weaviate vector store. Results are logged in Google Sheets for record-keeping. Slack alerts notify team members of any errors during transcription.
- 1Import the workflow template into n8n.
- 2Configure the webhook to receive voice notes.
- 3Set up Google Sheets credentials for logging.
- 4Connect to Weaviate for vector storage.
- 5Configure Slack for error notifications.