🎯 Automate call center sentiment analysis with GPT-4o-mini and Google Sheets

⚑ 786 views · 🎯 AI Summarization & Classification

Description

βœ… What problem does this workflow solve?

Call centers often record conversations for quality control and training, but reviewing every transcript manually is tedious and inefficient. This workflow automates sentiment analysis for each call, providing structured feedback across multiple key categories, so managers can focus on improving performance and training.


βš™οΈ What does this workflow do?

  1. Accepts a Google Sheet containing:
    • Call transcript
    • Agent name
    • Customer name
  2. Analyzes each call transcript across multiple sentiment dimensions:
    • πŸ‘‹ Greeting Sentiment
    • πŸ§‘β€πŸ’Ό Agent Friendliness
    • ❓ Problem-Solving Sentiment
    • πŸ™‚ Customer Sentiment
    • πŸ‘‹ Closing Sentiment
    • βœ… Issue Resolved (Yes/No)
  3. Add Conversation Topics discussed in a call
  4. Calculates an overall call rating based on combined analysis.
  5. Updates the Google Sheet with:
    • Individual sentiment scores
    • Issue resolution status
    • Final call rating

πŸ”§ Setup Instructions

πŸ“„ Google Sheets

The workflow will append results in new columns automatically:

🧠 OpenAI Setup


🧠 How it Works – Step-by-Step

  1. Sheet Scan – The workflow reads rows from the provided Google Sheet.
  2. Loop Through Calls – For each transcript, it:
    • Sends prompts to OpenAI to analyze:
      • Greeting tone (friendly/neutral/rude)
      • Problem-solving quality (clear/confusing/helpful)
      • Closing sentiment
      • Agent attitude
      • Customer satisfaction
      • Whether the issue was resolved
    • Calculates a composite rating from all factors.
  3. Update Sheet – All analyzed data is written back into the Google Sheet.

πŸ“Š Example Output

https://docs.google.com/spreadsheets/d/1aWU28D_73nvkDMPfTkPkaV53kHgX7cg0W4NwLzGFEGU/edit?gid=0#gid=0


πŸ‘€ Who can use this?

This workflow is ideal for:

If you want deeper insight into every customer interaction, this workflow delivers quantified, actionable sentiment metrics automatically.


πŸ›  Customization Ideas


πŸš€ Ready to Use?

Just connect:

…and this workflow will automatically turn your raw call transcripts into actionable sentiment insights.

πŸ”— Nodes Used

Google Sheets, Schedule Trigger, AI Agent, OpenAI Chat Model, Structured Output Parser

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup