Skip to main content

AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable

Workflow preview

Workflow preview
100%
AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable preview
Open on n8n.io

Important notice

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

1. Workflow Overview

AI Lead Qualifier & Router An intelligent lead management system that automatically captures incoming leads via webhook, uses AI to analyze and score each prospect, then routes them to the appropri...

Best for

  • Lead Nurturing automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.if, n8n-nodes-base.airtable

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable
Workflow name
AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable

AI Lead Qualifier & Router

An intelligent lead management system that automatically captures incoming leads via webhook, uses AI to analyze and score each prospect, then routes them to the appropriate team or campaign based on qualification score—delivering hot leads to sales instantly while nurturing others on autopilot.

What It Does

This workflow eliminates the manual process of:

• Daily lead review and qualification • Manual scoring and prioritization • Lead assignment and routing decisions • Follow-up email composition • CRM data entry and updates • Sales team notifications for hot prospects

Instead, it delivers qualified, routed leads with AI insights in under 30 seconds—complete with structured scoring, personalized responses, and organized data storage for tracking.

Key Features

Webhook Lead Capture - Accepts leads from any source (forms, landing pages, APIs) • AI-Powered Qualification - Analyzes budget, timeline, message quality, and fit using OpenAI • Structured Scoring - Generates 0-100 scores with reasoning, strengths, and concerns • Intelligent Routing - Automatically directs hot leads (70+) to sales, others to nurture • Instant Notifications - Slack alerts for high-priority prospects with full context • Dual Email Flows - Personalized responses based on lead quality and urgency • Airtable Storage - Organized tracking with qualification data and timestamps

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 - Lead Intake Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2.1

Block 2 - Acknowledge Receipt

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 3 - Enrich Lead Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - AI Lead Qualification

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.7

Block 5 - Parse AI Response

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 6 - OpenAI Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 7 - Route by Quality

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

Block 8 - Save to Airtable (Hot Leads)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 9 - Save to Airtable (Nurture Queue)

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 10 - Alert Team (Slack)

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

Block 11 - Send Confirmation Email (Hot)

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 12 - Send Nurture Email

Type / Role
n8n-nodes-base.emailSend - emailSend
Config choices
Version 2.1

Block 13 - Note: Intake

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

Block 14 - Note: Smart Routing

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

Block 15 - Note: Actions

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

Block 16 - Note: AI Analysis1

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

Block 17 - Note: Intake1

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

3. Summary Table

Workflow AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable
Complexity advanced
Nodes 17
Categories Lead Nurturing, AI Summarization
Author Xavier Tai
Published 07 Oct 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/9349/9349.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 AI-Powered Lead Qualification & Routing with OpenAI, Slack, and Airtable do?

AI Lead Qualifier & Router An intelligent lead management system that automatically captures incoming leads via webhook, uses AI to analyze and score each prospect, then routes them to the appropri...

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 Lead Nurturing, AI Summarization use case.