Not all inquiries are equal. The personal injury prospect calling from the emergency room is not the same as someone who rear-ended someone at 5mph and wants to know if they have a case. The estate planning prospect with a $3M estate and two minor children is not the same as someone asking for a simple will for a $40K estate. Treating them identically — putting them all in the same pile for staff to call back "when they get to it" — is how firms lose their best cases.

A lead qualification system does three things: it scores every inquiry automatically based on your criteria, routes each lead to the right response path, and triggers the appropriate follow-up — all without staff making judgment calls on every single form submission.

Here is how to build one.

Why Manual Qualification Fails

When staff qualifies leads manually, several things go wrong consistently:

Speed. Manual qualification requires a human to review the form, decide on the lead quality, and then trigger the appropriate response. That takes time — typically 2–8 hours from submission to response. 78% of clients choose the first firm that responds. By the time a staff member reviews Monday morning's forms, the best leads have already hired someone else.

Inconsistency. Different staff members apply different criteria. The paralegals who covers intake on Fridays has a different threshold than the one who covers Mondays. High-quality leads get deprioritized on busy weeks. Marginal leads get pushed through on slow weeks.

Coverage gaps. Manual qualification only works during business hours. The personal injury lead who calls at 10pm doesn't get qualified until 9am the next day — 11 hours later. The criminal defense lead whose family member was arrested at 2am gets a response at 9am if you're lucky.

No routing logic. Even when staff does identify a hot lead, there's no automatic routing. They make a note, put it in a pile, and it still waits for someone to call.

An automated qualification system eliminates all four problems simultaneously.

Building Your Qualification Criteria

Before you build anything, you need to define what a qualified lead looks like for your practice. This is the most important step — and the one most firms skip. They build automation before they've defined their criteria, and then wonder why the routing doesn't work.

Qualification criteria vary by practice area. Here are examples:

Personal Injury

Family Law

Criminal Defense

Estate Planning

Take your criteria and assign point values to each answer. A PI prospect with a recent injury, medical treatment received, clear liability, and a severe injury scores 20/20. A prospect with an expired SOL and no medical treatment scores 2/20. The score determines the routing path.

Building the Scoring Logic in n8n

Once you have your scoring criteria, you build the logic in n8n (or Zapier for simpler setups). The flow works like this:

  1. Intake form submission triggers a webhook in n8n
  2. n8n reads the form field values and runs the scoring calculation
  3. Total score determines which routing path the lead enters
  4. Each path triggers a different automated response

In n8n, this looks like a series of IF nodes:

You can add more granularity as needed. A "super hot" path for leads scoring 20/20 (immediate phone call notification to attorney) is worth building for high-value practice areas.

For practices that handle multiple areas, add a practice area router before the scoring logic. All PI leads go to the PI scoring model. All family law leads go to the family law model. The n8n workflow branches based on the practice area field in the intake form. Learn how we set up these systems at our intake automation page.

The Three Routing Paths

Hot Lead Path (Score ≥ 15)

Hot leads get the full immediate treatment:

The goal for hot leads is to get them on the calendar before they talk to anyone else. Speed is everything. The booking link goes directly in the first SMS — no extra steps, no "we'll call you back," no friction.

Warm Lead Path (Score 8–14)

Warm leads need nurturing before they're ready to commit:

47% of leads who don't convert on the first touch will convert with consistent follow-up over 14 days. The warm lead sequence captures this revenue automatically.

Cold/Disqualify Path (Score < 8)

Disqualified leads still deserve a professional response — and a referral if possible:

This matters for two reasons: professional reputation (the disqualified lead still talks to people), and future cases (someone with an expired SOL today might have a fresh incident next year).

Integrating with Your CRM

Every lead — hot, warm, or cold — should land in your CRM automatically with their score, qualification status, and routing path recorded. This gives you:

If you're using Clio Grow, Lawmatics, or Lead Docket, n8n connects to all three via API or Zapier. If you're using a simpler CRM, n8n can write directly to Airtable or a Google Sheet as a lightweight alternative.

Qualification vs. Conversion: Know the Difference

Qualification tells you which leads are worth pursuing. Conversion is the follow-up work that actually gets them to book. Your lead qualification system handles qualification automatically. The follow-up sequences (covered in our automation services) handle conversion.

The two work together. Without qualification, your follow-up sequences treat every lead identically — you'll burn staff time on hopeless cases and under-invest in your best ones. Without strong follow-up, qualification is just a sorting exercise — you know who your best leads are but you still lose half of them to inaction.

Building the System: What It Takes

The qualification system build takes approximately 8–12 hours to set up from scratch — more if you're defining criteria for multiple practice areas simultaneously.

The key inputs you need before you start:

Once those are defined, the technical build in n8n is straightforward. The hard work is the strategic work — defining what a qualified lead looks like for your specific practice.

Most firms have never written this down explicitly. The exercise of defining it is itself valuable — it surfaces disagreements between attorneys about what cases the firm actually wants to take, which is a useful conversation to have.

Book a Free Law Firm Automation Audit — we'll help you define your qualification criteria and show you exactly what a scoring-and-routing system would look like for your practice areas.

Related Articles
Intake Automation · 8 min read
How to Automate Intake for Solo Practitioners
Solo practitioners are in court all day while leads go cold. Here's how to build a sub-$100/month au...
Intake Automation · 8 min read
How to Qualify Personal Injury Leads with AI (Before Staff Touches Them)
Personal injury firms get flooded with leads that don't meet case criteria. AI qualification screens...
Intake Automation · 8 min read
How to Use AI Chatbots for Law Firm Intake
40% of legal inquiries arrive outside business hours. An AI chatbot captures them, qualifies them, a...