Skip to content
imessageapi

iMessage for real estate agents

Property moves faster than email. A new listing that matches a buyer's brief is worth about four hours of attention, and an unopened inbox wastes all of it.

6 min readUpdated August 20, 2026By industry

Real estate is a speed business with a long tail. The speed part is enquiries and new listings, where minutes matter. The long tail is staying present with someone who will move in eighteen months. Messaging is unusually good at both, and unusually easy to ruin by over-sending.

Enquiry response is the whole game

A portal enquiry at 9pm goes to several agents at once. The one who replies first with something specific gets the viewing. An automated acknowledgement within seconds, followed by a human message in the morning, is the difference between a lead and a lost one. The speed-to-lead playbook has the sequence.

agent templates
export const agent = {
enquiryAck: (c: Ctx) =>
`Hi ${c.firstName} — ${c.agentName} at ${c.agency}. Got your enquiry ` +
`about ${c.address}. I'll come back to you ${c.whenPhrase} with times.`,
 
newMatch: (c: Ctx) =>
`${c.firstName} — new listing that fits your brief: ${c.beds} bed in ` +
`${c.suburb}, ${c.price}. Photos and times: ${c.link}`,
 
viewingReminder: (c: Ctx) =>
`Viewing at ${c.address} tomorrow, ${c.time}. ` +
`I'll be out front. — ${c.agentName}`,
};

Matched listings only, never a listings blast

Sending every new listing to every contact is the single fastest way to get muted. Send only when it genuinely matches the brief they gave you. If you cannot say why it matches, it does not — and the discipline of that test is what keeps the channel alive.

The long tail

A seller who is thinking about next spring does not want monthly market updates. They want to hear from you when something relevant happens to their street. One well-timed, genuinely specific message a quarter beats twelve generic ones, and it is the version that gets a reply.

A portal enquiry is consent to reply about that property. It is not consent to add someone to a listings alert list. Ask explicitly, record the scope, and keep the two separate — consent. This industry attracts scrutiny on exactly this point.

Next step

Browse the other industry playbooks, compare the services that can send this on the providers page, or tag your links with the UTM builder.