Skip to main content

Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack

Workflow preview

Workflow preview
100%
Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

Description: This workflow automates sales performance tracking and motivational updates by integrating HighLevel CRM, Notion, GPT 4o, and Slack. It pulls all deals from HighLevel, cleans and su...

Best for

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

Tools used

n8n-nodes-base.manualtrigger, n8n-nodes-base.stickynote, n8n-nodes-base.highlevel, n8n-nodes-base.if, n8n-nodes-base.googlesheets, n8n-nodes-base.code, n8n-nodes-base.notion, @n8n/n8n-nodes-langchain.lmchatazureopenai

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.

Original n8n.io source

1.1 Workflow description

Title
Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack
Workflow name
Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack

📘 Description:

This workflow automates sales performance tracking and motivational updates by integrating HighLevel CRM, Notion, GPT-4o, and Slack. It pulls all deals from HighLevel, cleans and summarizes sales data per representative, creates performance dashboards in Notion, and uses GPT-powered AI to generate personalized motivational Slack messages. It eliminates manual leaderboard tracking and boosts sales engagement with real-time insights and daily motivation — ensuring every sales rep stays informed, recognized, and inspired.

What This Workflow Does (Step-by-Step)

🟢 Manual Trigger – Starts the automation manually for data refresh or testing.

📦 Fetch All Deals from HighLevel CRM – Retrieves all opportunities from HighLevel CRM, including deal names, reps, values, and stages for full visibility.

🔍 Validate Deal Fetch Success (IF Node) – Verifies that fetched data contains valid deal IDs.

  • ✅ True Path: Continues to data cleaning.
  • ❌ False Path: Logs failed records to Google Sheets for debugging.

🧹 Clean & Structure Deal Data – Normalizes raw deal data into a consistent schema (deal ID, rep ID, client name, value, status). Ensures clean inputs for analytics.

📊 Summarize Sales by Representative – Aggregates deals per sales rep and computes:

  • Total deals handled
  • Total deal value
  • Total deals won
  • Average deal value

🧾 Generate Notion Performance Dashboard – Creates personalized Notion dashboards for each rep with daily updated performance summaries and motivation metrics.

⚙️ Transform Data for AI Input – Converts summarized data into AI-readable format for GPT-4o processing.

🧠 GPT-4o Model Configuration – Sets up Azure OpenAI GPT-4o model to generate motivational and contextual Slack messages.

🤖 AI-Generated Motivational Slack Messages – Uses LangChain + GPT-4o to create energetic, emoji-filled messages that celebrate rep achievements and encourage improvement.

💬 Notify Sales Team in Slack – Sends the AI-generated performance summaries and motivational blurbs directly to each rep or the team Slack channel for transparency and engagement.

🚨 Log Fetch or Validation Errors (Error Handling) – Records any fetch or validation failures in the Google Sheets “error log sheet” for easy review and error management.

Prerequisites

  • HighLevel CRM API credentials
  • Google Sheets for “Error Log” tracking
  • Notion API integration for dashboards
  • Azure OpenAI (GPT-4o) credentials
  • Slack API connection for notifications

Key Benefits

✅ Fully automated daily performance tracking ✅ Personalized AI-powered motivation in Slack ✅ Transparent visibility for managers and reps ✅ Improved accountability and sales performance ✅ Seamless integration across CRM, Notion, and Slack

👥 Perfect For

  • Sales teams seeking real-time motivation and transparency
  • Managers who want automated performance dashboards
  • Teams using HighLevel CRM and Slack for daily operations
  • Companies aiming to gamify sales productivity

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 - When clicking ‘Execute workflow’

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

Block 2 - Sticky Note

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

Block 3 - Sticky Note1

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

Block 4 - Sticky Note2

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

Block 5 - Sticky Note3

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

Block 6 - Sticky Note4

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

Block 7 - Sticky Note5

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

Block 8 - Sticky Note6

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

Block 9 - Sticky Note7

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

Block 10 - Fetch All Deals from HighLevel CRM

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

Block 11 - Validate Deal Fetch Success

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 12 - Log Fetch or Validation Errors

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

Block 13 - Sticky Note8

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

Block 14 - Sticky Note9

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

Block 15 - Clean & Structure Deal Data

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

Block 16 - Summarize Sales by Representative

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

Block 17 - Generate Notion Performance Dashboard

Type / Role
n8n-nodes-base.notion - notion
Config choices
Version 2.2

Block 18 - Transform Data for AI Input

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

Block 19 - GPT-4o Model Configuration

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

Block 20 - AI-Generated Motivational Slack Messages

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

Block 21 - Notify Sales Team in Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

3. Summary Table

Workflow Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack
Complexity advanced
Nodes 21
Categories CRM, Multimodal AI
Author Rahul Joshi
Published 25 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/10148/10148.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 Automated sales leaderboard with HighLevel CRM, GPT-4o, Notion & Slack do?

Description: This workflow automates sales performance tracking and motivational updates by integrating HighLevel CRM, Notion, GPT 4o, and Slack. It pulls all deals from HighLevel, cleans and su...

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