CallForge - 06 - Automate sales insights with Gong.io, Notion & AI
CallForge - AI-Powered Sales Call Data Processor
Automate sales call analysis and store structured insights in Notion with AI-powered intelligence.
Who is This For?
This workflow is ideal for:
β
Sales teams looking to automate call insight processing.
β
Sales operations managers managing AI-driven call analysis.
β
Revenue teams using Gong, Fireflies.ai, Otter.ai, or similar transcription tools.
It streamlines sales call intelligence, ensuring that insights such as competitor mentions, objections, and customer pain points are efficiently categorized and stored in Notion for easy access.
π What Problem Does This Workflow Solve?
Manually reviewing and documenting sales call takeaways is time-consuming and error-prone.
With CallForge, you can:
β Identify competitors mentioned in sales calls.
β Capture objections and customer pain points for follow-up.
β Track sales call outcomes and categorize insights automatically.
β Store structured sales intelligence in Notion for future reference.
β Improve sales strategy with AI-driven, automated call analysis.
π Key Features & Workflow Steps
ποΈ AI-Powered Call Data Processing
This workflow processes AI-generated sales call insights and structures them in Notion databases:
- Triggers automatically when AI call analysis data is received.
- Extracts competitor mentions from the call transcript and logs them in Notion.
- Identifies and categorizes sales objections for better follow-ups.
- Processes integration mentions, capturing tools or platforms referenced in the call.
- Extracts customer use cases, categorizing pain points and feature requests.
- Aggregates all extracted insights and updates relevant Notion databases.
π Notion Database Integration
- Competitors β Logs mentioned competitors for sales intelligence.
- Objections β Tracks and categorizes common objections from prospects.
- Integrations β Captures third-party tools & platforms discussed in calls.
- Use Cases β Stores customer challenges & product feature requests.
π How to Set Up This Workflow
1. Prepare Your AI Call Analysis Data
- Ensure AI-generated sales call data is passed into the workflow.
- Compatible with Gong, Fireflies.ai, Otter.ai, and other AI transcription tools.
2. Connect Your Notion Database
- Set up Notion databases for:
πΉ Competitors (tracks competing products)
πΉ Objections (logs customer objections & concerns)
πΉ Integrations (captures mentioned platforms & tools)
πΉ Use Cases (categorizes customer pain points & feature requests)
3. Configure n8n API Integrations
- Connect your Notion API key in n8n under βNotion API Credentials.β
- Set up webhook triggers to receive data from your AI transcription tool.
- Test the workflow using a sample AI-generated call transcript.
- CallForge - 01 - Filter Gong Calls Synced to Salesforce by Opportunity Stage
- CallForge - 02 - Prep Gong Calls with Sheets & Notion for AI Summarization
- CallForge - 03 - Gong Transcript Processor and Salesforce Enricher
- CallForge - 04 - AI Workflow for Gong.io Sales Calls
- CallForge - 05 - Gong.io Call Analysis with Azure AI & CRM Sync
- CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI
- CallForge - 07 - AI Marketing Data Processing with Gong & Notion
- CallForge - 08 - AI Product Insights from Sales Calls with Notion
π§ How to Customize This Workflow
π‘ Modify Notion Data Structure β Adjust fields to match your companyβs CRM setup.
π‘ Enhance AI Data Processing β Align fields with different AI transcription providers.
π‘ Expand with CRM Integration β Sync insights with HubSpot, Salesforce, or Pipedrive.
π‘ Add Notifications β Send alerts via Slack, email, or webhook when key competitor mentions or objections are detected.
βοΈ Key Nodes Used in This Workflow
πΉ If Nodes β Checks if AI-generated data includes competitors, integrations, objections, or use cases.
πΉ Notion Nodes β Creates or updates entries in Notion databases.
πΉ Split Out & Aggregate Nodes β Processes multiple insights and consolidates AI outputs.
πΉ Wait Nodes β Ensures smooth sequencing of API calls and database updates.
πΉ HTTP Request Node β Sends AI-extracted insights to Notion for structured storage.
π Why Use This Workflow?
β Eliminates manual data entry and speeds up sales intelligence processing.
β Ensures structured and categorized sales insights for decision-making.
β Improves team collaboration with AI-powered competitor tracking & objections logging.
β Seamlessly integrates with Notion to centralize and manage sales call insights.
β Scalable for teams using n8n Cloud or self-hosted deployments.
This workflow empowers sales teams with automated AI insights, streamlining sales strategy and follow-ups with minimal effort. π
Automate Sales Insights with Gong.io, Notion & AI
This n8n workflow streamlines the process of extracting and summarizing key sales insights from Gong.io call transcripts, enriching them with AI, and organizing them in Notion. It helps sales teams quickly identify critical moments, understand customer sentiment, and track important details from their calls.
What it does
- Triggers on Demand: The workflow is manually executed or called by another workflow, allowing for flexible integration into existing processes.
- Fetches Call Data from Gong.io: It makes an API request to Gong.io to retrieve details about a specific call, including its transcript.
- Extracts Key Information: It processes the Gong.io response to isolate the call ID, transcript, and other relevant metadata.
- Generates AI Summary: It sends the call transcript to an AI service (like OpenAI, though not explicitly defined in this JSON, implied by the "AI" in the directory name) to generate a concise summary of the call.
- Extracts Action Items: It uses AI to identify and list any action items mentioned in the call transcript.
- Extracts Next Steps: It uses AI to determine and list the next steps discussed during the call.
- Extracts Sentiment: It uses AI to analyze the overall sentiment of the call (e.g., positive, negative, neutral).
- Extracts Objections: It uses AI to identify and list any objections raised by the customer during the call.
- Creates Notion Page: It then creates a new page in a specified Notion database, populating it with the call details, AI-generated summary, action items, next steps, sentiment, and objections.
- Waits for Processing: Includes a "Wait" step, likely to ensure Notion has time to process the initial page creation before any subsequent updates or to pace API requests.
- Aggregates Data (if multiple items): If multiple items are processed (e.g., multiple calls), it aggregates them into a single structure.
- Splits Out Data (if needed): If the aggregated data needs to be processed individually again, it splits it out.
Prerequisites/Requirements
- n8n Instance: A running n8n instance.
- Gong.io API Key: Access to the Gong.io API for fetching call data.
- Notion Integration: A Notion integration with appropriate permissions to create pages in your desired database.
- AI Service API Key: An API key for an AI service (e.g., OpenAI, Anthropic, etc.) capable of summarization, entity extraction, and sentiment analysis. (This is inferred from the directory name and common use cases, not explicitly defined in the JSON).
Setup/Usage
- Import the workflow: Import the provided JSON into your n8n instance.
- Configure Credentials:
- Set up your Gong.io API credentials in n8n.
- Set up your Notion API credentials in n8n.
- Set up your AI service API credentials (e.g., OpenAI) in n8n.
- Configure Nodes:
- HTTP Request (Gong.io): Update the URL and headers for your specific Gong.io API endpoint and authentication. Ensure it fetches the correct call ID and transcript.
- Edit Fields (AI Processing): Configure the AI service calls (e.g., using an "HTTP Request" node to an AI API or a dedicated AI node if available) to perform summarization, action item extraction, next steps, sentiment, and objection identification. The current JSON only shows
Edit Fieldswhich would be used to prepare data for these AI calls or structure their responses. - Notion: Configure the Notion node to connect to your desired Notion database and map the extracted data (call ID, summary, action items, etc.) to the correct properties in your Notion database.
- Execute the Workflow:
- This workflow is designed to be triggered by another workflow or manually. You would typically pass a
callIdor similar identifier to the initialExecute Workflow Triggernode. - Run the workflow to see it in action.
- This workflow is designed to be triggered by another workflow or manually. You would typically pass a
Related Templates
Auto-create TikTok videos with VEED.io AI avatars, ElevenLabs & GPT-4
π₯ Viral TikTok Video Machine: Auto-Create Videos with Your AI Avatar --- π― Who is this for? This workflow is for content creators, marketers, and agencies who want to use Veed.ioβs AI avatar technology to produce short, engaging TikTok videos automatically. Itβs ideal for creators who want to appear on camera without recording themselves, and for teams managing multiple brands who need to generate videos at scale. --- βοΈ What problem this workflow solves Manually creating videos for TikTok can take hours β finding trends, writing scripts, recording, and editing. By combining Veed.io, ElevenLabs, and GPT-4, this workflow transforms a simple Telegram input into a ready-to-post TikTok video featuring your AI avatar powered by Veed.io β speaking naturally with your cloned voice. --- π What this workflow does This automation links Veed.ioβs video-generation API with multiple AI tools: Analyzes TikTok trends via Perplexity AI Writes a 10-second viral script using GPT-4 Generates your voiceover via ElevenLabs Uses Veed.io (Fabric 1.0 via FAL.ai) to animate your avatar and sync the lips to the voice Creates an engaging caption + hashtags for TikTok virality Publishes the video automatically via Blotato TikTok API Logs all results to Google Sheets for tracking --- π§© Setup Telegram Bot Create your bot via @BotFather Configure it as the trigger for sending your photo and theme Connect Veed.io Create an account on Veed.io Get your FAL.ai API key (Veed Fabric 1.0 model) Use HTTPS image/audio URLs compatible with Veed Fabric Other APIs Add Perplexity, ElevenLabs, and Blotato TikTok keys Connect your Google Sheet for logging results --- π οΈ How to customize this workflow Change your Avatar: Upload a new image through Telegram, and Veed.io will generate a new talking version automatically. Modify the Script Style: Adjust the GPT prompt for tone (educational, funny, storytelling). Adjust Voice Tone: Tweak ElevenLabs stability and similarity settings. Expand Platforms: Add Instagram, YouTube Shorts, or X (Twitter) posting nodes. Track Performance: Customize your Google Sheet to measure your most successful Veed.io-based videos. --- π§ Expected Outcome In just a few seconds after sending your photo and theme, this workflow β powered by Veed.io β creates a fully automated TikTok video featuring your AI avatar with natural lip-sync and voice. The result is a continuous stream of viral short videos, made without cameras, editing, or effort. --- β Import the JSON file in n8n, add your API keys (including Veed.io via FAL.ai), and start generating viral TikTok videos starring your AI avatar today! π₯ Watch This Tutorial --- π Documentation: Notion Guide Need help customizing? Contact me for consulting and support : Linkedin / Youtube
Automate invoice processing with OCR, GPT-4 & Salesforce opportunity creation
PDF Invoice Extractor (AI) End-to-end pipeline: Watch Drive β Download PDF β OCR text β AI normalize to JSON β Upsert Buyer (Account) β Create Opportunity β Map Products β Create OLI via Composite API β Archive to OneDrive. --- Node by node (what it does & key setup) 1) Google Drive Trigger Purpose: Fire when a new file appears in a specific Google Drive folder. Key settings: Event: fileCreated Folder ID: google drive folder id Polling: everyMinute Creds: googleDriveOAuth2Api Output: Metadata { id, name, ... } for the new file. --- 2) Download File From Google Purpose: Get the file binary for processing and archiving. Key settings: Operation: download File ID: ={{ $json.id }} Creds: googleDriveOAuth2Api Output: Binary (default key: data) and original metadata. --- 3) Extract from File Purpose: Extract text from PDF (OCR as needed) for AI parsing. Key settings: Operation: pdf OCR: enable for scanned PDFs (in options) Output: JSON with OCR text at {{ $json.text }}. --- 4) Message a model (AI JSON Extractor) Purpose: Convert OCR text into strict normalized JSON array (invoice schema). Key settings: Node: @n8n/n8n-nodes-langchain.openAi Model: gpt-4.1 (or gpt-4.1-mini) Message role: system (the strict prompt; references {{ $json.text }}) jsonOutput: true Creds: openAiApi Output (per item): $.message.content β the parsed JSON (ensure itβs an array). --- 5) Create or update an account (Salesforce) Purpose: Upsert Buyer as Account using an external ID. Key settings: Resource: account Operation: upsert External Id Field: taxid_c External Id Value: ={{ $json.message.content.buyer.tax_id }} Name: ={{ $json.message.content.buyer.name }} Creds: salesforceOAuth2Api Output: Account record (captures Id) for downstream Opportunity. --- 6) Create an opportunity (Salesforce) Purpose: Create Opportunity linked to the Buyer (Account). Key settings: Resource: opportunity Name: ={{ $('Message a model').item.json.message.content.invoice.code }} Close Date: ={{ $('Message a model').item.json.message.content.invoice.issue_date }} Stage: Closed Won Amount: ={{ $('Message a model').item.json.message.content.summary.grand_total }} AccountId: ={{ $json.id }} (from Upsert Account output) Creds: salesforceOAuth2Api Output: Opportunity Id for OLI creation. --- 7) Build SOQL (Code / JS) Purpose: Collect unique product codes from AI JSON and build a SOQL query for PricebookEntry by Pricebook2Id. Key settings: pricebook2Id (hardcoded in script): e.g., 01sxxxxxxxxxxxxxxx Source lines: $('Message a model').first().json.message.content.products Output: { soql, codes } --- 8) Query PricebookEntries (Salesforce) Purpose: Fetch PricebookEntry.Id for each Product2.ProductCode. Key settings: Resource: search Query: ={{ $json.soql }} Creds: salesforceOAuth2Api Output: Items with Id, Product2.ProductCode (used for mapping). --- 9) Code in JavaScript (Build OLI payloads) Purpose: Join lines with PBE results and Opportunity Id β build OpportunityLineItem payloads. Inputs: OpportunityId: ={{ $('Create an opportunity').first().json.id }} Lines: ={{ $('Message a model').first().json.message.content.products }} PBE rows: from previous node items Output: { body: { allOrNone:false, records:[{ OpportunityLineItem... }] } } Notes: Converts discount_total β per-unit if needed (currently commented for standard pricing). Throws on missing PBE mapping or empty lines. --- 10) Create Opportunity Line Items (HTTP Request) Purpose: Bulk create OLIs via Salesforce Composite API. Key settings: Method: POST URL: https://<your-instance>.my.salesforce.com/services/data/v65.0/composite/sobjects Auth: salesforceOAuth2Api (predefined credential) Body (JSON): ={{ $json.body }} Output: Composite API results (per-record statuses). --- 11) Update File to One Drive Purpose: Archive the original PDF in OneDrive. Key settings: Operation: upload File Name: ={{ $json.name }} Parent Folder ID: onedrive folder id Binary Data: true (from the Download node) Creds: microsoftOneDriveOAuth2Api Output: Uploaded file metadata. --- Data flow (wiring) Google Drive Trigger β Download File From Google Download File From Google β Extract from File β Update File to One Drive Extract from File β Message a model Message a model β Create or update an account Create or update an account β Create an opportunity Create an opportunity β Build SOQL Build SOQL β Query PricebookEntries Query PricebookEntries β Code in JavaScript Code in JavaScript β Create Opportunity Line Items --- Quick setup checklist π Credentials: Connect Google Drive, OneDrive, Salesforce, OpenAI. π IDs: Drive Folder ID (watch) OneDrive Parent Folder ID (archive) Salesforce Pricebook2Id (in the JS SOQL builder) π§ AI Prompt: Use the strict system prompt; jsonOutput = true. π§Ύ Field mappings: Buyer tax id/name β Account upsert fields Invoice code/date/amount β Opportunity fields Product name must equal your Product2.ProductCode in SF. β Test: Drop a sample PDF β verify: AI returns array JSON only Account/Opportunity created OLI records created PDF archived to OneDrive --- Notes & best practices If PDFs are scans, enable OCR in Extract from File. If AI returns non-JSON, keep βReturn only a JSON arrayβ as the last line of the prompt and keep jsonOutput enabled. Consider adding validation on parsing.warnings to gate Salesforce writes. For discounts/taxes in OLI: Standard OLI fields donβt support per-line discount amounts directly; model them in UnitPrice or custom fields. Replace the Composite API URL with your orgβs domain or use the Salesforce nodeβs Bulk Upsert for simplicity.
Automated weekly security audit reports with Gmail delivery
π N8N Security Audit Report - Automated Weekly Email π― What does this workflow do? This workflow automatically generates and emails a comprehensive security audit report for your N8N instance every week. It identifies potential security risks related to: Credentials π : Exposed or insecure credentials Nodes π§© : Sensitive nodes (Code, HTTP Request, SSH, FTP, etc.) Instance settings π’ : Global security configuration Community nodes π¦ : Third-party nodes that may pose risks The report includes direct links to affected workflows, execution statuses, and actionable recommendations. --- β¨ Key Features π Smart Risk Assessment Calculates overall risk level: π© Low / π§ Moderate / π₯ High Tracks unique credentials (not just total occurrences) Provides detailed breakdown by node type π Direct Workflow Links Clickable links to each workflow mentioned Shows last execution status (π’ success / π΄ failed) Displays execution timestamps π Bilingual Support Full support for French and English Switch language with a single variable π§ Beautiful HTML Email Clean, professional formatting Color-coded risk levels Emoji icons for easy scanning --- π Quick Setup (5 minutes) 1οΈβ£ Configure Credentials N8N API: Generate an API key in your N8N settings Gmail OAuth2: Set up OAuth2 for Gmail sending 2οΈβ£ Set Your Variables Edit the "Set Config Variables" node: javascript { "email_to": "your.email@domain.com", "project_name": "My-N8N-Project", "server_url": "https://n8n.yourdomain.com", // NO trailing slash! "Language": "EN" // or "FR" } 3οΈβ£ Test & Activate Click "Execute Workflow" to test Check your email inbox Activate for weekly automation --- π§ Example Report Output Subject: π Audit Report My-Project β Risk π§ Moderate Content: π Summary β’ Credentials involved: 8 (5 unique) β’ Nodes involved: 12 π» code: 4 π httpRequest: 3 π ssh: 2 β’ Community nodes: 1 β’ Overall risk level: π§ Moderate π Credentials Risk Report πΉ Credentials with full access π My AWS Credentials π Database Admin π Workflow: Data Processing Pipeline π’ (25-10-2024 06:15 β 06:16) π» Process Data π API Call π§© Nodes Risk Report [...detailed node analysis...] --- π¨ Customization Options Change Schedule Modify the "Schedule Trigger" node to run: Daily at 8 AM Monthly on the 1st Custom cron expression Add Recipients Add multiple emails in the Gmail node's toList parameter Adjust Risk Thresholds Edit the JavaScript in "Format Audit Report" nodes to customize when risk levels change Use Different Email Service Replace Gmail node with: SMTP Microsoft Outlook SendGrid Any email service N8N supports --- π‘ Use Cases β Compliance Monitoring: Track security posture for audits β Team Awareness: Keep your team informed of security status β Change Detection: Notice when new risky nodes are added β Best Practices: Get recommendations to improve security β Multi-Environment: Run separate instances for dev/staging/prod --- π§ Technical Details Nodes Used: 8 Credentials Required: 2 (N8N API + Gmail OAuth2) External Dependencies: None N8N Version: Compatible with latest N8N versions Execution Time: ~10-20 seconds --- π Requirements N8N instance with API access Gmail account (or other email service) N8N API key with audit permissions Valid SSL certificate for workflow links (recommended) --- π Troubleshooting Empty report? β Check your N8N API key has audit permissions Workflow links don't work? β Verify server_url is correct and has no trailing slash No execution status shown? β Workflows must have been executed at least once Wrong language displayed? β Set Language to exactly "FR" or "EN" (uppercase) --- π Why This Template? Unlike basic monitoring tools, this workflow: β Provides context-aware security analysis β Links directly to affected workflows β Shows real execution data (not just theoretical risks) β Calculates unique credential exposure (not just counts) β Supports bilingual reports β Delivers actionable recommendations --- π€ Feedback & Support Found this helpful? Please rate the template! Have suggestions? Drop a comment below. Pro tip: Combine this with N8N's native alerting for real-time incident response! --- Tags: security audit monitoring compliance automation email reporting credentials governance --- π License MIT - Feel free to modify and share!