Block 1 - Property Search Form
- Type / Role
- n8n-nodes-base.formTrigger - formTrigger
- Config choices
- Version 2
This workflow is provided as-is. Please review and test before using in production.
Transform property searches into personalized experiences! This powerful automation delivers dream home matches straight to clients' inboxes with professional CSV reports all from a simple web form...
n8n-nodes-base.formtrigger, n8n-nodes-base.code, n8n-nodes-base.microsoftsql, n8n-nodes-base.converttofile, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by DataMinex.
Original n8n.io sourceTransform property searches into personalized experiences! This powerful automation delivers dream home matches straight to clients' inboxes with professional CSV reports - all from a simple web form.
Create a complete real estate search experience that works 24/7:
β¨ Smart Web Form - Beautiful property search form captures client preferences
π§ Dynamic SQL Builder - Intelligently creates optimized queries from user input
β‘ Lightning Database Search - Scans 1000+ properties in milliseconds
π Professional CSV Export - Excel-ready reports with complete property details
π§ Automated Email Delivery - Personalized emails with property previews and attachments
> "From property search to professional report delivery in under 30 seconds!"
Built on authentic US market data from the Github:
CREATE TABLE [REALTOR].[dbo].[realtor_usa_price] (
brokered_by BIGINT,
status NVARCHAR(50),
price DECIMAL(12,2),
bed INT,
bath DECIMAL(3,1),
acre_lot DECIMAL(10,8),
street BIGINT,
city NVARCHAR(100),
state NVARCHAR(50),
zip_code INT,
house_size INT,
prev_sold_date NVARCHAR(50)
);
// Customize email subjects in the Gmail node
"π Exclusive Properties Curated Just for You - ${results.length} Perfect Matches!"
"β¨ Your Dream Home Portfolio - Handpicked by Our Experts"
"π― Hot Market Alert - ${results.length} Premium Properties Inside!"
// Easy database switching
// MySQL: Replace Microsoft SQL node β MySQL node
// PostgreSQL: Swap for PostgreSQL node
// MongoDB: Use MongoDB node with JSON queries
// Even CSV files: Use CSV reading nodes for smaller datasets
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.
| Workflow | Real estate property search with SQL database and email delivery |
|---|---|
| Complexity | intermediate |
| Nodes | 10 |
| Categories | Lead Nurturing, Multimodal AI |
| Author | DataMinex |
| Published | 13 Aug 2025 |
Use the JSON export at /data/workflows/7329/7329.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
Transform property searches into personalized experiences! This powerful automation delivers dream home matches straight to clients' inboxes with professional CSV reports all from a simple web form...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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, Multimodal AI use case.