Block 1 - Trigger: New Lead Created
- Type / Role
- n8n-nodes-base.airtableTrigger - airtableTrigger
- Config choices
- Version 1
Description Automatically qualify, score, and route new leads using a hybrid AI + rule based scoring engine. This workflow analyzes incoming leads from Airtable, enriches them with OpenAI powere...
n8n-nodes-base.airtabletrigger, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.noop, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.merge, n8n-nodes-base.slack
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Edson Encinas.
Original n8n.io sourceAutomatically qualify, score, and route new leads using a hybrid AI + rule-based scoring engine. This workflow analyzes incoming leads from Airtable, enriches them with OpenAI-powered qualification, applies deterministic business rules, and instantly alerts your sales team in Slack when a high-intent lead is detected.
If you store leads in Airtable and want AI-assisted qualification with fallback logic (not just blind AI scoring), this template is for you.
This workflow implements a hybrid lead scoring model:
Unlike basic AI-only scoring, this workflow guarantees reliability by combining LLM reasoning with business logic.
The deterministic score is capped at 50.
How deteministic scoring works? Larger companies receive higher baseline scores:
1-10: 511-50: 1051-200: 20201-500": 25501-1000": 301000+: 35You can increase or decrease these values depending on your Ideal Customer Profile (ICP).
Industry boost
Technology/Software: 10SaaS/Cloud Services: 15Cybersecurity: 20IT Services/Consulting: 10If your product is industry-specific, this is where you fine-tune relevance.
Role authority boost Decision-making power increases lead quality:
Founder → +20Executive → +20Manager → +10Head → +10The workflow detects these keywords inside the role field and applies the corresponding boost. Intent boost (message length) Longer intent messages imply higher purchase interest:
100 characters → +1550 characters → +8Final Score = (AI Score × 0.5) + Deterministic ScoreTag thresholds:
80–100 → Hot50–79 → Warm0–49 → ColdThe workflow updates Airtable with:
scoreai_scoredeterministic_scoretagai_reasonscore_confidenceprocessed = true→ Slack sends an immediate notification to the sales team.
You’ll need:
No API keys are hardcoded. All credentials use secure n8n credential storage.
Activate the workflow.
This template uses a hybrid scoring model, combining:
All deterministic scoring logic can be modified inside the Hybrid Lead Scoring Engine Code node.
That node contains the full business rule logic for:
Final score calculation formula You can easily adjust:
You can also:
This is not just AI scoring — it’s a resilient, sales-ready qualification engine.
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.
| Workflow | Qualify and score leads in Airtable with OpenAI and Slack alerts |
|---|---|
| Complexity | advanced |
| Nodes | 23 |
| Categories | Lead Generation, AI Summarization |
| Author | Edson Encinas |
| Published | 27 Feb 2026 |
Use the JSON export at /data/workflows/13746/13746.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Description Automatically qualify, score, and route new leads using a hybrid AI + rule based scoring engine. This workflow analyzes incoming leads from Airtable, enriches them with OpenAI powere...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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 Generation, AI Summarization use case.