Build a $10,000 AI Receptionist in 25 Minutes | Vapi x Make Tutorial

Поділитися
Вставка
  • Опубліковано 14 жов 2024

КОМЕНТАРІ • 18

  • @apexwebservices
    @apexwebservices 3 місяці тому +1

    This is a great video Tommy! I can understand/hear the audio well. The slides help me follow your explanation. The solution you describe is also very useful!

    • @tommychryst
      @tommychryst  3 місяці тому

      Glad it helped! Let me know if you have any questions!

  • @sirishkumar-m5z
    @sirishkumar-m5z Місяць тому +1

    Impressive tutorial! If you're looking for alternatives, there are other AI tools that can get the job done effectively too. #AI #Automation #TechTutorialx

  • @ActiveOnboardAI
    @ActiveOnboardAI 3 місяці тому +1

    Hey! nice video brother, keep up the good work 👏

  • @marjo-electron-libre
    @marjo-electron-libre Місяць тому +1

    Many thanks Tommy for this great value!
    If I've understood correctly, the demo is offered free of charge to any prospect who asks with their own tel number?

    • @tommychryst
      @tommychryst  Місяць тому

      sorry, could you elaborate a bit more about what you're asking?

    • @marjo-electron-libre
      @marjo-electron-libre Місяць тому

      @@tommychryst We can offer a demo free of charge to anyone who requests it by testing with their own phone number? You talk about it in your video. My English may not be good, it's not my mother tongue. Did you understand my request better? 🙂

  • @SystemCTRL
    @SystemCTRL 3 місяці тому +1

    Good work

  • @terrell-gentry
    @terrell-gentry 3 місяці тому +1

    LFG Tommyyy!

  • @AlteredSphere
    @AlteredSphere 2 місяці тому +1

    What would u charge for this. if they have a receptionist already it would have to be less that whatever they are paying them annually surely ?

    • @tommychryst
      @tommychryst  2 місяці тому +1

      definitely. It all really depends on how many functions/features they want to include. I'd say anywhere from $500/month to $5k+ a month.
      For example a SMB would probably not need as much support or functions so it would be on the lower end.
      But if you were working with a big SAAS company that gets 100s of calls an hour, you can justify the higher cost since that AI caller will need a lot more attention and complexity.
      A typical receptionist at a SMB makes ~3k per month. Some larger companies have entire teams that field inbound calls, which can cost 10k+ a month. Not including benefits.

  • @MoneyWiseGem
    @MoneyWiseGem 3 місяці тому +1

    Function calls missing, find time , set time ...this is not even half the work...but nice effort

    • @tommychryst
      @tommychryst  3 місяці тому +1

      hmm. It is working for me...could you explain a bit more in depth where your problems are and maybe I can try and help

    • @MoneyWiseGem
      @MoneyWiseGem 3 місяці тому +1

      You need a getavailble slots function, which is missing

    • @tommychryst
      @tommychryst  3 місяці тому +2

      The get function to find open times was the 2nd http request in the 'Vapi -> GHL Booking' sequence in make, however since I made this AI caller a while ago I used the V1 API documentation for GHL. If you want to use the V2 documentation here is the URL that would go in that same HTTP block: services.leadconnectorhq.com/calendars/calendarid/free-slots?startDate={{15.starttime}}&endDate={{15.endtime}}
      Make sure to fill out the 'calendarid' value when using this Get request. Hope this was helpful! Let me know if you have any other questions