---
title: Lead Qualification Automation
type: article
created: '2025-10-09'
updated: '2025-10-09'
source_docs:
- raw/2025-10-09-team-stand-up-93006603.md
tags:
- lead-qualification
- automation
- crm
- lifecycle-stages
- forms
layer: 2
client_source: null
industry_context: null
transferable: true
---

# Lead Qualification Automation

## Overview

Lead qualification automation uses form responses and predefined criteria to automatically advance contacts through lifecycle stages — from raw lead to Marketing Qualified Lead (MQL) to Sales Qualified Lead (SQL). Rather than manually reviewing and updating lead status, the system evaluates collected data against qualification thresholds and triggers status changes automatically.

This pattern was actively developed for [[wiki/clients/citrus-america/_index|Citrus America]] as of October 2025, with implementation details discussed in a dedicated follow-up meeting.

---

## Core Concept

The fundamental logic is straightforward:

1. **Collect qualification data** via a form or workflow (e.g., BANT criteria, engagement signals, demographic fit)
2. **Evaluate responses** against a defined scoring or checkbox model for each lifecycle stage
3. **Trigger an automation** that changes the contact's lead status or lifecycle stage when criteria are met

> *"The automation is that they're trying to get these things done. You get this information and when they have the right amount of information, then it changes their life cycle stage."*
> — Mark Hope, 2025-10-09 Stand-Up

---

## Lifecycle Stage Progression

A typical qualification ladder used in this model:

| Stage | Description |
|---|---|
| **Lead** | Initial contact; minimal qualification data |
| **MQL (Marketing Qualified Lead)** | Meets marketing criteria (e.g., engagement, persona fit) |
| **SQL (Sales Qualified Lead)** | Meets sales criteria (e.g., BANT: Budget, Authority, Need, Timeline) |

Each stage has its own set of required criteria. When a contact satisfies all criteria for a given stage, the automation fires and updates their lifecycle stage accordingly.

---

## Form Structure Options

There are two primary approaches to collecting qualification data:

### Option A: Individual Forms per Stage
- Separate forms for each lifecycle stage (Lead → MQL → SQL → BANT)
- Cleaner separation of concerns; easier to update one stage without affecting others
- May require more maintenance overhead

### Option B: Single Continuous Workflow Form
- One all-encompassing form or workflow captures all qualification data at once
- Simpler for the end user; all data in one place
- Automation logic evaluates which stage criteria are met and advances accordingly

**Recommendation:** Choose based on how the client's team will interact with the forms. If sales and marketing teams operate independently, individual forms may map better to their workflows. If a single intake process is preferred, the continuous form is cleaner.

---

## Implementation Considerations

### Weighting and Scoring
- Determine whether qualification is **binary** (all criteria must be met) or **weighted** (a score threshold triggers advancement)
- Binary is simpler to automate; weighted scoring allows for nuance but requires more configuration

### Automation Mapping
Before building, map out:
- Which fields/answers correspond to which stage criteria
- What the trigger condition is for each stage transition
- Whether disqualification (downgrading a stage) is needed

### Tooling
- This pattern is implementable in most CRM platforms (HubSpot, ClickUp, etc.)
- Ensure the form tool and CRM are connected so responses can trigger workflow automations

---

## Client Example

**[[wiki/clients/citrus-america/_index|Citrus America]]** — October 2025

Chris Østergaard led development of a lead qualification process for Citrus America. Key open questions at the time of the stand-up included:

- Whether to use individual forms per stage or a single continuous form
- How to weight answers to determine qualification thresholds
- The automation logic to change lifecycle stage based on qualification criteria

A follow-up working session was scheduled for **5:30 PM on 2025-10-09** to finalize implementation details.

---

## Related

- [[wiki/clients/citrus-america/_index|Citrus America]]
- [[wiki/knowledge/lead-generation/lead-qualification-automation|Lead Qualification Automation]] *(this article)*
- [[wiki/meetings/2025-10-09-team-stand-up|Team Stand-Up — 2025-10-09]]