Block 1 - Lead Intake Endpoint
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
LeadFlow AI: n8n Webhook + OpenAI + Airtable + Slack Lead Automation This workflow captures leads via webhook, validates and deduplicates them, uses OpenAI to score and summarize intent and sends h...
n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.if, n8n-nodes-base.airtable, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.code, n8n-nodes-base.slack, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by WeblineIndia.
Original n8n.io sourceThis workflow captures leads via webhook, validates and deduplicates them, uses OpenAI to score and summarize intent and sends high-quality leads (score > 70) to Airtable and Slack for immediate sales action.
This workflow automates your entire lead handling process from capture to qualification and notification. When a new lead is submitted through a webhook, the system extracts and standardizes the data, ensuring all required fields are present and usable.
Next, it checks if the lead already exists in Airtable using the email address. If the lead is new, it is sent to an AI model that evaluates the message content and assigns a score, category (Hot/Warm/Cold) and a short summary.
Finally, only high-intent leads (score greater than 70) are stored in Airtable and instantly sent to Slack. This ensures your sales team focuses only on the most valuable opportunities without manual filtering.
To use this workflow, you need:
name, email, company, message)Validation Node
Adjust message length or add more conditions (e.g., required company)
AI Prompt
Modify scoring rules or summary format
Add industry-specific logic
Score Filter
Change threshold (e.g., 60 instead of 70)
Slack Message
Add email, message or direct contact link
Airtable Fields
Add tags, source, campaign tracking
And many more use cases depending on your business needs.
| Issue | Possible Cause | Solution |
|---|---|---|
| No data in Airtable | Field mapping issue | Check field names and mappings |
| Slack not sending messages | Wrong channel or credentials | Reconnect Slack and verify channel |
| AI output parsing fails | Invalid JSON from AI | Check prompt and parser fallback |
| Duplicate leads processed | Airtable filter issue | Verify email matching formula |
| Workflow not triggering | Webhook not connected | Recheck webhook URL and method |
If you need help setting up, customizing or extending this workflow, our n8n workflow development team at WeblineIndia can assist you.
We can help you:
Feel free to reach out to build powerful automation workflows tailored to your business.
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 route high-intent leads with OpenAI, Airtable and Slack |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Lead Generation, AI Summarization |
| Author | WeblineIndia |
| Published | 01 May 2026 |
Use the JSON export at /data/workflows/15418/15418.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.
LeadFlow AI: n8n Webhook + OpenAI + Airtable + Slack Lead Automation This workflow captures leads via webhook, validates and deduplicates them, uses OpenAI to score and summarize intent and sends h...
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.