Lead Qualifier
Slug: agentlane-lead-qualifier · Category: Lead Capture & Booking · Provisioning: Instant — no admin approval needed
Qualifies incoming leads using Anthropic AI, checks calendar availability on Cal.com, and sends follow-up emails via Resend. This is the simplest credential set and lowest-risk agent in the v1 catalog, which is why it’s the only one that skips manual staff review.
Required credentials
| Provider | Used for |
|---|---|
anthropic | Scores and qualifies the incoming lead |
postgres | Logs the lead |
cal_com | Checks availability and books the call/consultation |
resend | Sends the confirmation or nurture follow-up email |
Industry fit
Aesthetics & Beauty, Dental, Home Services, Legal, Healthcare, Veterinary, Fitness, Accounting, Insurance, Construction, Solar. Any consultation- or appointment-booking business fits this agent’s actual mechanics (AI qualification + Cal.com availability + email follow-up), not just the verticals with real clients today.
How to deploy
See Deploy your first agent for the full walkthrough — Lead Qualifier is the agent used as that page’s worked example, start to finish.
Sample conversation flow
A real lead comes in through the webhook, gets scored, and branches three ways:
Webhook (lead submitted) ──► Score Lead with Claude ──► Parse Claude Response
│
▼
Log Lead to Supabase
│
▼
Switch
/ │ \
High-quality lead Needs nurturing Declined
│ │ │
Cal.com: Get Available Slots Email: Nurture Follow-up Email: Decline Response
│ Slack: Nurture Lead Slack: Lead Declined
Find Earliest Slot
│
Book Cal.com Call
│
Email: Booking Confirmation
Slack: High-Quality LeadA high-quality lead gets booked straight onto the resolved Cal.com calendar and receives a confirmation email; a borderline lead gets a nurture email instead of a booking; a poor-fit lead gets a polite decline. Every branch also posts an internal Slack alert so your team sees it land in real time.