This workflow preprocesses sales call transcripts from Gong, replacing manual data extraction, attendee mapping, and quality checks that take 1-2 hours per call for sales enablement teams. The Workflow Trigger node starts batch/single processing, the Input Validator Code node ensures structure, the Validation Router If node handles errors, the Configuration Manager Set node loads settings, the Gong Transcript/Details Fetchers Code nodes retrieve data with retries, the Data Merger Merge node combines info, the Transcript Processor Code node formats conversations and affiliations, the Salesforce Opportunity/Account Fetchers Code nodes enrich with CRM details, the Enrichment Aggregator Merge node unifies data, the Data Structure Builder Code node optimizes for AI, the Quality Validator Code node scores readiness, and the Final Response Generator Set node outputs structured JSON. It aids sales ops in mid-sized SaaS firms (30-80 staff) handling 50+ calls weekly, enabling clean, enriched transcripts for AI analysis without spreadsheets or errors, streamlining coaching, insights, and follow-ups to accelerate revenue cycles.\n\nThis workflow saves 8-12 hours weekly on 50 calls, improving data quality by 90%. Use cases include sales coaching for tech sales, competitive analysis for B2B teams. Suitable for growth firms. Requires Gong ($99/user/month), Salesforce ($25/user/month), n8n ($20/month cloud). Scalable to 200 calls/week with Enterprise tiers.\n\nInstall n8n via n8n.io or cloud.n8n.io. Get Gong API key at gong.io (Admin > Integrations > API). For Salesforce, enable API at setup.salesforce.com (create connected app, get token). Set env vars: GONG_API_KEY, SF_ACCESS_TOKEN/INSTANCE. Import JSON; no webhook—use ExecuteWorkflowTrigger. Update Gong/Salesforce Fetchers Code with endpoints/keys.\n\nTest with sample: {calldata[0].calls: {id: 'call123', sfOpp: 'opp456'}, calldata[1].integrations: '...', calldata[2].competitors: '...'}. Verify structured JSON output. Errors: Invalid key (retry in code), short transcripts (quality score <70). Activate via trigger. Monitor dashboard weekly. Optimize retries; refresh tokens quarterly.", "businessValue": "Saves 8-12 hours/week preprocessing 50 transcripts", "setupTime": "30-45 minutes", "difficulty": "Intermediate", "requirements": ["Gong API ($99/user/month)", "Salesforce API ($25/user/month)", "n8n instance"], "useCase": "Automated sales call data enrichment for AI insights"
$5.49
Workflow steps: 15
Integrated apps: executeWorkflowTrigger, code, if