Template
Templates
Featured
Lead Qualification Agent Template
An n8n workflow that scores and routes inbound leads using an LLM before they ever reach your inbox.
Version 1.0.00 downloadsUpdated Aug 2, 2026
n8nleadssalesai-agent
What this does
This template turns raw inbound leads into qualified opportunities. A webhook receives the lead, an LLM extracts key details and scores the fit, then the workflow routes it to the right pipeline and sends a Slack notification.
Nodes included
- Webhook — receives lead payload
- AI Agent (Groq) — extracts and scores the lead
- Router — splits qualified vs. unqualified
- Slack — notifies the sales channel
- Google Sheets — appends the lead for tracking
Getting started
- Import the workflow JSON into n8n.
- Set your API keys (Groq + Slack).
- Add your sheet ID and run a test lead.
Version history
v1.0.02026-07-31
- Initial release