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.
@FrancoisDev-Br10 ай бұрын
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!
@nadiaprivalikhina Жыл бұрын
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 Жыл бұрын
I'll give this a try, thanks so much!
@coachjeffwilson Жыл бұрын
Great way to automate and provide more value!
@TarcisiousKuateRasegojwa Жыл бұрын
That is some valuable insight @nadiaprivalikhina4101 Kudos for the "nuggets"👏👏👏
@crackerbex Жыл бұрын
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 Жыл бұрын
@@crackerbex 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);
@sai_ai-z1c4 ай бұрын
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
@seydisissoko409 Жыл бұрын
hi, I have a question, can we replace stack ai and use flowise instead, to do automations and also how to do it? THANKS
@FrancoisDev-Br10 ай бұрын
Thanks a lot for that! That's some huge value!
@Voiceflow Жыл бұрын
We love to see it!!! Amazing vid 👏
@RedAICrypto Жыл бұрын
Thanks so much!!
@BabaHamoudy Жыл бұрын
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 Жыл бұрын
You can connect an airtable that will be constantly updated to stackAI
@hamzao3359 Жыл бұрын
@@RedAICrypto How would that work?
@rickgrimes9178 Жыл бұрын
Would you recommend voiceflow over botpress? Why or why not?
@RedAICrypto Жыл бұрын
Voiceflow, less bugs, more experienced team and more refined UI.
@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.
@Lordshino Жыл бұрын
Sorry for my unknowledge, are you using Botpress Cloud service? How can I use self hosted?
@marcometelli8455 Жыл бұрын
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 Жыл бұрын
Connect your database to stackai for up to date data.
@marcometelli8455 Жыл бұрын
@@RedAICryptooh ok! with stack ai can i connect any type of databse or just the preconfigured ones?
@RedAICrypto Жыл бұрын
They have postgres and other preconfigured ones also custom API access.@@marcometelli8455
@theprophet2188 Жыл бұрын
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 Жыл бұрын
Def possible using Stripes API!
@brisonvsn Жыл бұрын
Webhooks and execute code
@gabrielbarros7040 Жыл бұрын
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 Жыл бұрын
the only thing diferent is that in stack ai i used one url as the kb, not a document.
@glaxgur6631 Жыл бұрын
i cant get the api key from gpt because i need a tax id... im trying to experiment
@halderavik Жыл бұрын
From which MLS listing site you pulled all the listings?
@RedAICrypto Жыл бұрын
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.
@coachjeffwilson Жыл бұрын
Really terrific idea and thanks for sharing your process
@glaxgur6631 Жыл бұрын
where did you get the google url api from?
@capybara_business Жыл бұрын
how did u manage to make the bot give images, links and that stuff?
@RedAICrypto Жыл бұрын
By feeding them to the KB
@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 KZbin AAA. Did I select the wrong option or something??
@RedAICrypto Жыл бұрын
Dm me on discord. Username: 'Redai.ai'
@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 Жыл бұрын
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-iz6vp5 ай бұрын
@@RedAICryptoplease make an updated tutorial. Alot has changed in voiceflow and stack ai now
@johangutierrez18318 ай бұрын
And after that how can I integrate in my website?
@mikejezek5214 Жыл бұрын
Any chance you could do videos slower on the zapier part? I also got lost around the Google maps.
@gavinpercy. Жыл бұрын
I watch his stuff at .75 speed. Try it out and see if it helps lol
@RedAICrypto Жыл бұрын
Noted.
@Nic-iz6vp5 ай бұрын
Bro where can i find the template in discord
@theAIenthusiast585 Жыл бұрын
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 Жыл бұрын
If you can find a free maps API, which im sure there are some open source alternatives.
@azer0013 Жыл бұрын
The chatbot can't detect the location what link i should to set for location
@scottmcguinness4283 Жыл бұрын
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 Жыл бұрын
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.
@buildpermitswilliamperry44159 ай бұрын
Can the Voiceflow be used in other services industries like, Car dealership? and can you assist me with our set up?
@RedAICrypto9 ай бұрын
Yes, send me a detailed email here redaitoronto@gmail.com with what you need.
@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
@ChickenMilk12 Жыл бұрын
how would you lay out the pdf document, i assume it holds the listings for stack ai to format?
@RedAICrypto Жыл бұрын
Its an excel /csv file, and the AI figures out how to find the information using the LLM+VB Tech
@ChickenMilk12 Жыл бұрын
@@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
@ElevateLifee90 Жыл бұрын
nice vieo bro but how did you find clients?
@MoreHeavy2 Жыл бұрын
is it possible to use make for this automation instead of zapier
@RedAICrypto Жыл бұрын
Yes of course
@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 Жыл бұрын
Voiceflow with code is possible, they dont have Set AI
@Justinbals Жыл бұрын
Will this work with botpress?
@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 Жыл бұрын
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 Жыл бұрын
Scrape it till u make it
@talzedit Жыл бұрын
can anyone explain me what link does he paste in chatgpt at 7:40? where did he got that link from?
@RedAICrypto Жыл бұрын
Thats the standard google maps APi webhook, chatgpt can generate you that link.
@ferreiratwins Жыл бұрын
Can you go more in depth explanation on that? Like do I need the location of the client? Or...
@vedant4613 Жыл бұрын
could we use langflow or flowwise instead of stackAI?
@RedAICrypto Жыл бұрын
Of course
@Livanback Жыл бұрын
Why you dont using botpress?
@RedAICrypto Жыл бұрын
I use both, I actually made a botpress version of this as well.
@Nic-iz6vp5 ай бұрын
Bro API is saying that "content type" is not a legal name in HTTP
@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 Жыл бұрын
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.
@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 ❤
@RedAICrypto Жыл бұрын
It's a paid group now!
@jamesfears8940 Жыл бұрын
Thank you so much for this bro
@RedAICrypto Жыл бұрын
My pleasure!
@soniyasoniya4985 Жыл бұрын
how to do you get clients what outreaching strategy you use to get your clients and whats your offer mate
@RedAICrypto Жыл бұрын
Mine are mainly inbound and referrals, i will try and make a video about getting clients though soon.
@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 Жыл бұрын
Make it answer via KB not AI.
@TafChikwava Жыл бұрын
Hi, Is the real estate template available on the discord?
@RedAICrypto Жыл бұрын
Yes, it is
@ParthSKunjir Жыл бұрын
can we use flowise instead of stackai
@RedAICrypto Жыл бұрын
I don't see why not
@mikejezek5214 Жыл бұрын
Would you recommend selling this bot with a retainer fee? Maybe $1,500 monthly? (Hosted on their VoiceFlow account or yours?)
@RedAICrypto Жыл бұрын
I can remake this and post it on my discord.
@buckygreen3425 Жыл бұрын
This is big time man.. your builds are looking great! 😎
@RedAICrypto Жыл бұрын
Thanks brother, more to come!
@talzedit Жыл бұрын
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 Жыл бұрын
Same happens to me
@pietrobz Жыл бұрын
did you find a solution?
@talzedit Жыл бұрын
@@pietrobz no
@Nic-iz6vp5 ай бұрын
Is it solved now?@@pietrobz
@simoufaiz Жыл бұрын
PLz how can upload template in voice flow
@RedAICrypto Жыл бұрын
In the dashboard, its also explained in docs if you google it.
@simoufaiz Жыл бұрын
@@RedAICrypto its ok i did it nice
@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-iz6vp5 ай бұрын
Did it got solved yet?
@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?
@RedAICrypto Жыл бұрын
Yes you can.
@MicahW1 Жыл бұрын
Each time I watch your videos, the "skeleton" of the MVP keeps betting bigger! 😅😅
@RedAICrypto Жыл бұрын
It does, but you need to go above and beyond to stand out from the rest!
@MicahW1 Жыл бұрын
@@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.
@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 Жыл бұрын
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 Жыл бұрын
@@RedAICrypto thanks ! will give it a whirl
@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 Жыл бұрын
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: kzbin.info/www/bejne/rJ2qlmyXisqig6M&ab_channel=RedAI
@pedromine308 Жыл бұрын
how much can you charge the client?
@RedAICrypto Жыл бұрын
$1000+ depending on features.
@pedromine308 Жыл бұрын
@@RedAICrypto with a monthly fees?
@skittle1313 Жыл бұрын
can you do and a chatbot for resturaunts
@RedAICrypto Жыл бұрын
What features would you like it to have?
@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 Жыл бұрын
@@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 Жыл бұрын
@@RedAICrypto yes
@Nic-iz6vp5 ай бұрын
Bro API is saying that "content type" is not a legal name in HTTP
@rtg682 Жыл бұрын
Can make a video of you closing a client live
@RedAICrypto Жыл бұрын
Maybe... soon 🤔
@turbocleandetailing Жыл бұрын
Discord link not working bro
@RedAICrypto Жыл бұрын
It’s working brother
@naaveee8214 Жыл бұрын
bro please create car dealership bot using voiceflow
@RedAICrypto Жыл бұрын
I have already
@AssassinUK Жыл бұрын
Dam, what you got against Lana? 😂😂😂😂🤣🤣
@RedAICrypto Жыл бұрын
Nothing personal 🤷😂
@harland5954 Жыл бұрын
*promosm*
@ChickenMilk12 Жыл бұрын
u dont even show what to write in stack ai, this content is hopeless
@RedAICrypto Жыл бұрын
15:53 I go over StackAI, you can see the prompt that is fed to the LLM.
@IvanUzunovv11 ай бұрын
this video is very bad most of the things shown dont work !!!
@yacahumax1431 Жыл бұрын
Sorry but all this can be done with just a simple html form.
@RedAICrypto Жыл бұрын
I go over the comparison of chatbot and form in my StackAI video.
@NoahPfender Жыл бұрын
can you make a E-commerce support client chatbot.
@RedAICrypto Жыл бұрын
Shopify has good apps for that, if you still want a custom made one let me know.
@NoahPfender Жыл бұрын
@@RedAICrypto yes i still want it
@RedAICrypto Жыл бұрын
Will add it to the list of videos to make, do you know what features you need it to have?@@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