Property Enquiry Qualifier
Slug: ai-property-enquiry-qualifier · Category: Lead Capture & Booking · Provisioning: Requires AgentLane staff approval
Handles property inquiries, qualifies potential buyers or tenants, and books viewing slots via Cal.com.
Required credentials
| Provider | Used for |
|---|---|
anthropic | Scores and qualifies the enquiry |
postgres | Matches against your listings table and logs the enquiry |
cal_com | Books the viewing slot |
resend | Sends the confirmation, nurture, or decline email |
Industry fit
Real Estate — a taxonomy-only vertical today (no real-estate clients exist on this platform yet), but the tag is honest: the agent genuinely does this, it just won’t light up a “Recommended” badge until a real client in that industry exists.
How to deploy
Request it the same way as any non-instant agent — see Deploy your first agent for the request-dialog walkthrough.
Sample conversation flow
A property enquiry comes in, gets scored, and is matched against your listings before branching:
Webhook (enquiry) ──► Score Enquiry with Claude ──► Parse Claude Response
│
▼
Match Properties (Postgres)
│
▼
Combine Enquiry + Matches ──► Log Enquiry
│
▼
Switch
/ │ \
Qualified, matches found Matches exist, not ready No good matches
│ │ │
Cal.com: Get Available Slots Email: Nurture Matches Email: Decline Response
│ Slack: Nurture Alert Slack: Decline Alert
Find Earliest Slot
│
Book Cal.com Viewing
│
Email: Booking Confirmation + Matches
Slack: Match & Book AlertA qualified buyer/tenant with a genuine listing match gets a viewing booked directly; a lead who matches something but isn’t ready to view yet gets a nurture email with the matched listings attached; a lead with no realistic match gets a polite decline. Every branch posts an internal Slack alert.
Related
- Lead Qualifier — same booking mechanics, for non-property verticals
- Connect your integrations