Block 1 - Google Drive Trigger
- Type / Role
- n8n-nodes-base.googleDriveTrigger - googleDriveTrigger
- Config choices
- Version 1
This workflow helps contact centers and support teams automatically evaluate call quality and send coaching feedback without manual review. It uses AI to transcribe calls, score performance, detect...
n8n-nodes-base.googledrivetrigger, n8n-nodes-base.googledrive, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.gmail, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.googlegemini, @n8n/n8n-nodes-langchain.agent
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Abdullah Al Shishani.
Original n8n.io sourceThis workflow helps contact centers and support teams automatically evaluate call quality and send coaching feedback without manual review. It uses AI to transcribe calls, score performance, detect risks, and generate clear feedback for agents.
Fetch recordings The workflow watches a Google Drive folder and downloads new call audio files automatically.
Transcribe with AI Each recording is converted into a structured transcript using the Gemini model.
Score performance An AI Agent evaluates the transcript against key criteria such as empathy, solution quality, clarity, and policy adherence.
Detect risks and insights The workflow flags potential issues (e.g. missing consent or sensitive data) and extracts sentiment for both agent and customer.
Send coaching email A personalized performance summary with strengths and improvement points is generated and sent to the agent via Gmail.
Connect Google Drive and select your recordings folder
Add your Gemini API key for transcription
Add your OpenAI key for scoring and feedback generation
Connect Gmail to send automated coaching emails
(Optional) Customize scoring criteria inside the AI Agent node
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Score call quality and send coaching emails with Gemini, OpenAI, and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Ticket Management, AI Summarization |
| Author | Abdullah Al Shishani |
| Published | 16 Jan 2026 |
Use the JSON export at /data/workflows/12765/12765.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow helps contact centers and support teams automatically evaluate call quality and send coaching feedback without manual review. It uses AI to transcribe calls, score performance, detect...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Ticket Management, AI Summarization use case.