КОМЕНТАРІ •

  • @walltime1
    @walltime1 Рік тому +7

    summary:Instructions:
    Capture user information like name, email, phone number.
    Ask if they want to rent or buy and location.
    Integrate Google Maps API to validate location.
    Combine preferences to generate a property search query.
    Connect to Stacky AI scraper API to search properties.
    Extract relevant info like URLs, prices from results.
    Create cards to display property info to user.
    Allow conversing with an agent, redoing search.
    In Stacky AI:
    Create a new bot flow with the search and extracted data.
    Deploy the Stacky AI flow.
    Copy the deployment URL.
    In Voiceflow, add the Stacky AI bot with the URL and barrier key.
    In Zapier:
    Capture responses and set up a table to store conversations.
    Add user name and phone number.
    Connect to a depth API for voicemail.

  • @nadiaprivalikhina
    @nadiaprivalikhina Рік тому +16

    You can tell GPT in StackAI to return the response in JSON format with url, image, etc. That way, you wouldn't need to parse the response again with GPT in Voiceflow and can do it with javascript (if Voiceflow allows code. I guess they do). I did the same in one of my Zapier integrations, and it reduces the amount of OpenAI calls and price significantly

    • @RedAICrypto
      @RedAICrypto Рік тому +2

      I'll give this a try, thanks so much!

    • @coachjeffwilson
      @coachjeffwilson Рік тому +1

      Great way to automate and provide more value!

    • @TarcisiousKuateRasegojwa
      @TarcisiousKuateRasegojwa Рік тому

      That is some valuable insight @nadiaprivalikhina4101 Kudos for the "nuggets"👏👏👏

    • @caseykendall
      @caseykendall Рік тому

      When I do this I can't seem to pull each variable seperately. They all come out in the "out-0" section. (Sorry Im not a JSON expert)

    • @nadiaprivalikhina
      @nadiaprivalikhina Рік тому +1

      @@caseykendall use a custom code block and parse the output to the object. This is how it looks for me (in Zapier, you need to change the variable names): output = JSON.parse(inputData.response);

  • @FrancoisDev-Br
    @FrancoisDev-Br 7 місяців тому +2

    Incredible value there! Thanks a lot for this it really helps me with the API!
    I have a question : at 7:43 when you ask ChatGPT to create a link, you send it a link in the prompt : what is this link and where do you find it? (and is it different for everyone) Thanks!

  • @sai_ai-z1c
    @sai_ai-z1c Місяць тому

    This sounds like a fantastic event! I'm excited to watch how cutting-edge technologies like SmythOS will influence responsible AI in the future. Ahead are exciting times for cooperation! #AI #SmythOS #FutureTech

  • @Voiceflow
    @Voiceflow Рік тому +2

    We love to see it!!! Amazing vid 👏

  • @FrancoisDev-Br
    @FrancoisDev-Br 7 місяців тому +1

    Thanks a lot for that! That's some huge value!

  • @BabaHamoudy
    @BabaHamoudy Рік тому +6

    The problem with the stackai part is that you're going to have to update that file daily. The workaround is using an API available to the agent and using that to pull the data from but that will cost you on stackai.

    • @RedAICrypto
      @RedAICrypto Рік тому +2

      You can connect an airtable that will be constantly updated to stackAI

    • @hamzao3359
      @hamzao3359 Рік тому +2

      @@RedAICrypto How would that work?

  • @Ira3-ix4bh
    @Ira3-ix4bh Рік тому

    best video on how to leverage StackAI and VF I've seen so far, thank you very much! Quick question, how would you structure a chatbot for a personal finance client for example, who needs to ensure their data is kept secure and private? They would use the chatbot for internal purposes only.

  • @seydisissoko409
    @seydisissoko409 Рік тому +1

    hi, I have a question, can we replace stack ai and use flowise instead, to do automations and also how to do it? THANKS

  • @marcometelli8455
    @marcometelli8455 Рік тому +1

    Great content! this is a super product! I have a question, with stack you have to reload the flow everytime info on that website changes? because stack store the info via a vector store and then search on that vector store ? or the tool always have live data from website?

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Connect your database to stackai for up to date data.

    • @marcometelli8455
      @marcometelli8455 Рік тому

      @@RedAICryptooh ok! with stack ai can i connect any type of databse or just the preconfigured ones?

    • @RedAICrypto
      @RedAICrypto Рік тому

      They have postgres and other preconfigured ones also custom API access.@@marcometelli8455

  • @rickgrimes9178
    @rickgrimes9178 Рік тому +2

    Would you recommend voiceflow over botpress? Why or why not?

    • @RedAICrypto
      @RedAICrypto Рік тому +2

      Voiceflow, less bugs, more experienced team and more refined UI.

  • @scottmcguinness4283
    @scottmcguinness4283 Рік тому +1

    If you make a bot for a client in voice flow why do you need Stack AI? What does Stack AI that voice flow doesn’t? Thank you and great video!

    • @RedAICrypto
      @RedAICrypto Рік тому

      StackAI allows you to configure the LLM parameters more precisely and give the LLM tools + attach databases much more easily out of the box. I don't even think voiceflow KB supports CSV files... for a start.

  • @theprophet2188
    @theprophet2188 Рік тому +3

    Hey brother. Another gem you dropped. But, let's say, you're creating a Customer Support chatbot and the bot that generates a payment link associated by Stripe.
    How can the bot acknowledge that the payment is successful and converse accordingly right from there?
    Or, can you make the Bot acknowledge that a Google spreadsheet has been updated and conversation accordingly?
    It's been a challenge for me. And there is not a single doc or tutorial on the web, or botpress discord on how to do that.
    Let it be a challenge.

    • @RedAICrypto
      @RedAICrypto Рік тому

      Def possible using Stripes API!

    • @brisonvsn
      @brisonvsn Рік тому +1

      Webhooks and execute code

  • @gabrielbarros7040
    @gabrielbarros7040 10 місяців тому

    Hey men, anwsome video! But I'm having a problem, i did exactly what you did, but I'm not beeing able to take the image from stack to voiceflow, do you have any sugesstion on what maybe wrong?

    • @gabrielbarros7040
      @gabrielbarros7040 10 місяців тому

      the only thing diferent is that in stack ai i used one url as the kb, not a document.

  • @Lordshino
    @Lordshino Рік тому

    Sorry for my unknowledge, are you using Botpress Cloud service? How can I use self hosted?

  • @glaxgur6631
    @glaxgur6631 11 місяців тому

    i cant get the api key from gpt because i need a tax id... im trying to experiment

  • @coachjeffwilson
    @coachjeffwilson Рік тому

    Really terrific idea and thanks for sharing your process

  • @NoahPfender
    @NoahPfender Рік тому

    bro that's amazing but who do you sell it to ? I mean all real estate agency already have that type of chatbot or stuff like that

  • @capybara_business
    @capybara_business Рік тому +1

    how did u manage to make the bot give images, links and that stuff?

  • @buildpermitswilliamperry4415
    @buildpermitswilliamperry4415 7 місяців тому

    Can the Voiceflow be used in other services industries like, Car dealership? and can you assist me with our set up?

    • @RedAICrypto
      @RedAICrypto 7 місяців тому

      Yes, send me a detailed email here redaitoronto@gmail.com with what you need.

  • @theAIenthusiast585
    @theAIenthusiast585 Рік тому +1

    Thanks for this amazing video! I was wondering, for the Google Maps API key... it is required a credit card. Is there any way to do it completely free? Or any other variant to that part of the video...

    • @RedAICrypto
      @RedAICrypto Рік тому

      If you can find a free maps API, which im sure there are some open source alternatives.

  • @mikejezek5214
    @mikejezek5214 Рік тому +1

    Would you recommend selling this bot with a retainer fee? Maybe $1,500 monthly? (Hosted on their VoiceFlow account or yours?)

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      I can remake this and post it on my discord.

  • @johangutierrez1831
    @johangutierrez1831 5 місяців тому

    And after that how can I integrate in my website?

  • @glaxgur6631
    @glaxgur6631 11 місяців тому

    where did you get the google url api from?

  • @sampennington6453
    @sampennington6453 Рік тому

    Thanks for the video. For some reason, every time my rPrice output has a full description and images only come through sometimes. Followed the exact same steps, only difference is I have CVS file in a document loader which isnt offline.

    • @RedAICrypto
      @RedAICrypto Рік тому +2

      This is outdated now since voice-flow now supports markdown, which allows you to output the stackAI response straight to a text card and the formatting (including image) will show on default.

    • @Nic-iz6vp
      @Nic-iz6vp 2 місяці тому

      ​@@RedAICryptoplease make an updated tutorial. Alot has changed in voiceflow and stack ai now

  • @halderavik
    @halderavik Рік тому +1

    From which MLS listing site you pulled all the listings?

    • @RedAICrypto
      @RedAICrypto Рік тому +2

      Pull it from the broker site you are working with. They have agents that sell properties and they promote those on the website they have.

  • @azer0013
    @azer0013 Рік тому

    The chatbot can't detect the location what link i should to set for location

  • @Jay-bd3ex
    @Jay-bd3ex Рік тому

    Where does StackAI scrape the data from? You say upload the "document" but surely manually uploading each listing is inefficient and leads to outdated listings?
    Is it scraping from the original URLs you put into Voiceflow?

    • @RedAICrypto
      @RedAICrypto Рік тому

      It is inefficient and is not a solution. It is only for demos you are showing to clients.
      A proper solution would be connecting stackAI to airtable or another api to grab the listings.

  • @mikejezek5214
    @mikejezek5214 Рік тому +1

    Any chance you could do videos slower on the zapier part? I also got lost around the Google maps.

    • @gavinpercy.
      @gavinpercy. Рік тому +1

      I watch his stuff at .75 speed. Try it out and see if it helps lol

    • @RedAICrypto
      @RedAICrypto Рік тому

      Noted.

  • @mikew2883
    @mikew2883 Рік тому

    Great video! I followed the link and selected purchase but the files I got did not have to do with this video for some reason. It had a few folders and and only VoiceFlow template I saw had to do with a martial arts and a UA-cam AAA. Did I select the wrong option or something??

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Dm me on discord. Username: 'Redai.ai'

  • @Nic-iz6vp
    @Nic-iz6vp 2 місяці тому

    Bro where can i find the template in discord

  • @talzedit
    @talzedit Рік тому +1

    Can anyone help me? I did everything like in tutorial, but when my bot asks for property location, it gives 0. Bot says "Is 0 the correct location"?

    • @pietrobz
      @pietrobz Рік тому

      Same happens to me

    • @pietrobz
      @pietrobz Рік тому

      did you find a solution?

    • @talzedit
      @talzedit Рік тому

      @@pietrobz no

    • @Nic-iz6vp
      @Nic-iz6vp 2 місяці тому

      Is it solved now?​@@pietrobz

  • @MicahW1
    @MicahW1 Рік тому +1

    Each time I watch your videos, the "skeleton" of the MVP keeps betting bigger! 😅😅

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      It does, but you need to go above and beyond to stand out from the rest!

    • @MicahW1
      @MicahW1 Рік тому +1

      @@RedAICrypto For sure! You're guides always provide that extra info. Using the Google API to verify the location of the property search is great.

  • @usererrortbh
    @usererrortbh Рік тому

    How can I prompt the answers in voiceflow so the user can only ask questions related to the niche. I’ve tried many prompts but the ai always answers every question which is given to it.

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Make it answer via KB not AI.

  • @ricardotaipe
    @ricardotaipe Рік тому

    Amazing chatbot, do you know if there's a way to get the image, price, details, etc. from a real estate agency's listing website?

    • @RedAICrypto
      @RedAICrypto Рік тому

      Yes, scraping it. But once you land the client get them to give you the data directly. If you are talking about MLS, most should have some sort of API.

    • @roblars9252
      @roblars9252 Рік тому

      Scrape it till u make it

  • @reneewright2954
    @reneewright2954 Рік тому

    HI thanks for the great tutorial. I tried to get the template but it says WAITLIST... how do I access your Discord? I have just joined VoiceFlow so would love it... thanks ❤

  • @npoasdf
    @npoasdf Рік тому

    somebody please help. is there a way to get the formatter card to get the scraped image, erl, etc on botpress? or only on voiceflow?

    • @RedAICrypto
      @RedAICrypto Рік тому

      Voiceflow with code is possible, they dont have Set AI

  • @soniyasoniya4985
    @soniyasoniya4985 Рік тому

    how to do you get clients what outreaching strategy you use to get your clients and whats your offer mate

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Mine are mainly inbound and referrals, i will try and make a video about getting clients though soon.

  • @jamesfears8940
    @jamesfears8940 Рік тому

    Thank you so much for this bro

  • @ElevateLifee90
    @ElevateLifee90 Рік тому

    nice vieo bro but how did you find clients?

  • @TehZylem
    @TehZylem Рік тому

    I have a problem with capturing the lead name, alot of names aren't recognized by voiceflow including my own. Only very typical names such as Josh are recognized.

    • @Nic-iz6vp
      @Nic-iz6vp 2 місяці тому

      Did it got solved yet?

  • @Justinbals
    @Justinbals Рік тому

    Will this work with botpress?

  • @ChickenMilk12
    @ChickenMilk12 Рік тому

    how would you lay out the pdf document, i assume it holds the listings for stack ai to format?

    • @RedAICrypto
      @RedAICrypto Рік тому

      Its an excel /csv file, and the AI figures out how to find the information using the LLM+VB Tech

    • @ChickenMilk12
      @ChickenMilk12 Рік тому +4

      @@RedAICrypto fucking hell i spent 3 days fixing it cos it was in a word document, can u pls be more specific in your video next time

  • @PhiloTrend
    @PhiloTrend Рік тому

    is it possible to use make for this automation instead of zapier

  • @maanamz
    @maanamz Рік тому

    Really helpful video - no one else posting this level of functionality (simple lead capture is easy - integrating the features you are set / combine / formatter - its a gamechanger for me...). 1 question - if I wanted to get the AI to select the top 3 results in a carousel how would I do that? Do you provide support in your paid discord?

  • @Yakibackk
    @Yakibackk Рік тому +1

    Why you dont using botpress?

    • @RedAICrypto
      @RedAICrypto Рік тому

      I use both, I actually made a botpress version of this as well.

    • @Nic-iz6vp
      @Nic-iz6vp 2 місяці тому

      Bro API is saying that "content type" is not a legal name in HTTP

  • @ParthSKunjir
    @ParthSKunjir Рік тому

    can we use flowise instead of stackai

  • @vedant4613
    @vedant4613 Рік тому

    could we use langflow or flowwise instead of stackAI?

  • @GooberStudios
    @GooberStudios Рік тому

    quick question, when creating a chatbot on botpress using stack ai that uses openai llm in the stack ai plugin, would you need to pay for both the stackai subscription + the openai api runs? or is it a one time fee
    because you are charging clients $3,000 for the bot, but im curious how you handle the monthly reoccurring costs that need to be paid to openai and stackai

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Yes, you either create for them stackAI and other needed accounts or upcharge the cost StackAI + other apis, tools cost you and get them to pay.

    • @GooberStudios
      @GooberStudios Рік тому

      @@RedAICrypto thanks ! will give it a whirl

  • @talzedit
    @talzedit Рік тому

    can anyone explain me what link does he paste in chatgpt at 7:40? where did he got that link from?

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      Thats the standard google maps APi webhook, chatgpt can generate you that link.

    • @ferreiratwins
      @ferreiratwins Рік тому

      Can you go more in depth explanation on that? Like do I need the location of the client? Or...

  • @JvdsfulNL
    @JvdsfulNL Рік тому

    Are you sure this is sellable? Most real estate agents websites just have a search page where you can look for houses with filters, like price, location, rooms etc.

    • @RedAICrypto
      @RedAICrypto Рік тому

      Depends, small-time agents probably don't have a need for this, but you start with this bot and add more automations to help warm up and capture the leads, which you can't really do with forms.
      I go over this more in the intro of this video of forms vs chatbots: ua-cam.com/video/vlGe9aUeoMA/v-deo.html&ab_channel=RedAI

  • @Nic-iz6vp
    @Nic-iz6vp 2 місяці тому

    Bro API is saying that "content type" is not a legal name in HTTP

  • @TafChikwava
    @TafChikwava Рік тому

    Hi, Is the real estate template available on the discord?

  • @buckygreen3425
    @buckygreen3425 Рік тому +1

    This is big time man.. your builds are looking great! 😎

  • @simoufaiz
    @simoufaiz Рік тому

    PLz how can upload template in voice flow

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      In the dashboard, its also explained in docs if you google it.

    • @simoufaiz
      @simoufaiz Рік тому

      @@RedAICrypto its ok i did it nice

  • @pedromine308
    @pedromine308 Рік тому

    how much can you charge the client?

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      $1000+ depending on features.

    • @pedromine308
      @pedromine308 Рік тому

      @@RedAICrypto with a monthly fees?

  • @NoahPfender
    @NoahPfender Рік тому

    can you make a E-commerce support client chatbot.

    • @RedAICrypto
      @RedAICrypto Рік тому

      Shopify has good apps for that, if you still want a custom made one let me know.

    • @NoahPfender
      @NoahPfender Рік тому

      @@RedAICrypto yes i still want it

    • @RedAICrypto
      @RedAICrypto Рік тому

      Will add it to the list of videos to make, do you know what features you need it to have?@@NoahPfender

    • @NoahPfender
      @NoahPfender Рік тому

      @@RedAICrypto i have a lot a feature but here some exemple: preview cart, refund assistant, exchange assistant, order history product recommandations, track order status, discount generator

  • @turbocleandetailing
    @turbocleandetailing Рік тому

    Discord link not working bro

  • @rtg682
    @rtg682 Рік тому

    Can make a video of you closing a client live

  • @naaveee8214
    @naaveee8214 Рік тому

    bro please create car dealership bot using voiceflow

  • @AssassinUK
    @AssassinUK Рік тому +1

    Dam, what you got against Lana? 😂😂😂😂🤣🤣

  • @harland5954
    @harland5954 Рік тому

    *promosm*

  • @ChickenMilk12
    @ChickenMilk12 Рік тому +1

    u dont even show what to write in stack ai, this content is hopeless

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      15:53 I go over StackAI, you can see the prompt that is fed to the LLM.

  • @IvanUzunovv
    @IvanUzunovv 8 місяців тому

    this video is very bad most of the things shown dont work !!!

  • @yacahumax1431
    @yacahumax1431 Рік тому

    Sorry but all this can be done with just a simple html form.

    • @RedAICrypto
      @RedAICrypto Рік тому

      I go over the comparison of chatbot and form in my StackAI video.

  • @skittle1313
    @skittle1313 Рік тому

    can you do and a chatbot for resturaunts

    • @RedAICrypto
      @RedAICrypto Рік тому

      What features would you like it to have?

    • @skittle1313
      @skittle1313 Рік тому

      @@RedAICrypto could you make the chatbot have realtime accsess to the menu and also allow it to send messages to an email/phone so the bot can send a message to the waiters if the tble needs the check

    • @RedAICrypto
      @RedAICrypto Рік тому +1

      @@skittle1313 Yes, so you'd want the bot to send the waiters a SMS with what information, if the customer requests to pay for example?

    • @skittle1313
      @skittle1313 Рік тому

      @@RedAICrypto yes