Sales & Estimation
CallForge - 03 - Gong Transcript Processor and Salesforce Enricher
This workflow processes Gong sales calls: It fetches call details and transcripts, transforms speaker data (internal/external), and enriches it with Salesforce opportunity and account information. The data is then consolidated and formatted for subsequent use.
Built · ~4 hours saved per week
CallForge - Gong Transcript Processor and Salesforce Enricher
Workflow Overview This workflow automates the process of fetching, processing, and enriching sales call data from Gong with customer information from Salesforce. Its primary function is to act as a sophisticated data preparation pipeline. It retrieves a call transcript and metadata from Gong, formats the conversation to distinguish between internal and external speakers, and then enriches this data with relevant Opportunity and Account details from Salesforce. The final output is a single, structured data object containing all the contextual information about the call, perfectly prepared for analysis or for use in a subsequent AI-powered workflow.
Technologies Used - Gong: Used as the source for sales call recordings, transcripts, and call metadata. - Salesforce: Used to enrich the call data with CRM information about the associated Opportunity and Account. - n8n: The automation platform coordinating the data flow, transformation, and integration between Gong and Salesforce.
Automation Value This workflow provides immense value by automating the highly manual and time-consuming task of consolidating information for sales call reviews. Instead of a sales manager or operations team member needing to manually open Gong to find a transcript and then cross-reference it with the opportunity in Salesforce, this workflow does it instantly. It standardizes the transcript format and merges it with crucial business context (like opportunity stage and company size), creating a single source of truth for each call. This saves hours of manual work, reduces the risk of human error, and prepares a high-quality, context-rich dataset ready for advanced analysis, reporting, or AI processing.
---
Detailed Node Analysis
H3: Trigger and Initial Gong Data Retrieval - Execute Workflow Trigger: This node initiates the workflow, likely being called by another workflow (e.g., a webhook that listens for new Gong calls). It receives the essential starting information, including the Gong callId and the corresponding Salesforce Opportunity ID (sfOpp).
Tags: Data Transformation, Gong, Research
Integrations: HTTP, Code, Salesforce