Real estateCase study4 min read
Real estate: the 11pm property enquiry, answered at 11pm
Buyers browse listings at night and message three agencies at once. The one that answers first gets the viewing.
The business in this scenario: A six-agent residential agency in a coastal suburb, listing on three portals
In short
Portal traffic peaks after dinner, when nobody is at the desk. The agency put an AI assistant on its own website that answers property questions from its live listing records, qualifies the buyer on budget and timeline in the same conversation, and files the result as a scored lead before morning. Setup was one line of code and an afternoon.
Eleven forty-two on a Tuesday night
A buyer is three tabs deep on a property portal. One of those tabs is your listing — the three-bedroom on Maple Street. She has a question about it, and what your website offers her is a contact form with six required fields and a promise that somebody will be in touch.
She fills it in. Then she does the same on the other two tabs, because she is not sentimental about which agency sells her a house. By nine the next morning, when your office opens and somebody works down the overnight enquiries, she has already spoken to an agent at one of the other agencies — the one whose website answered her at 11:42pm instead of promising to.
This is not a story about a bad agency. It is a story about opening hours. Listings are published to a market that shops at night, and staffed by a business that works during the day, and the gap between those two facts is where enquiries go to die.
What is actually broken
Pull that apart and there are three problems. They turn out to be the same problem seen from three different desks.
The first is timing. Portal referrals arrive in the evening and sit in an inbox overnight. Nobody disputes that a faster reply wins more viewings; there is simply no version of the roster where somebody is awake at midnight to send one.
The second is triage. A pre-approved buyer moving this quarter and a browser two years out arrive as the same form submission — a name, an email, and a sentence of free text. Which is which gets discovered on the phone, one call at a time, by agents who could be showing houses instead. The qualifying work is real work, and it is being done at the most expensive point in the process.
The third is money. Spend goes to three portals and a paid social campaign, and at the end of the month there is no honest answer to which of them produced the sale. Attribution is whatever the buyer happens to remember saying when somebody asks how they found the listing.
A faster reply wins the viewing. There is simply no version of the roster where somebody is awake at midnight to send one.
What setup actually involves — all of it
This is the part that usually gets oversold, so it is worth being precise about how little of it there is.
The setup wizard interviews the principal for about five minutes while it crawls the agency website on its own — the listings, the area guides, the fee structure. Then in go the documents the agency already emails buyers anyway: floor plans, the buying-process explainer, a scanned brochure nobody has a clean digital copy of any more. Scanned PDFs are read, which matters here, because a good deal of what an agency knows lives in files like that.
Then one line of code goes into the site before the closing body tag. On WordPress that means letting the install assistant place it and confirm the widget is live. No developer is engaged, no integration project is scoped, and nothing about the existing website changes.
The last step is structural rather than technical: telling the system that the thing this business sells is called a Property, that it has a price, an address, a bedroom count and a land size, and that it moves through Available, Under offer and Sold. That vocabulary is what the assistant answers from, and what the dashboards are generated from later.
What a person does
- Point it at your websiteA five-minute interview while it crawls your site — your listings, your area guides, your fee structure.
- Add what you already send buyersFloor plans, brochures and the buying-process PDF. Scanned documents are read too.
- Paste one line of codeOr let the install assistant do it for WordPress, Wix, Webflow or Shopify, then confirm the widget is live.
What the system does from then on, unattended
- Answers price, address, bedrooms, land size and availability from your own property records — in the buyer's language.
- Asks what an agent would ask: budget, area, timeline, finance — without reading like a form.
- Scores the conversation Hot, Warm, Nurture or Cold and writes a summary an agent can read in ten seconds.
- Creates the lead at the first stage of your pipeline, assigned, with the full transcript and a follow-up date.
- Tags the campaign the visitor arrived on, so portal spend and closed revenue end up on the same report.
What happens at 11:42pm now
The same buyer, the same listing, the same hour. What follows is the shape of the conversation the assistant holds — answering from the agency's own property records, and doing the qualifying an agent would do without it reading like a form.
- Visitor: Is the 3-bed on Maple Street still available?
- Assistant: It is — listed at $615,000, three bedrooms, 480m² of land. Are you looking to buy in the next few months, or still comparing areas?
- Visitor: Next couple of months. We're pre-approved to around $650k.
- Assistant: That fits comfortably. I can put you down for a viewing this weekend — Saturday morning or Sunday afternoon?
- Pre-approved to $650k
- Buying within 3 months
- Viewing requested
In the pipeline, assigned and dated before the agent's alarm went off.
Why that conversation is worth more than a form submission
Three things happened in four exchanges, and none of them required a person.
The buyer got a real answer — price, bedrooms, land size, availability — pulled from the agency's own listing records rather than from a page of marketing copy that may be a fortnight out of date. Because the assistant reads the record, updating a property to Under offer is what changes the answer. There is no second place to keep the truth.
She was qualified. Budget, timeline and finance status came out in conversation, in the buyer's own words, because those are the questions a good agent asks and the assistant was told to ask them. By the time she stopped typing, the agency knew more about her than it typically learns in a first phone call.
And she was captured. The conversation became a lead scored Hot, with an AI summary an agent can read in ten seconds, the full transcript attached, a stage, an owner and a follow-up date — sitting in the pipeline before anybody's alarm went off. The agent's morning starts with a sorted board instead of an undifferentiated inbox.
The shape of the change
Nothing here is a productivity claim with a percentage attached to it. It is a change in what the business does by default, which is easier to check and harder to argue with.
- A form emails the office at 11:42pm.The buyer is answered at 11:42pm and offered a viewing slot.
- Every enquiry reads the same in the inbox.Pre-approved buyers arrive tagged Hot; browsers route to Nurture.
- An agent re-types the details into a spreadsheet.The lead is already staged, assigned and dated, transcript attached.
- Portal spend is judged on instinct.Cost per lead and won revenue, per portal, on one screen.
What to watch once it is running
The dashboards are generated from the record model, so they arrive already speaking about properties rather than about generic objects. Four things are worth watching in the first month.
- Leads by tier — how much of the top of the funnel is genuinely buyable.
- Median price, price range and days listed across your available properties.
- Cost per lead and ROAS per portal and campaign, against revenue from won deals.
- Who on the team is converting which tier, from the agent leaderboard.
- Line of code to install
- 1Line of code to install
- Guided setup, start to live
- ~5 minGuided setup, start to live
- Languages, right-to-left included
- 30+Languages, right-to-left included
- Answering, including 2am
- 24/7Answering, including 2am
Product facts, checkable in the app. Not outcome claims.
Questions this industry always asks
- Will it quote the wrong price on a listing?
- It answers from the property records you keep in ConGreeto, so what you update there is what it repeats back — including the status, whether that is Available, Under offer or Sold.
- Can it handle overseas buyers?
- Yes. 30+ languages are built in, Arabic, Urdu, Hebrew and Persian render right-to-left, and the transcript is stored in the language the conversation was held in.
Keep reading
- AutomotiveAutomotive: the test drive booked while the showroom was shutBuyers shortlist cars at midnight. The dealership that answers the odometer question is the one they turn up to.
- Clinics & healthClinics and health: the enquiry that used to end in voicemailPatients want price, duration and who performs the treatment before they will book. Reception is on another call.
- Professional servicesProfessional services: qualifying before the discovery callHalf of a firm's discovery calls end in “not a fit”. The assistant establishes that before the calendar invite goes out.
Your visitors are already asking these questions.
One line of code, about five minutes of setup, and something is there to answer them.