📌Context:

📌Tech Stack: n8n, AssemblyAI API, OpenAI API (LLM), Google Sheets, Google Drive.

📌Problem:

📌Solution:

An automated end-to-end n8n workflow that:

  1. Automatically retrieves audio recordings of calls.
  2. Transcribes audio into text with timestamps using AssemblyAI API.
  3. Analyzes transcript sentiment, key topics, and summary using OpenAI API (LLM).
  4. Calculates metrics (duration, word count, transcription cost).
  5. Updates Google Sheets with structured results and status Done.
  6. Deploys a specialized AI Agent that queries the database, extracts overall statistical insights, identifies call trends, and generates summary performance reports.
  7. Handles execution errors via a dedicated Error Workflow.

📌Process: