Skip to main content

Analyze customer sales calls and update CRM with Whisper and GPT-4

Workflow preview

Workflow preview
100%
Analyze customer sales calls and update CRM with Whisper and GPT-4 preview
Open on n8n.io

1. Workflow Overview

AI Customer Call Analyzer — Voice → Insights → CRM with GPT 4 Converts raw sales call recordings into structured CRM intelligence. Uploads audio → transcribes via Whisper → GPT 4 extracts intent, s...

Best for

  • CRM automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.wait, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.emailsend

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Oneclick AI Squad.

Original n8n.io source

1.1 Workflow description

Title
Analyze customer sales calls and update CRM with Whisper and GPT-4
Workflow name
Analyze customer sales calls and update CRM with Whisper and GPT-4

AI Customer Call Analyzer — Voice → Insights → CRM with GPT-4

Converts raw sales call recordings into structured CRM intelligence. Uploads audio → transcribes via Whisper → GPT-4 extracts intent, sentiment, objections, next steps → updates CRM and sends a structured summary to the sales team.

How it works

  1. Upload Call Recording - Webhook receives audio file upload (mp3, wav, m4a) from sales rep portal
  2. Validate & Prepare Audio - Checks file type, size limits, extracts call metadata
  3. Transcribe via Whisper - Sends audio to OpenAI Whisper API for high-accuracy transcription
  4. Wait — Transcription Buffer - Holds until transcription is confirmed complete
  5. GPT-4 Call Intelligence - Extracts intent, sentiment, objections, buying signals, action items
  6. MCP Context Enrichment - Pulls CRM history and enriches analysis with account context
  7. Update CRM Record - Writes structured insights back to CRM (HubSpot / Salesforce)
  8. Send Sales Summary - Emails rep and manager with call scorecard and next steps
  9. Audit Log - Records all processing steps for compliance and coaching

Setup Steps

  1. Import this workflow into n8n
  2. Configure credentials:
  • OpenAI API - For Whisper transcription and GPT-4 analysis
  • HubSpot / Salesforce - CRM update target
  • Google Sheets - Audit log and call registry
  • SMTP / Gmail - Sales summary delivery
  1. Set your CRM API endpoint and field mapping in the update node
  2. Configure your sales team email list in the notify node
  3. Activate the workflow

Sample Upload Payload

{
 "callId": "CALL-20250222-0042",
 "repEmail": "[email protected]",
 "repName": "Jane Smith",
 "contactEmail": "[email protected]",
 "contactName": "Bob Johnson",
 "companyName": "Acme Corp",
 "dealStage": "negotiation",
 "callDurationSecs": 1847,
 "audioUrl": "https://storage.company.com/calls/call-0042.mp3"
}

Features

  • Whisper-powered transcription with speaker diarization hints
  • GPT-4 intent and sentiment extraction with confidence scores
  • Objection and buying signal detection
  • Auto CRM field mapping — no manual data entry
  • Sales scorecard with talk ratio, next step clarity, deal risk
  • Full audit trail for call coaching and compliance

Explore More LinkedIn & Social Automation: Contact us to design AI-powered lead nurturing, content engagement, and multi-platform reply workflows tailored to your growth strategy.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Receive Call Recording Upload

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 7 - Validate Call Metadata and Audio

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 8 - Fetch Audio File from URL

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Transcribe Audio with OpenAI Whisper

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 10 - Wait — Transcription Buffer (15 sec)

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 11 - Parse and Structure Transcript

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Fetch CRM Contact History

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 13 - GPT-4 Call Intelligence Analysis

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.6

Block 14 - GPT-4 Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1

Block 15 - Parse GPT-4 Intelligence Output

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 16 - Update CRM Contact and Deal

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 17 - Log Call Activity in CRM

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 18 - Send Call Intelligence Summary to Sales Team

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 19 - Write to Call Analytics Audit Log

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 20 - Build Final Processing Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 21 - Return Processing Confirmation

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1

3. Summary Table

Workflow Analyze customer sales calls and update CRM with Whisper and GPT-4
Complexity advanced
Nodes 21
Categories CRM, AI Summarization
Author Oneclick AI Squad
Published 22 Feb 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/13593/13593.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Analyze customer sales calls and update CRM with Whisper and GPT-4 do?

AI Customer Call Analyzer — Voice → Insights → CRM with GPT 4 Converts raw sales call recordings into structured CRM intelligence. Uploads audio → transcribes via Whisper → GPT 4 extracts intent, s...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 CRM, AI Summarization use case.