Real Estate Automation, n8n for Real Estate, REW Webmasters, Self-Hosting, Lead Routing, Cloudflare

Real Estate Automation with n8n: Replacing a $5,000/Year SaaS Stack for a REW Website

A top-producing real estate team used n8n for real-estate operations on their REW Webmasters website. I built a self-hosted automation system that cut SaaS costs and delivered instant lead alerts.

Client Top-producing real estate team (Canada)
Role Full-Stack Developer & Automation Architect
Sun, June 7, 2026
3 min read
Tech Stack:
n8n Docker Cloudflare Tunnel REW Webhooks Gmail API macOS LaunchAgent

Real Estate Automation with n8n for a REW Webmasters Website

A top-producing real estate team in Canada was spending thousands of dollars per year on Zapier and scattered automation tools, yet still missing lead alerts from their REW (Real Estate Webmasters) website. Their site generated listing inquiries, showing requests, and contact form submissions daily. These leads were supposed to reach the team instantly. Instead, they were buried in notification delays, manual email checks, and a brittle Zapier setup that broke every time REW changed their webhook format.

The team lead needed a real estate automation system that was fast, reliable, and fully under his control. He was tired of paying for automation tools that still required manual workarounds.

Zapier Quotas and Black-Box Webhooks Were Killing the Lead Flow

The real problem was not a slow email. It was a brittle workflow dependent on third-party platforms that treated every lead as a task in a monthly quota. On high-volume days, Zapier hit its task limit and stopped sending alerts entirely. When REW updated their webhook payload, the Zap broke silently and leads disappeared. The team only found out when a lead called to ask why no one had followed up.

The alerts themselves were also bad. Plain text, unbranded, and hard to read on mobile. Agents had to dig through raw data to find a phone number or property address. For a team that prided itself on fast response, every delayed or ugly alert was a lost listing or a damaged reputation.

n8n workflow diagram showing the REW lead routing pipeline: Webhook → Switch → Listing Inquiry Email / Showing Request Email / Contact Form Email / Fallback Email

A Self-Hosted n8n Real Estate Automation System on Existing Hardware

I built a self-hosted n8n instance running on a MacBook, exposed securely through a Cloudflare Tunnel, and wired it directly to the REW Webmasters website. Because the platform had no native direct integration path, I used n8n as the middleware for a custom real estate automation workflow.

The REW webhook sends application/x-www-form-urlencoded POST data with nested field names like lead[groups][0][name] and event[details][form]. A Switch node inspects those fields to route each lead type: listing inquiry, quick showing, contact form, or fallback. Each route triggers a tailored HTML email through the Gmail API — dark blue for listings, teal for showings, green for contacts — formatted for mobile so agents can triage leads while showing properties.

Docker isolates n8n from the MacBook’s main system and restarts automatically. A macOS LaunchAgent keeps the Cloudflare Tunnel alive, so the system survives reboots and network changes without manual intervention. Lead data never passes through a third-party server.

Instant Lead Alerts and Full Control Over the REW Website Workflow

What changed: the team cancelled their Zapier subscription. Lead alerts now arrive in under 3 seconds instead of minutes or never. Listing inquiries, showing requests, and contact forms each receive a tailored, branded email with the lead’s details and a one-click link to the REW lead profile. The system auto-recovers from reboots, and every webhook is logged inside n8n for full visibility.

The team is now exploring more real estate automation workflows on the same n8n instance: appointment reminders, follow-up sequences, and CRM updates. If they outgrow the MacBook, the Docker container and Cloudflare Tunnel configuration can move to a cloud VPS in under an hour.