Skip to content
FlowHubFluxonLab
HTTP Request
Notionfree

CallForge - 06 - Automate Sales Insights with Gong.io, Notion & AI

by Angel Menendezadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestNotionNotion
Share Post Share
IfCheck if Competitor Data FoundCheck if Compet…IfCheck if Integration Data FoundCheck if Integr…EWExecute Workflow TriggerExecute Workflo…IfCheck if objection foundCheck if object…Create Competitors in DBCreate Competit…Create IntegrationsCreate Integrat…Update Call with Objection SummaryUpdate Call wit…IfCheck for use casesCheck for use c…Update Notion Call object with AI dataUpdate Notion C…SOSplit Out all objectionsSplit Out all o…SeFormat Tag Data for notionFormat Tag Data…AgBundle all TagsHRAdd Objection Tag to NotionAdd Objection T…WaWait for rate limiting againWait for rate l…SeMerge Objection ThreadsMerge Objection…WaWait for rate limiting - IntegrationWait for rate l…SOSplit Out Integration dataSplit Out Integ…AgBundle Integration Data to 1 objectBundle Integrat…SeMerge Integration ThreadMerge Integrati…WaWait for rate limiting - CompetitorsWait for rate l…WaWait for rate limiting - ObjectionWait for rate l…WaWait for rate limiting - Use CasesWait for rate l…SOSplit Out Use CasesSplit Out Use C…Create Use CasesAgBundle Use Case Data to 1 objectBundle Use Case…AgBundle Competitor Data to 1 objectBundle Competit…SOSplit Out Competitor DataSplit Out Compe…SeGet AI Response - CompetitorsGet AI Response…SeMerge Competitor ThreadMerge Competito…SeMerge Use Case ThreadMerge Use Case …123456789101112131415161718192021222324252627282930313233
1/5
STEPS · 33
Called by another workflow

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.

Tags

n8nreference-onlynotion
Connects
WHTTP RequestnotionNotion
CategoryNotion
Triggermanual
Complexityadvanced
Nodes30
AddedFeb 28, 2025

Related workflows

See all Notion
Wnotion
free

Add articles to a Notion list by accessing a Discord slash command

This workflow allows you to add articles to a Notion reading list by accessing a Discord slash command. Prerequisites A Notion account and credentials, and a reading list similar to this template. A Discord account and credentials, and Discord Slash Command connected to n8n. Nodes Webhook node triggers the workflow whenever the Discord Slash command is issued. IF node checks the type returned by Discord. If the type is not equal to 1, it will return true, otherwise false. HTTP Request node makes an HTTP call to the link and gets the HTML of the webpage. HTML Extract node extracts the title from the HTML which we will use in the next node. Notion node adds the link to your Notion reading list. Set nodes set the reply values for Discord and register the Interaction Endpoint URL.

by Harshil Agrawal
notion
free

Add a new user to Notion database on Calendly invite creation

This workflow allows you to add a new user to your Notion database when an invite gets created via Calendly. Calendly Trigger node: The Calendly node will trigger the workflow when an invite gets created. Notion node: This node will create a new record using the information received from the previous node.

by Harshil Agrawal
notion
free

Check To Do on Notion and send message on Slack

This workflow allows you to check the To-Do list on Notion and send a message on Slack. Prerequisites Create a Notion page similar to this page. Create credentials for Notion by following the instructions mentioned in the documentation. Follow the steps mentioned in the documentation to create credentials for Slack. Cron node: This node triggers the workflow every day. Notion node: This node fetches all the tasks from Notion. IF node: This node checks if the task is assigned to a particular user. Create a Direct Message: This node will create a direct message channel with the user. Send a Direct Message: This node will send the to-do lists in the direct message. NoOp: This node is connected to the false output of the IF node. If the condition is false, no further action will be taken.

by Harshil Agrawal