From f9738a8b7ea444d9a9ff05a4ca5542c9a2943001 Mon Sep 17 00:00:00 2001 From: "sazed-bot[bot]" <257607474+sazed-bot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 21:41:37 +0000 Subject: [PATCH] Add Real Estate Outbound Lead Qualification Agent recipe --- ...ate-outbound-lead-qualification-agent.json | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 recipes/real-estate-outbound-lead-qualification-agent.json diff --git a/recipes/real-estate-outbound-lead-qualification-agent.json b/recipes/real-estate-outbound-lead-qualification-agent.json new file mode 100644 index 0000000..850438e --- /dev/null +++ b/recipes/real-estate-outbound-lead-qualification-agent.json @@ -0,0 +1,55 @@ +{ + "id": "real-estate-outbound-lead-qualification-agent", + "slug": "real-estate-outbound-lead-qualification-agent", + "title": "Real Estate Outbound Lead Qualification Agent", + "description": "An AI-powered voice agent that automates outbound phone calls to real estate leads, handling live conversations to qualify prospects, capture contact details, and log results in Airtable for CRM follow-up workflows.", + "framework": "ElevenLabs Conversational", + "use_case": "lead-qualification", + "industry": "real-estate", + "languages": [ + "en-US" + ], + "pipeline": { + "stt": "ElevenLabs Scribe", + "llm": "GPT-4o", + "tts": "ElevenLabs Turbo v2.5", + "telephony": "Twilio Voice" + }, + "raw_prompt": null, + "prompt_file": null, + "config": { + "tools": [ + { + "name": "airtable_fetch_lead", + "description": "Retrieves lead contact information from Airtable before placing the call" + }, + { + "name": "airtable_log_result", + "description": "Logs captured lead details (name, email, qualification status) back to Airtable after the call" + }, + { + "name": "makecom_webhook", + "description": "Triggers Make.com automation workflows for CRM updates, SMS alerts, or email follow-ups" + } + ], + "hosting": "Fastify backend, ngrok or Replit deployment", + "automation": "Make.com webhooks for post-call workflows", + "integration": "Airtable for lead data and CRM logging" + }, + "github_source_url": "https://github.com/aloktp/Real-Estate-AI-Agent", + "demo_url": null, + "tags": [ + "outbound-calling", + "lead-qualification", + "airtable", + "make-automation", + "real-estate" + ], + "contributor": { + "github": "aloktp" + }, + "source": "github_discovery", + "created_at": "2025-05-22T10:30:00Z", + "updated_at": "2025-05-22T10:30:00Z", + "license": "Proprietary" +}