Automate Lead Qualification & Routing with GPT-4o-mini, Google Sheets & HighLevel CRM

Go to Workflow
1 views
Built by Rahul Joshi Rahul Joshi
Created on June 05, 2026

Description

Description
Automatically qualify and route new leads from a Google Sheet into your CRM with AI-powered scoring and instant sales notifications. Turn raw form submissions into prioritized opportunitiesβ€”effortlessly. ⚑

What This Template Does
Monitors a Google Sheet for new form submissions. πŸ“„
Uses Azure OpenAI (GPT-4o-mini) to analyze lead details (value, stage, company) and generate action items. πŸ€–
Parses the AI response into clean JSON for structured processing. πŸ—‚οΈ
Saves qualified lead data and AI-generated action items into a Lead Status sheet for tracking. πŸ’Ύ
Categorizes leads into Hot, Warm, or Cold based on AI scoring. πŸ”₯❄️
Creates/updates the contact in HighLevel CRM. πŸ“‡
Sends an email notification to the assigned sales rep with lead details and priority. πŸ“§

Key Benefits
Save time with automated lead qualification instead of manual checks. ⏱️
Ensure consistent Hot/Warm/Cold scoring across all leads. βœ…
Centralize lead data in both Google Sheets and CRM for tracking. πŸ“Š
Keep sales teams aligned with instant notifications. πŸš€
Fully no-code configurable and customizable for your business logic. 🧩

Features
Google Sheets Trigger for new form rows. πŸ“₯
AI Agent with Azure OpenAI (GPT-4o-mini) for lead scoring. 🧠
JSON parsing node to clean AI output. βœ‚οΈ
Lead logging to β€œLead Status” sheet. πŸ“Š
Function node to categorize leads by score. 🎯
CRM sync with HighLevel to update/create contact records. πŸ”—
SMTP email notification to sales reps. βœ‰οΈ

Requirements
n8n instance (cloud or self-hosted). 🧰
Google Sheet with headers: Lead Name, Lead Email, Lead Contact No., Company Name, Opportunity Value, Stage of Lead; shared with n8n Google account. πŸ“‘
Azure OpenAI access with a GPT-4o-mini deployment. ☁️
HighLevel CRM account connected via OAuth. πŸ“‡
SMTP email account configured in n8n. πŸ“§

Target Audience
Sales teams handling inbound leads. πŸ“ˆ
Agencies managing multiple client pipelines. 🀝
Founders/startups wanting quick qualification and CRM sync. πŸš€
Ops teams needing reliable reporting of lead qualification. πŸ—‚οΈ

Step-by-Step Setup Instructions (Concise)
Create a Google Sheet with required headers; share with n8n account. πŸ“‹
Configure the Google Sheets Trigger with the sheet’s Document ID. πŸ”
Connect your Azure OpenAI credentials and link to the AI Agent node. 🧠
Assign your HighLevel CRM account credentials. πŸ“‡
Set up SMTP credentials for the email send node. βœ‰οΈ
Import the workflow, update node configs, and run a test submission. ▢️

Security Best Practices
Share Google Sheets only with the n8n Google account (Editor). πŸ”’
Keep API keys and credentials encrypted in n8n, not hardcoded. πŸ›‘οΈ
Validate AI outputs before saving to CRM (via the parse node). βœ…
Regularly back up your Lead Status sheet and CRM data. πŸ“‚

Nodes Used (6)

AI Agent
@n8n/n8n-nodes-langchain.agent
Azure OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatAzureOpenAi
Code
n8n-nodes-base.code
Google Sheets
n8n-nodes-base.googleSheets
HighLevel
n8n-nodes-base.highLevel
Send Email
n8n-nodes-base.emailSend