Today I am going to teach you how to build a basic Lead Capture chatbot inside of Botpress and then connect that chatbot to Zapier and Make.com so that we can better manage our leads from our favorite CRM's or online databases.
AI chatbots are a game-changer for turning website visitors into paying customers. These smart bots provide personalized assistance, engaging with visitors and guiding them through the website. With instant support and real-time responses, chatbots create a seamless experience that boosts customer satisfaction and increases conversion rates. They work 24/7, allowing us to focus more on building great businesses and less on answering our visitors' generic questions! Now that we are in the midst of the AI Revolution, it has never been easier to train custom ChatBots that can interact with our visitors and help convert them into paying customers.
Botpress is my favorite chatbot builder currently on the market due to the immense amount of customization and level of control that they provide its users. By harnessing the power of its visual workspace, we are able to build completely unique, personalized chatflows full of conditional logic, dynamic branching and AI-trained nodes capable of relaying information from complex knowledge bases to our end-users. While there is a bit of a learning curve, it is well worth the squeeze to learn the basics of Botpress so that you can begin delivering complex chatbots for yourself and your clients.
In this video, I am going to teach you how to build a basic lead capture chatbot inside of Botpress and then connect that chatbot to Zapier and Make.com. Firstly, I will show you how to structure your lead capture chatbot to best capture information from your website visitors. I will then show you how to store that information in variables (which we will use to send to Zapier or Make.com). I will next show you how to create webhooks on both Zapier AND Make.com so that we can create a bridge on which our our information can travel. Finally, we will wrap up by sending our new lead data to Airtable, where I plan to manage my leads. Let's get right into it!
Subscribe for weekly tutorials!
-------------------
🧬 Custom Code -
workflow.nocodeSuccess = false
const leadData = {
name: workflow.firstName,
email: workflow.emailAddress,
movie: workflow.favoriteMovie,
color: workflow.favoriteColor
}
try {
const response = await axios.post('XXXXXX', leadData)
workflow.nocodeSuccess = true
}
catch (error) {
console.error(error)
}
-------------------
🪓 Resources -
🔮 Make.com (Signup here for one FREE month!!): https://www.make.com/en/register?pc=survivingyour20s
🦾 Botpress: https://try.botpress.com/g9islyh7pjv6
⚡ Zapier: https://zapier.com/
🏓 Airtable: https://airtable.com
--------------------
⏱️ Timestamps -
0:00 👋 INTRO
0:42 🎣 Build Lead Capture Chatbot
3:28 🔌 Integrate With Make.com
11:09 🌩️ Integrate With Zapier
13:42 ✌️ CONCLUSION
--------------------
✉️ Business Inquiries: [email protected]
--------------------
👨 WHO AM I -
I'm Alex, a 27 year old Financial Analyst who lives in Nashville, TN. On this channel, we explore the no-code strategies and tools that can help us launch the projects that inspire us and, consequentially, lead the lives we've always dreamed about.
If that sounds interesting, consider subscribing! See you in the next video 😀
PS: Some of the links in this description are affiliate links that I get a kickback from 😜