AI Automation Series #5: AI Lead Qualification with Make.com + ChatGPT

There’s a concept in sales called the “qualification tax” — the hidden cost of time that sales reps spend evaluating leads that were never going to convert. In most businesses, a significant portion of inbound leads are either too small, wrong fit, not ready to buy, or simply using your contact form to gather information for research. Every hour a skilled salesperson spends on these conversations is an hour not spent on deals that could actually close. AI-powered lead qualification eliminates the qualification tax entirely by filtering, scoring, and enriching every lead before a human ever touches it. Here’s how to build that system using Make.com and ChatGPT.

Why Automated Lead Qualification Changes Everything

The problem with manual lead qualification isn’t just time — it’s inconsistency. Different reps apply different criteria. Leads that come in on Friday afternoon get less attention than Monday morning leads. High-potential prospects from small companies get deprioritized because their deal size looks small on the surface, even when their lifetime value would be enormous. An AI qualification system applies the exact same criteria to every single lead, every time, regardless of when it comes in or who’s on duty.

The results are measurable and significant. Businesses that implement AI lead qualification typically see 40-60% reductions in time-to-first-response, 20-30% improvements in conversion rates from lead to qualified opportunity, and significant increases in sales team morale because reps spend their time on conversations that actually matter. The system doesn’t replace your sales team’s judgment — it enhances it by ensuring that judgment is applied where it has the most impact.

Building the System in Make.com

Make.com (formerly Integromat) is an excellent platform for this workflow because of its visual scenario builder and strong native integrations with both form tools and CRM systems. The visual canvas approach makes it easy to see the entire lead processing flow at once, which is helpful when you’re designing a multi-step qualification pipeline. Here’s how to structure the complete system.

The workflow starts with a webhook or native integration trigger. When a new lead form is submitted — whether through Typeform, WPForms, HubSpot Forms, or any other tool — Make.com receives the data instantly. Your first step is to structure this raw form data into a clean JSON object. Extract the essential fields: name, company, email, phone, inquiry message, and any qualifying questions your form captures (budget range, company size, timeline, specific needs). Clean formatting at this stage prevents messy data from propagating through the rest of the pipeline.

The AI Qualification Step: What to Ask ChatGPT

The heart of the system is the OpenAI API call. This is where your ideal customer profile (ICP) criteria get applied intelligently rather than through rigid rule matching. Your prompt to ChatGPT should include three things: your ICP definition (industry, company size, typical pain points, deal size range), the raw lead data from the form, and a structured output format that downstream steps can parse.

A well-designed qualification prompt might look like this: “You are a sales qualification specialist. Based on the following ICP criteria and lead information, provide a qualification assessment. ICP: B2B SaaS companies with 10-200 employees, annual revenue $1M-$50M, focused on marketing or sales operations, with budget for software solutions ($500-5000/month). Lead data: [form fields]. Return a JSON object with: score (1-10), tier (hot/warm/cold), primary_pain_point, recommended_action, and qualification_notes.” The structured JSON response means your downstream routing logic can parse the output reliably without complex text processing.

Lead Enrichment: Getting More Data Without Asking for It

After the initial AI qualification, add a data enrichment step. Using the lead’s email domain, you can automatically gather substantial additional information that makes the AI assessment more accurate and gives your sales team a much richer picture. The Clearbit API (or the more affordable Hunter.io) can return company name, industry, employee count, technology stack, location, and LinkedIn URL from just an email address. Apollo.io offers even deeper enrichment including the contact’s role, decision-making authority, and recent company news. Feed this enriched data back into a second ChatGPT call that refines the qualification score with the additional context.

This two-pass approach — initial qualification on form data, refined qualification on enriched data — is more accurate than a single-pass system because the AI has more signal to work with. A lead that looks cold based on their form submission might look much warmer when you see that their company just raised a Series B and is actively hiring for the exact problem your product solves. That context changes the qualification, and your AI system catches it automatically.

Routing Logic: What Happens After Qualification

Make.com’s Router module is where your qualification logic turns into differentiated handling. Based on the AI’s tier assignment, create three paths. Hot leads (score 8-10) get immediate treatment: they’re added to your CRM as high-priority opportunities, your best sales rep gets an instant Slack notification with the full AI brief, and a personalized AI-written first email is drafted in Gmail ready to send. Warm leads (score 5-7) go into a standard nurture sequence: added to the CRM with appropriate pipeline stage, added to an email nurture sequence in your email marketing tool, and scheduled for follow-up in 48 hours. Cold leads (score 1-4) get automated handling: a friendly acknowledgment email explaining your product and linking to your pricing page, and a tag in your CRM for potential future re-engagement.

The AI-Written Personalized Response

For hot and warm leads, the first response is arguably the most important communication you’ll have. Studies consistently show that response time and personalization quality are the two biggest factors in lead conversion — leads contacted within five minutes are 21x more likely to become qualified opportunities than those contacted after 30 minutes. With this system, every hot lead gets a response in under two minutes, day or night.

The response is written by ChatGPT using all available context: the form submission, the enrichment data, the qualification notes, and your company’s value proposition library. The prompt instructs the AI to reference something specific from the lead’s situation, address their primary pain point directly, include a relevant case study or social proof point, and end with a clear, low-friction call to action (a Calendly link or a simple yes/no question). This level of personalization would take a human 15-20 minutes per lead to write manually. The AI does it in seconds.

Measuring and Improving the System

The real power of this system emerges over time as you measure its performance and refine the AI’s qualification criteria. Set up a Google Sheet that logs every lead with their AI qualification score, tier, and actual outcome (converted, not converted, still in pipeline). After 90 days, you’ll have enough data to see patterns: are leads the AI scores as “hot” actually converting at a higher rate? Are there false negatives (leads the AI scored cold that turned into real opportunities)? Use these insights to refine your ICP definition and your qualification prompt. A system that improves itself based on real outcome data is worth infinitely more than one that stays static.

Building Toward More Complex Systems

This lead qualification system is a powerful foundation, and it can grow significantly from here. In later parts of this series, we’ll look at connecting this to a full AI sales automation pipeline — from automated outreach sequences to meeting booking to proposal generation. The qualification system you build here is the first gate in that pipeline, ensuring that every downstream automation is applied only to the right prospects. Once you have it running, you’ll wonder how you ever managed leads any other way.

Scroll to Top