Back to Use Cases

Real estate property search with SQL database and email delivery

real-estatelead-nurturingsqlgmailreporting
Webhook
Microsoft SQL Server
Gmail
Webhook

Receive search request

SQL Server

Query matching properties

Generate report

Gmail

Email results

Overview

This workflow provides a self-serve property search portal backed by a database, delivering results in a professional email with a CSV attachment.

Product Specs

  • Receives property search criteria via webhook/form
  • Queries an SQL database for matching properties
  • Formats results and generates a CSV report
  • Sends results to the requestor via Gmail

Pipeline Description

A search request arrives via Webhook. The workflow queries the SQL property table based on criteria, compiles matches into a CSV, and emails the client with the CSV attachment and summary.