Skip to main content

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

Workflow preview

Workflow preview
100%
Send real estate lead inquiries to Aloware SMS and AI qualification sequence preview
Open on n8n.io

1. Workflow Overview

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 ...

Best for

  • Lead Nurturing automation workflows
  • AI Chatbot automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, n8n-nodes-base.httprequest

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Maxim Dudnik.

Original n8n.io source

1.1 Workflow description

Title
Send real estate lead inquiries to Aloware SMS and AI qualification sequence
Workflow name
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 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: ALOWARE_API_TOKEN, ALOWARE_LINE_PHONE, ALOWARE_SEQUENCE_ID, AGENT_NAME, and BROKERAGE_NAME.
  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. Zillow Premier Agent → API webhook
  6. Follow Up Boss → Outbound webhook
  7. IDX website → Contact form webhook
  8. Facebook Lead Ads → n8n Facebook trigger node

Activate and test with a sample inquiry.

Requirements

Aloware account with API access and an outbound line At least one property lead source that can send webhooks (Zillow, Realtor.com, Follow Up Boss, IDX site, Facebook Lead Ads, etc.)

Customising this workflow

Edit the SMS in the "Aloware: Send Property Inquiry SMS" node — mention open house dates, neighborhood highlights, or a virtual tour link. Add a branch after contact creation to tag the contact with the property type (condo, single-family, etc.) for segmented follow-up. Duplicate this workflow for listing inquiries vs. buyer inquiries with different sequences and messaging.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Workflow Overview

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Receive & Create Contact

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - SMS + AI Sequence

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Qualification Tip

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Property Inquiry Received

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 6 - Normalize Inquiry Data

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 7 - Aloware: Create Contact with Property Details

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 8 - Aloware: Send Property Inquiry SMS

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Aloware: Enroll in AI Buyer Qualification Sequence

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

3. Summary Table

Workflow Send real estate lead inquiries to Aloware SMS and AI qualification sequence
Complexity intermediate
Nodes 9
Categories Lead Nurturing, AI Chatbot
Author Maxim Dudnik
Published 13 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15020/15020.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send real estate lead inquiries to Aloware SMS and AI qualification sequence do?

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 ...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing, AI Chatbot use case.