Build an AI REAL ESTATE VOICE AGENT | No-code | Retell AI x Make

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025

Комментарии • 77

  • @RitaFragoso-z2x
    @RitaFragoso-z2x 6 дней назад +1

    breath of fresh air you give the information what people are looking for and not all that gibberish that we don't need to know or confuses us. Bravo great job

    • @nathan-huynh
      @nathan-huynh  6 дней назад

      Thank you! I really try to make the content as valuable as possible so it means a lot :)

  • @linhngo1916
    @linhngo1916 Месяц назад +2

    Great job! Sounds very realistic

  • @ElvisEspinozaAI
    @ElvisEspinozaAI Месяц назад +1

    Awesome quality Nathan! 👌

  • @sendcity-xf3xm
    @sendcity-xf3xm 15 дней назад

    great work Nathan!!

  • @hươngngo-i8e
    @hươngngo-i8e 10 дней назад

    Cảm ơn cháu đã cung cấp thông tin hữu ích

  • @lydonminnaar
    @lydonminnaar Месяц назад

    This can save a lot of time in this industry. Well done.

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      @@lydonminnaar thanks mate!

    • @priyamgupta3121
      @priyamgupta3121 Месяц назад +1

      @@nathan-huynh thanks for the video, you explained it really well. However, just importing your make scenarios dont help as we need configurations for each module for example I am stuck with json and chatgpt. do you have details for those by any chance?

    • @golden.whispers
      @golden.whispers 21 день назад

      I'd also like to know about that.

  • @EasyAINow
    @EasyAINow Месяц назад

    Another great video, Nathan!

  • @nhatminhhuynh6789
    @nhatminhhuynh6789 Месяц назад +1

    Great tool,. noted!

  • @AiBizAcademy
    @AiBizAcademy Месяц назад +1

    Loved the demo! With clear explanations, good for any "dummy"
    I liked your takes on the benefits of Retell. One quick question: Is the Web Page KB auto-synched in case the client modifies his web page? Or do we need to update it manually?

    • @nathan-huynh
      @nathan-huynh  Месяц назад +1

      @@AiBizAcademy yes the voice agent will query the webpages every time it needs information, so the information should be up-to-date automatically

  • @robertsinohue
    @robertsinohue Месяц назад +2

    Excellent automation! Have you considered integrating BrightData’s Zillow Web Scraper API to pull up live property listings?

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      Thanks! I haven't thought of it before but that sounds like a great idea to give the voice agent access to up-to-date property listings, should be feasible with Make as well.

  • @AbdulAbbareOfficial
    @AbdulAbbareOfficial Месяц назад +2

    how much did you sell this exact solution for?

  • @Swapnil.0-0
    @Swapnil.0-0 Месяц назад

    how much did you price it for?
    What do you think should be the price of a real estate chatbot with ability to recommend properties + a voice dialer?

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      @@Swapnil.0-0 it really depends on a lot of factors, feel free to send me a message on LinkedIn or schedule a call, we can discuss further.

  • @juanpordonez
    @juanpordonez Месяц назад

    Hi Nathan, great video! Thank you so much. I created all your modules and it works fine with one small detail. I was thinking that maybe you can give me a hint on how to fix it. Meetings end up scheduled on year 2023. Any ideas ?

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      Thanks! Regarding your issue, first thing I would check is the date that the voice agent is passing to Make. We want it to only pass the date as is, without any conversion. From my experience, issues can arise when the voice agent attempts to convert the date, and it can't when the user says something more relative like "tomorrow" or "next Thursday". That's why we have the module in Make to do the conversion later, instead of forcing the voice agent to do it while having to handle the conversation. Hope that helps!

  • @fred.jackson09019
    @fred.jackson09019 10 дней назад

    btw do you think, it's possible to make another felt in the database where you can write if the house need to shift new roofs or anything special

    • @nathan-huynh
      @nathan-huynh  10 дней назад

      Yes you can add more properties about the house, remember to update 1. Database Google Sheets 2. Make automation module that writes to the sheet 3. The prompt to capture the extra information

    • @fred.jackson09019
      @fred.jackson09019 10 дней назад

      @@nathan-huynh im not quite sure how i actually do such, perhaps you know a video, that i might could watch to understand

  • @kankit3351
    @kankit3351 16 дней назад

    Hey man, Love the free value you're providing. When i was attempting to build this out i had noticed that the JSON for the edge in retell wasn't added into your notion page. I would really appreciate if you could drop that info asap. Thank you :)

    • @nathan-huynh
      @nathan-huynh  16 дней назад

      Glad it helps! As for the JSON, it's basically the same as the one in the function description:
      {
      "type": "object",
      "properties": {
      "address": {
      "type": "string",
      "description": "The address of the selected property."
      }
      },
      "required": [
      "address"
      ]
      }

    • @kankit3351
      @kankit3351 16 дней назад

      @@nathan-huynhthanks alot mate, wishing you all the success in the world!

  • @fred.jackson09019
    @fred.jackson09019 11 дней назад

    is it possible to get hold of a template to look in detail with, great video really love it the only thing that can seem a bit hard is building the strings/code - im quite blind, I apologies, just saw your bio, can't really thank you enough Nathan, you actually saved me, extremely great video, most people always try to gate keep, but you are actually open and helping - thank you

    • @nathan-huynh
      @nathan-huynh  10 дней назад

      You're welcome! Which part are you referring to regarding "strings/code"?

    • @fred.jackson09019
      @fred.jackson09019 10 дней назад

      @@nathan-huynh well nothing anymore, since i discovered your notion

  • @psixthan
    @psixthan Месяц назад

    Great work! One question : how could I get the transcription to my google sheets???

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      You can set up a webhook to detect when a call ends to receive the information about that call (including transcript). From there, you can set up a Make integraton to store that information into Google Sheets. For reference: docs.retellai.com/features/webhook-overview

  • @RobWynn
    @RobWynn Месяц назад

    thanks for the tutorial, this is awesome. just heard about Retell, definitely going to check it out. How does the multi-prompt feature in Retell compare with VAPI's 'Squads'? I haven't used either of them yet.

    • @nathan-huynh
      @nathan-huynh  Месяц назад +1

      Great question. Retell’s multi-prompt feature lets a single agent handle different stages of a convo by switching between pre-set prompts and tools. On the other hand Vapi’s squads use multiple specialized assistants working together in one flow, passing control as needed. Both are great for complex workflows, but Retell is more about stateful transitions within one agent, while Squads focus on collaboration between multiple assistants.

    • @RobWynn
      @RobWynn Месяц назад

      @nathan-agento interesting, thanks for the reply. I wonder if one is more performant than the other? I'll have to test them out.

    • @nathan-huynh
      @nathan-huynh  Месяц назад +1

      @@RobWynn Yeah I'd test them out and see, personally I haven't had much experience with Squads on Vapi, but multi-prompt setup on Retell has been solid for me so far.

  • @priyamgupta3121
    @priyamgupta3121 Месяц назад

    @nathan-agento thanks for the video, you explained it really well. However, just importing your make scenarios dont help as we need configurations for each module for example I am stuck with json and chatgpt. do you have details for those by any chance?

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      Thanks! There's a video with more detail linked in the description. If that doesn't help, feel free to let me know what issues you're running into here.

    • @priyamgupta3121
      @priyamgupta3121 Месяц назад

      @ thanks for the quick reply. Need help in configuring make scenarios as you have some parameters defined there that we don’t have access to in your resources. What video is that can you please point that out?

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      @ It’s the restaurant receptionist video where I go in more depth into the appointment booking scenarios. Which specific scenarios or params do you have troubles with?

    • @priyamgupta3121
      @priyamgupta3121 Месяц назад

      @@nathan-huynh how the excel data is passed to json and then ChatGPT. Unable to do it without configurations of those in make

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      Which exact scenario and step are you referring to?

  • @GabrielCruz-ail
    @GabrielCruz-ail Месяц назад

    Can this also handle those who are looking to sell?

    • @nathan-huynh
      @nathan-huynh  Месяц назад +1

      Yes, the prompt will need to be quite different to accommodate that though.

    • @GabrielCruz-ail
      @GabrielCruz-ail Месяц назад

      @@nathan-huynhis the JSON necessary? I tried pasting it and it doesn’t work. It keeps saying there’s an Error

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      It is necessary to aggregate the data for ChatGPT. What error are you getting?

  • @aaravsewnundan7303
    @aaravsewnundan7303 Месяц назад

    Hello Mate, could you make a voice agent for an insurance company that has human handoff.

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      I do have a tutorial on human handoff on the way, but this sounds like an interesting idea. What does this voice agent do exactly, and under what conditions does it transfer the call to a human?

    • @aaravsewnundan7303
      @aaravsewnundan7303 Месяц назад

      @nathan-agento so it's an AI Voice Appointment Setter for an insurance agency transfers live calls to agents, schedules appointments (virtual, in-person, or phone), and sends SMS follow-ups with agent contact details if no appointment is booked. Just an idea for your next video.

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      Noted, thanks for the suggestion!

  • @ChizaramThierry
    @ChizaramThierry Месяц назад

    Bro what do we put in the data structure

    • @ChizaramThierry
      @ChizaramThierry Месяц назад

      The data structure for the JSON on make

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      You can create a new data structure with all the attributes that the Sheets has, then map them with the data you got from the previous step to aggregate the data into the Json format.

    • @ChizaramThierry
      @ChizaramThierry Месяц назад

      @ bro I tried everything it didn’t work, I’m so glad you replied, do you have instagram so I can reach you and show you please

    • @ChizaramThierry
      @ChizaramThierry Месяц назад

      @ I did everything like in the video, but mines only wrong at the data structure n I’m good, I’ll really appreciate it

    • @ChizaramThierry
      @ChizaramThierry Месяц назад

      @@nathan-huynh I’ll delete my comment after you reply please

  • @m.bashar4309
    @m.bashar4309 18 дней назад

    How to get client for this

    • @nathan-huynh
      @nathan-huynh  18 дней назад

      I’d get most of my leads through RUclips, would recommend starting there

  • @spicer41282
    @spicer41282 Месяц назад

    Multi-Language Support?
    I did not see it...

    • @nathan-huynh
      @nathan-huynh  Месяц назад

      @@spicer41282 Retell support agents in different languages, but not true multi-lingual yet

  • @tomthompson1198
    @tomthompson1198 21 день назад

    nice man. no plz create that and make it all locally ran. lets say no to so many monthly fees from the silo saas providers.

    • @nathan-huynh
      @nathan-huynh  21 день назад

      Unfortunately Retell (and most other AI voice development platforms) doesn't allow self-hosting yet as far as I'm aware, although it would be nice.

  • @AdlaNavasai
    @AdlaNavasai Месяц назад

    Can i use my own phone number is it possible bro

    • @nathan-huynh
      @nathan-huynh  Месяц назад +1

      Sure you can, you can port your number to Twilio (if it's not on it already), then integrate that number into Retell via Twilio.

  • @acyrus4032
    @acyrus4032 28 дней назад

    Sounds like a robot - not impressive at all.

    • @nathan-huynh
      @nathan-huynh  28 дней назад

      It's definitely not perfect, but alreay good enough for a lot of businessed I talk to. And it's only getting better from here.