workflows.fit
Back to n8n workflows
n8n templateFreeBy Maxim Dudnik

Send real estate lead inquiries to Aloware SMS and AI qualification sequence

Description When a buyer inquires about a property on Zillow, Realtor.com, your IDX site, or Facebook Lead Ads, this workflow instantly creates an Aloware contact with full property details, sends a hyper-personalized...

DevelopmentCore NodesSticky NoteWebhookSetHttp Request
Loading interactive preview...

Template notes

Description

When a buyer inquires about a property on Zillow, Realtor.com, your IDX site, or Facebook Lead Ads, this workflow instantly creates an Aloware contact with full property details, sends a hyper-personalized SMS referencing the exact listing, and enrolls them in an AI Buyer Qualification sequence. In real estate, the first agent to respond wins the client. This template gets your name in front of the buyer within seconds — mentioning the specific property they looked at — and kicks off an AI-powered qualification flow that asks about timeline, budget, and pre-approval status.

How it works

1. A Webhook receives the property inquiry from any lead source (Zillow, Realtor.com, Follow Up Boss, IDX forms, or Facebook/Google Lead Ads). 2. A Set node normalizes the incoming data — buyer name, phone, email, property address, list price, MLS number, and inquiry source. 3. An HTTP Request creates the contact in Aloware via /webhook/forms, storing the property address, price, and MLS in custom fields and notes. 4. A second HTTP Request sends a personalized SMS: "Hi {name}! This is {agent} from {brokerage}. I saw your interest in {property address} — great choice! Reply YES or call me…" 5. A final HTTP Request enrolls the buyer in an AI Buyer Qualification Sequence that will follow up with calls and texts to qualify timeline, budget, pre-approval status, and preferred showing times.

How to use

1. Import the JSON into n8n. 2. Add these n8n Variables: ALOWAREAPITOKEN, ALOWARELINEPHONE, ALOWARESEQUENCEID, AGENTNAME, and BROKERAGENAME. 3. In Aloware, create an AI Buyer Qualification Sequence (e.g., SMS → AI call → wait 1 day → follow-up SMS) and copy the Sequence ID. 4. Configure your lead source to POST to the Webhook URL: 5. 6. Zillow Premier Agent → API webhook 7. Follow Up Boss → Outbound webhook 8. IDX website → Contact form webhook 9. Facebook Lead Ads → n8n Facebook trigger node

Activate and test with a sample inquiry.

Requirements