Yeah, I use the Open AI API Key, but I what I really want is a webchat feature like this built right into MC. I'm sure it'll roll out soon. @@revotech5980
Awesome video, very thorough! I wonder if this bot can be trained to set up appointments? How about connecting it with GHL to store client information?
Yes, this is definitely possible! You can use Manychat's User Input element to collect information from your users, such as their email and the date of the appointment. Then, you can send this information to GHL via an Integration (you can use Make for this)
Hi Joren! Responses from Chatbase that include bold text and url-links come out in Manychat with asterisks, brackets and parenthesis around them. How can that be avoided to allow a "clean" response in Manychat?
Hey Thomas! The easiest way is to instruct your Chatbase chatbot to not include bold text. For URL links, I think you can do a search & replace in Make so that they come out as you want them.
Great video Joren! As an AI Automation business, can I create and deploy these type of chatbot to my clients? If so, what's the process please? As in, does it have to be through their own Chatbase, Manychat and Make accounts or can it be done with our account? Many thanks
Hey Jerry! You can do it in both ways. But I actually prefer that the client creates these accounts and invite me to them. This is of two reasons: 1. I don't want to be held responsible if any of those platforms fail 2. If for any reason I cannot work for them anymore (e.g. sickness/disease, etc), then the client can always continue with their chat automations. In that way they are not reliant on me as a consultant, which I think is better for the client
I get this error: BundleValidationError Validation failed for 1 parameter(s). Missing value of required parameter 'content'. Origin Make Automatic error handler If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like. In the part chatbase send message
@@AriaOsuna Could you send a video of your setup to info@chatimize.com, showing the complete scenario + trigger where it goes wrong? Then, I can have a better look at it!
I completed the entire automation for one of my pages on facebook and it works. Before I go live I have a question. When I go live, who on my page will get the intro message from my page? Will the intro message automatically go to everyone who has liked or followed my page?
Nope, it will only go to people who message you directly. You cannot set up triggers for people that liked or follow your page (because of Meta limitations). But you can set up a trigger for comments. Here is a tutorial on that = chatimize.com/auto-reply-bot-facebook-comments/
Hi Joren. Not pretty sure why, but in this video you show how easy could it be, however I cannot connect successfully manychat with Make. I tried sending post json to make and it works, but from manychat, it doesn't work at all. I followed your instructions step by step. DO you know if there's something missing or updated? thank you.
Joren, I checked that the input text is being stored, because when I create and echo from the same stored message using {input text} keys, it only reply the {{cufxxxxxx}} or {{last_input_text}}. It doesn't show the text that I wrote. Do you know why this happen?
Hi friend, I don't know if you are going to read this at some point, I followed your tutorial to the letter and it's great, but I need to make the flow a little more complex, the idea is the following. You send a wsp template > the user answers > you must use the last user input (text) so that the bot knows what message was sent to activate it. the thing is that I don't understand how to use the user input (text). Could you help me with it?
I recommend using an action with the "Set User Field". Then you can set a User field to the variable {Last Text Input}. Then, you can use that variable in your integration.
Hi bro, I wanted to ask you why do I need to connect manychat to chatbase? I want to build a bot for businesses that will respond to WhatsApp, Instagram dm, Facebook Messenger, and sms messages. I also need the bot to be able to send to the client a link to a calendar to book an appointment and I also need the bot to be able to save client details such as name and phone number for future needs. Is it necessary for me to connect manychat with chatbase? If so, I would appreciate an explanation? Thank you dear brother❤️🙌
If you want to train a chatbot on your data and it can automatically answer questions about that data, then I recommend integrating with Chatbase. Otherwise, you can just use Manychat.
Thank you for this! This all worked EXCEPT the bot isn't giving accurate answers in Telegram or even behaving exactly as it is in Chatbase. I've checked and rechecked everything over and over again but can't find any errors. Any idea of what could be causing this?
Hi there, Joren. Great video! I have done it with Whatsapp as the message app in Manychat, but no luck. The question won't get to Make. Any difference when using Whatsapp as the message app for this one? Thanks!
Thank you! Nope, this should also work the same on WhatsApp. Could you send a video of your Manychat flows, Make scenario and you testing the flows to info@chatimize.com? Then, I can have a look at it.
Love your videos. Is it possible to grab the first message and send that to chatbase directly instead of having to as client “how can I help you”? Coz a lot of the time client will just send their question directly and if they see a bot reply they will lose interest
@@chatimize Do you mean within Make, the 2nd step for Chatbase (send a message) I change the Messages-> content as “1. Subscriber: Last Input Text”? It works for a while but if the client send a 2nd message it will mess up the entire set up
Can Chatbase send pictures if guests ask for them? For example, I sell T-shirts, and if needed, I want Chatbase to send the pictures to the guests. Can this be done?
No, not by itself. If you want to send this, you need to create a more advanced integration. Basically, you could create it like this: - If the answer from Chatbase contains a link going to an image, send the image instead of the link Does that help?
Great video, thank you. I have a question. How to make the loop the user sends another message the chatbot responds until the user has no more questions. Because right now it only works once...
@@chatimize thanks it's work for me. My next question is How to make chatbots remember old questions and answers so that the conversation flows smoothly. Because each question is considered separately Of course I subscribed to manychat and chatbase
Hey Joren, I've tried setting the default Instagram response to the Chatbase question - it still doesn't work. After the first initial response from chatbase, I get nothing. What could be wrong?
I think there are multiple advantages: 1. You can train your chatbot on your own custom data, via a very simple user interface and add URLs to the training 2. You can look at the chat logs and easily revise the answers of the chatbot, so that it can learn to create better results.
Manychat has way more capabilities than Chatbase, such as creating chat funnels, collecting data from users and connecting with other applications. If you only need question answering with AI, Chatbase will work for you.
Thanks Joren for your content. I tried to repeat your process and I saw that my chatbot only reply 1 message. If a user goes further in the conversation by sending other messages, the chatbot doesn't reply. I guess it misses a make automation to loop this process and make chatbase have a normal conversation (without stopping) like in the javascript widget on website. Does anyone knows how to do that?
Yes, this is a common problem! Let's tackle your problem in two steps: 1. If you want that each question is sent to Chatbase, you need to set the contents of the Default Reply to the contents of "Chatbase - Question". 2. Because we use Chatbase via API, it will not remember conversation history. This is a limitation of Chatbase. So if you want to have a tool that remembers the conversation, take a look at Cody: chatimize.com/cody/
@@chatimize Thanks but no manychat connexion, so no FB AI, neither Instagram 😞 Do you know another tool who can do that? The idea to have an AI agent trained like chatbase on our social networks must be common to all marketers. It must be a solution, don't you think?
I am facing a problem on the flow. The AI bot answer the first question only. After getting the first question answer, I didn't get any answer for any other question. How can I fix that?
@@chatimize I have set that up but it still the same, One of my clients recommended your video and ask me about the AI chatbot, I have done everything that you shown on the video. But it only answe me the first question, Please help me, I need to finish the project 🥺
@@chatimize I have tried each and every possible way but it just answer one question, but today it just answer to specific question, I know what is going on. Do you have any solution for this?
can I connect this with an CRM, so for example when a contract of my client expired that it sends out a whatsapp message automaticly? So trigger would be a column in my crm with a tag for example
Yes, that is possible! I actually created a course on how you can create these types of custom Manychat integrations: chatimize.com/custom-manychat-integrations/
Hi! We tried and worked perfectly! Until a json error everytime the client's message used enter key. Can you help? We are using your make template for WhatsApp chatbase & manychat
Yes, got it now. This is because there is an "Enter" in your question. You can solve this by adding a "Text Parser" between the first element (Manychat) and the second (Chatbase API Call). Here is a quick video that explains this problem well: ua-cam.com/video/XrbnBlUP-GM/v-deo.htmlsi=LPf40axvUDNKIFxE If you are going to use the Text Parser, use the following settings: - Pattern = newline - New value = space - Text = {{1.subscriber.custom_fields.`Chatbase - Question`}} And also don't forget to replace the "Chatbase-Question" in your Chatbase API call to the text result of the Text parser!
Hello Joren! I followed all the steps mentioned in your video and all steps are done without showing any error, but no question appear on Instagram. Can you help, please?
Downloaded the free templates and they came with a warning that the Make integration with Chatbase requires an API Request instead of Send a Message now - I've done this but I must be configuring the API Resquest incorrectly because I'm getting back scripts instead of actual messages from my Chatbase bot. Help!
Hi ! Thanks for the video. Can I create a chatbot on CHAT BASE and then give access manually. I have FREE and PAID community. For a PAID community I would like give for free a CHATBASE bot - but I want make sure that only PAID members get access. There is any way to do that? Thanks!
Yes this is definitely possible! For paid members, you can just add a tag in Manychat with “Paid”. Then you can use a condition in your Manychat automation that checks if they have the tag. If they have the tag, you can send their question to Chatbase. If they don’t have the tag, you answer with that they need to pay.
thank you very much for the video! I set everything up like in the video with answers on Instagram 👌 one question. How to make it so that the user can continue to communicate with AI? I only have one cycle working now (one question from the user and an answer comes from chatebase)
I’m glad you like it Roman! If you want that every question they ask is sent to the AI you need to set your Default Reply message so that it sends the message to Chatbase via Make. If you also want to keep the history of a conversation, I actually recommend using another AI tool (more expensive than Chatbase), because Chatbase doesn’t provide this.
I just configured mine thanks to this incredible video and I asked myself the same thing, however I was able to solve it by asking the question again as a next action in manychat "Do you have any other questions?" and placing the user input again. and send again the question to make and a continuous flow is made. You can also put two buttons "Ask again" or "No, thanks" to end the flow. I did it and it works fine.
How to calculate contacts for free contact limits. Because i have 7 total conversions. But below free contacts limit says still i have 0/1000 contacts. Is there is any action to add contacts to manually?
I followed this tutorial step by step but it doesn't work, it answers once and then stops 😟 Is there any suggestions to why?🙏 And setting the answer flow as a default reply doesn't work.
Great videos! I have one question about this method : Your chatbot cannot get a history of the conversation, right? I mean, you can kind of do it with manychat by creating 2 or 3 custom fields and sent a prompt like this "You are a support agent. here's the questions (X). Here's the last question (Y). Here's your last answer (Z). Any advice?
Yes, exactly. With Chatbase, the conversation history is not built-in, you need to keep track of that yourself. You could create these custom fields, but it is not a scalable solution. Because if you have a long conversation with the AI, you need lots of custom fields. So if you want to use the conversation history, I recommend going with a tool that can do it, such as CustomGPT (chatimize.com/customgpt/)
Hello Joren! I followed every step of the process but I am facing an issue. Once I send my first question, the AI chatbot answers, but if a make another question it does not answer. What could be going wrong? Your help would be much appreciated! (I am doing this for Instagram btw)
@@ahmedashoor2944 Go to Settings > Instagram > Default Reply. Then click here on and choose the automation. When you do that, each time a user asks a question, it will be sent to Chatbase.
Hey, everyone. I have a quick question. How can I make this interaction more continues? Like what I the user has more than one question to the bot? If anyone could help that would be amazing. Thank you very much!
@@chatimize thank you very much for your help!!!I’ve purchased subscriptions for chatbase and Make. They work perfect! But I assume that every time user sends a new question it creates a new dialog with the user because it doesn’t take into account previous conversations. Could you please explain how to fix it?
Thank you! Yes, Chatbase doesn't offer this functionality currently. I also talked with them about this, so hopefully they will add it in the future. For now, I recommend using CustomGPT, because they do provide this (chatimize.com/customgpt/)
Set this flow as your Default Reply! You can do it in a few simple steps: 1. Go to Settings > Instagram and choose for Default reply. 2. Add an action that sets a Custom Field "Question" to the {Last Text Input} 3. And then send that Question to Chatbase (via Make) Do you understand?
The Chatbase API is not accepted in Make. When you try to create a connection recently you get this response "[404] This API is no longer available for use." Therefore you can not create a connection between Chatbase and Make as of now@@chatimize
Yes, that's correct. So weird. I will send out an email about this later today (if you have downloaded my template) with a renewed template. Solution for now is to use a HTTP Request inside Make. I will also send Chatbase a message about this.
@@chatimizeit can only proceed to the next step in the STEP AI flow; it cannot proceed to other flows. Additionally, the STEP AI cannot apply conditional blocks; it is only able to collect information
I actually have a course where I explain how you can create these types of integrations yourself. You can check it out here: chatimize.com/custom-manychat-integrations/
UPDATED VIDEO: ua-cam.com/video/dKkzg91kD7A/v-deo.html
Joren, WOW. Great video. Thank you. I believe this community needs more videos about custom AI integrations with ManyChat.
Thank you, Marcin! I totally agree with you. Do you have certain examples you would like to see?
Ready, I sent it!
Great job Joren. I hope Manychat develops this feature so we don't need a 3rd party app.
They did, you can integrate an Open AI API Key into manychat for Ai responses
Thank you, Tim! Yeah, me too. But until that time comes we have this solution 💪🏼
That’s true, but the way with Chatbase is way more beginner friendly + you can train on your own custom data
Yeah, I use the Open AI API Key, but I what I really want is a webchat feature like this built right into MC. I'm sure it'll roll out soon. @@revotech5980
true
Awesome video, very thorough! I wonder if this bot can be trained to set up appointments? How about connecting it with GHL to store client information?
Yes, this is definitely possible! You can use Manychat's User Input element to collect information from your users, such as their email and the date of the appointment. Then, you can send this information to GHL via an Integration (you can use Make for this)
@chatimize could you do a video on this?? I'm going to check out what you offer 😊
@@mrsfoss3368 I've added it to my list!
Hi Joren! Responses from Chatbase that include bold text and url-links come out in Manychat with asterisks, brackets and parenthesis around them. How can that be avoided to allow a "clean" response in Manychat?
Hey Thomas! The easiest way is to instruct your Chatbase chatbot to not include bold text.
For URL links, I think you can do a search & replace in Make so that they come out as you want them.
Wow! Thank you! I'll get to do this soon, but thank you!!!!!
Awesome!
the choice at minute 12:48 (Chatbase question) is not visible, only the option: subscriber / live chat url
Yes, you should Run the Scenario Once and trigger it from Manychat. Then, Make will get all the data that is available in Manychat.
Great video Joren! As an AI Automation business, can I create and deploy these type of chatbot to my clients? If so, what's the process please? As in, does it have to be through their own Chatbase, Manychat and Make accounts or can it be done with our account? Many thanks
Hey Jerry! You can do it in both ways.
But I actually prefer that the client creates these accounts and invite me to them. This is of two reasons:
1. I don't want to be held responsible if any of those platforms fail
2. If for any reason I cannot work for them anymore (e.g. sickness/disease, etc), then the client can always continue with their chat automations. In that way they are not reliant on me as a consultant, which I think is better for the client
12:35 Chatbase doesn't appear - question, is it because I don't have manychat premium? And if you create the folder. Help
Hey Aria! What do you mean by "Chatbase doesn't appear"? Yes, you need Manychat Pro to create this.
@@chatimize ¡Ty!
I get this error:
BundleValidationError
Validation failed for 1 parameter(s).
Missing value of required parameter 'content'.
Origin
Make
Automatic error handler
If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.
In the part chatbase send message
@@AriaOsuna Could you send a video of your setup to info@chatimize.com, showing the complete scenario + trigger where it goes wrong? Then, I can have a better look at it!
@@chatimize Ready, I sent it!
I completed the entire automation for one of my pages on facebook and it works. Before I go live I have a question. When I go live, who on my page will get the intro message from my page? Will the intro message automatically go to everyone who has liked or followed my page?
Nope, it will only go to people who message you directly. You cannot set up triggers for people that liked or follow your page (because of Meta limitations). But you can set up a trigger for comments. Here is a tutorial on that = chatimize.com/auto-reply-bot-facebook-comments/
Hi Joren. Not pretty sure why, but in this video you show how easy could it be, however I cannot connect successfully manychat with Make. I tried sending post json to make and it works, but from manychat, it doesn't work at all.
I followed your instructions step by step. DO you know if there's something missing or updated?
thank you.
Joren, I checked that the input text is being stored, because when I create and echo from the same stored message using {input text} keys, it only reply the {{cufxxxxxx}} or {{last_input_text}}. It doesn't show the text that I wrote. Do you know why this happen?
Hey Enrique! I just published a new video on this topic = ua-cam.com/video/dKkzg91kD7A/v-deo.htmlsi=IxDscu5-5qmvM7hd
KING!!!!!!!!
💪🏼💪🏼💪🏼
Hi friend, I don't know if you are going to read this at some point, I followed your tutorial to the letter and it's great, but I need to make the flow a little more complex, the idea is the following.
You send a wsp template > the user answers > you must use the last user input (text) so that the bot knows what message was sent to activate it. the thing is that I don't understand how to use the user input (text).
Could you help me with it?
I recommend using an action with the "Set User Field". Then you can set a User field to the variable {Last Text Input}. Then, you can use that variable in your integration.
@@chatimize Thank you so mutch for awsering me! i was able to do it
Hi bro, I wanted to ask you why do I need to connect manychat to chatbase?
I want to build a bot for businesses that will respond to WhatsApp, Instagram dm, Facebook Messenger, and sms messages. I also need the bot to be able to send to the client a link to a calendar to book an appointment and I also need the bot to be able to save client details such as name and phone number for future needs.
Is it necessary for me to connect manychat with chatbase? If so, I would appreciate an explanation?
Thank you dear brother❤️🙌
If you want to train a chatbot on your data and it can automatically answer questions about that data, then I recommend integrating with Chatbase. Otherwise, you can just use Manychat.
Thank you for this! This all worked EXCEPT the bot isn't giving accurate answers in Telegram or even behaving exactly as it is in Chatbase. I've checked and rechecked everything over and over again but can't find any errors. Any idea of what could be causing this?
Is it the initial question it doesn't respond correctly to or any of the follow-up questions?
You might need to select ChatGPT-4 instead of 3. This happened to me as well.
Hi there, Joren. Great video! I have done it with Whatsapp as the message app in Manychat, but no luck. The question won't get to Make. Any difference when using Whatsapp as the message app for this one? Thanks!
Thank you! Nope, this should also work the same on WhatsApp. Could you send a video of your Manychat flows, Make scenario and you testing the flows to info@chatimize.com? Then, I can have a look at it.
@@chatimize Hi JOren, thank you for your dedication to this issue. I am sending you a vimeo link. Wish you the best!
@@claudiohz1967 Awesome!
Love your videos. Is it possible to grab the first message and send that to chatbase directly instead of having to as client “how can I help you”? Coz a lot of the time client will just send their question directly and if they see a bot reply they will lose interest
Yes, that's possible! Just create an action where you set the "Chatbase Question" field to "{{Last Text Input}}"
@@chatimize Do you mean within Make, the 2nd step for Chatbase (send a message) I change the Messages-> content as “1. Subscriber: Last Input Text”? It works for a while but if the client send a 2nd message it will mess up the entire set up
Nope you don't need to touch the Make integration. Just add the action I mentioned above, and after that action, do the action to Trigger Make.
@@chatimize it’s working! Thanks!
@@chatimize I’m facing the same issue. Could you guide me step by step?
Can Chatbase send pictures if guests ask for them? For example, I sell T-shirts, and if needed, I want Chatbase to send the pictures to the guests. Can this be done?
No, not by itself. If you want to send this, you need to create a more advanced integration. Basically, you could create it like this:
- If the answer from Chatbase contains a link going to an image, send the image instead of the link
Does that help?
Great video, thank you. I have a question. How to make the loop the user sends another message the chatbot responds until the user has no more questions. Because right now it only works once...
Use the Chatbase - Question automation as your Default Reply. Then it keeps looping!
@@chatimize doesn't work unfortunately, is there any other way?
Could you share a video of your setup and send it to info@chatimize.com? Then, I can have a look at it!
@@chatimize thanks it's work for me. My next question is How to make chatbots remember old questions and answers so that the conversation flows smoothly. Because each question is considered separately
Of course I subscribed to manychat and chatbase
With Chatbase, this is not possible via the API. If you want this, I recommend using CustomGPT (chatimize.com/customgpt/).
Do you think with the new AI step feature in manychat, this will be useless???
Nope, this will still be very useful!
Hey Joren, I've tried setting the default Instagram response to the Chatbase question - it still doesn't work. After the first initial response from chatbase, I get nothing. What could be wrong?
Did you set the Instagram Default Reply to send “Every time”? You need to set this as the trigger of the automation.
@@chatimize Boom! That’s what I needed. Thanks!
Great video ❤
Thank you!!
not sure I understand whats the advantage of this vs just connecting directly to my open ai account. What the advantage of using chatbase?😢
I think there are multiple advantages:
1. You can train your chatbot on your own custom data, via a very simple user interface and add URLs to the training
2. You can look at the chat logs and easily revise the answers of the chatbot, so that it can learn to create better results.
Chatbase can also use for another language like Bahasa Indoensia?
If ChatGPT can do it, Chatbase can also do it!
hi, chatbase has the ability to be connected directly to Instagram and WhatsApp. Why do we still need to connect it to manychat via make?
Manychat has way more capabilities than Chatbase, such as creating chat funnels, collecting data from users and connecting with other applications. If you only need question answering with AI, Chatbase will work for you.
Subbed and liked! What's the best Chatbot tool/platform to create a Lead Generation Chatbot Business?
Great! This depends on the exact needs of your business or your clients. For Instagram/WhatsApp/Facebook, I think Manychat is one of the best!
By the way, if you want to compare chatbot platforms, here is a full comparison: chatimize.com/chatbot-platform-comparison/
i love you man
One love!
Thanks Joren for your content. I tried to repeat your process and I saw that my chatbot only reply 1 message. If a user goes further in the conversation by sending other messages, the chatbot doesn't reply. I guess it misses a make automation to loop this process and make chatbase have a normal conversation (without stopping) like in the javascript widget on website. Does anyone knows how to do that?
Yes, this is a common problem! Let's tackle your problem in two steps:
1. If you want that each question is sent to Chatbase, you need to set the contents of the Default Reply to the contents of "Chatbase - Question".
2. Because we use Chatbase via API, it will not remember conversation history. This is a limitation of Chatbase. So if you want to have a tool that remembers the conversation, take a look at Cody: chatimize.com/cody/
@@chatimize Thanks but no manychat connexion, so no FB AI, neither Instagram 😞 Do you know another tool who can do that? The idea to have an AI agent trained like chatbase on our social networks must be common to all marketers. It must be a solution, don't you think?
Yes, I agree! What do you mean by "no manychat connexion"?
@@chatimize we cant connect the chatbot tool you suggested to manychat or make
@@GauthierButtez Please send a video of your setup in Make and Manychat to info@chatimize.com. Then I can have a look at it!
when we connect chabot with manychat. If we want to show google calender to customer at some specific question when customer ask what i do?
You can just add a link to your Manychat automation or a button, that will send them to Google Calendar.
I am facing a problem on the flow. The AI bot answer the first question only. After getting the first question answer, I didn't get any answer for any other question. How can I fix that?
Set the "Chatbase - Question" flow as your Default Reply. Then every question will be sent to Chatbase.
@@chatimize I have set that up but it still the same, One of my clients recommended your video and ask me about the AI chatbot, I have done everything that you shown on the video. But it only answe me the first question, Please help me, I need to finish the project 🥺
@@chatimize I have tried each and every possible way but it just answer one question, but today it just answer to specific question, I know what is going on. Do you have any solution for this?
Please send a video of your complete setup to info@chatimize.com and I can have a quick look at it.
@@chatimize I have emailed you. Please have a look.
can I connect this with an CRM, so for example when a contract of my client expired that it sends out a whatsapp message automaticly? So trigger would be a column in my crm with a tag for example
Yes, that is possible! I actually created a course on how you can create these types of custom Manychat integrations: chatimize.com/custom-manychat-integrations/
@@chatimize awesome! I have got 1-2 additional questions regarding this course, whats the best way to address those ones?
Please send an email to info@chatimize.com!
Can voice messages from customers be responded to automatically?
Nope… these messages first need to be converted to text (which can be done with a text to speech integration)
@@chatimize Do you have a course where you explained this feature and the app used for the integration process?
Nope, not specifically this. But I have a course on how you can create these custom integrations: chatimize.com/custom-manychat-integrations/
Hi! We tried and worked perfectly! Until a json error everytime the client's message used enter key. Can you help? We are using your make template for WhatsApp chatbase & manychat
Thank you! Where are you getting the JSON error?
@@chatimize the error is {"message":"Bad control character in string literal in JSON at position 47 (line 3 column 31)"}
But where are you getting this error? In Make? And if so, where?
Yes, got it now. This is because there is an "Enter" in your question. You can solve this by adding a "Text Parser" between the first element (Manychat) and the second (Chatbase API Call). Here is a quick video that explains this problem well: ua-cam.com/video/XrbnBlUP-GM/v-deo.htmlsi=LPf40axvUDNKIFxE
If you are going to use the Text Parser, use the following settings:
- Pattern = newline
- New value = space
- Text = {{1.subscriber.custom_fields.`Chatbase - Question`}}
And also don't forget to replace the "Chatbase-Question" in your Chatbase API call to the text result of the Text parser!
Hello Joren! I followed all the steps mentioned in your video and all steps are done without showing any error, but no question appear on Instagram. Can you help, please?
Hey Mukhtar! When you go to the person you are talking to in Manychat Live Chat, what do you see? Do you see the response from Make appearing there?
Downloaded the free templates and they came with a warning that the Make integration with Chatbase requires an API Request instead of Send a Message now - I've done this but I must be configuring the API Resquest incorrectly because I'm getting back scripts instead of actual messages from my Chatbase bot. Help!
I now adjusted the template so you can use Chatbase app directly in Make!
I have a question, why we can't just use manychat alone since it is a chat bot itself?
It doesn’t have a built-in knowledge base feature…
@@chatimize thank you, great contents. Everything is easy to understand
Hi ! Thanks for the video. Can I create a chatbot on CHAT BASE and then give access manually. I have FREE and PAID community. For a PAID community I would like give for free a CHATBASE bot - but I want make sure that only PAID members get access. There is any way to do that? Thanks!
Yes this is definitely possible! For paid members, you can just add a tag in Manychat with “Paid”. Then you can use a condition in your Manychat automation that checks if they have the tag. If they have the tag, you can send their question to Chatbase. If they don’t have the tag, you answer with that they need to pay.
@@chatimize Thank you !🔥
Will manychat add this feature of custom AI chatbot without any third party tools in the future?
Yes! I have recently spoke to the Manychat team about this and they are currently working on a solution!
thank you very much for the video! I set everything up like in the video with answers on Instagram 👌 one question. How to make it so that the user can continue to communicate with AI? I only have one cycle working now (one question from the user and an answer comes from chatebase)
I’m glad you like it Roman! If you want that every question they ask is sent to the AI you need to set your Default Reply message so that it sends the message to Chatbase via Make.
If you also want to keep the history of a conversation, I actually recommend using another AI tool (more expensive than Chatbase), because Chatbase doesn’t provide this.
@@chatimize Thank you! What is the name of this more expensive tool?
It is CustomGPT: chatimize.com/customgpt/
I just configured mine thanks to this incredible video and I asked myself the same thing, however I was able to solve it by asking the question again as a next action in manychat "Do you have any other questions?" and placing the user input again. and send again the question to make and a continuous flow is made. You can also put two buttons "Ask again" or "No, thanks" to end the flow. I did it and it works fine.
Awesome!
Can this be integrated into a Lead Gen Manychat chatbot?
Yes, definitely! If you want more info on how to build the best Lead Gen bot, here is a quick course on that = chatimize.com/lead-generation-funnel/
How to calculate contacts for free contact limits. Because i have 7 total conversions. But below free contacts limit says still i have 0/1000 contacts. Is there is any action to add contacts to manually?
Yes i also have a question about that? The left side below free limits always stays 0/1000. How to understand my contacts are alive.
There is any time to that list goes started. Please tell me.
It should count up automatically. Each person that talks to your chatbot = one contact.
@@chatimize thanks. That means i have only 1000 conversation for free to use.
Exactly!
I'm getting an error message in the last step of make The operation failed with an error. [400] Validation error: any tips?
Just sent you an email back!
I followed this tutorial step by step but it doesn't work, it answers once and then stops 😟 Is there any suggestions to why?🙏
And setting the answer flow as a default reply doesn't work.
You can set the "Chatbase - Answer" flow as your Default Reply, then it triggers every time someone asks a question. Does that help?
Great videos! I have one question about this method : Your chatbot cannot get a history of the conversation, right?
I mean, you can kind of do it with manychat by creating 2 or 3 custom fields and sent a prompt like this "You are a support agent. here's the questions (X). Here's the last question (Y). Here's your last answer (Z). Any advice?
Yes, exactly. With Chatbase, the conversation history is not built-in, you need to keep track of that yourself.
You could create these custom fields, but it is not a scalable solution. Because if you have a long conversation with the AI, you need lots of custom fields.
So if you want to use the conversation history, I recommend going with a tool that can do it, such as CustomGPT (chatimize.com/customgpt/)
Thanks for the answer @@chatimize !
Hello Joren! I followed every step of the process but I am facing an issue. Once I send my first question, the AI chatbot answers, but if a make another question it does not answer. What could be going wrong? Your help would be much appreciated! (I am doing this for Instagram btw)
You can use the Default Reply on Instagram to send the message to Chatbase!
@@chatimize what do u mean by this? I have the same issue, chatgpt will only reply 2 times
@@ahmedashoor2944 Go to Settings > Instagram > Default Reply. Then click here on and choose the automation. When you do that, each time a user asks a question, it will be sent to Chatbase.
Why i cant visit Manychat website, It always says the page is not working, How to solve that
It’s always working on my end… what country are you in?
Hello I need help regarding the reducing the price of a i Chatbot
Do you mean the monthly price of Manychat?
Thanks Joren, can chatbase using other languages than english for chatbot?
Yes, absolutely!
Why i cant setup a new channel when im of the pro free trial
You should be able to do so. What channel do you already have and what channel would you like to add?
Hey, everyone. I have a quick question. How can I make this interaction more continues? Like what I the user has more than one question to the bot?
If anyone could help that would be amazing.
Thank you very much!
Set the Default Reply in Manychat to the "Chatbase - Answer" automation. Then, everytime someone asks a question, it will be send to Chatbase.
@@chatimize thank you very much for your help!!!I’ve purchased subscriptions for chatbase and Make. They work perfect! But I assume that every time user sends a new question it creates a new dialog with the user because it doesn’t take into account previous conversations. Could you please explain how to fix it?
Thank you! Yes, Chatbase doesn't offer this functionality currently. I also talked with them about this, so hopefully they will add it in the future.
For now, I recommend using CustomGPT, because they do provide this (chatimize.com/customgpt/)
Is it possible to set up manichat so that the bot is the first to send messages first to a certain nickname in instagram?
Yes, that is possible! What is actually the purpose of this?
The bot integration with Chatbase is not working properly. Can anyone help troubleshoot this issue?
Yes! Can you explain what your problem is?
You might need to select ChatGPT-4 instead of 3. This happened to me as well.
Hello, i have a question how can we set a default message in manychat for instagram DM? Please answer must of my question
For example. This message only comes up when someone says "Hello, Hola, Hey or Hi", but we need it for all messages, not just those
If you have any videos related to my question please send me a link
Set this flow as your Default Reply! You can do it in a few simple steps:
1. Go to Settings > Instagram and choose for Default reply.
2. Add an action that sets a Custom Field "Question" to the {Last Text Input}
3. And then send that Question to Chatbase (via Make)
Do you understand?
@@chatimize Do we need to apply conditions as well?
Nope!
I followed the steps in your video, but it is not working for me! How can I get a support? Thanks
Just send an email to info@chatimize.com with a video of your setup, and I can have a look at it!
@@chatimize Thanks, sent you the email
iam not able to do a signup on this website
Which one? Manychat or Chatbase?
@@chatimize the website you showed
@@chatimize on your page there is no place to sign up
@@Faizankhan-fl9sp What error do you get when signing up?
Depending on the traffic of your social media I guess you will need to pay for make also.
Yes, that is true!
Manychat does not offer API Keys on their free plan unfortunately.
Sign up for the Pro plan. I can tell you: it’s worth it.
11:17
connection doesn't work
Do you get a certain error?
There is an issue with Chatbase, they have disabled the scraping API. Kindly advice the way forward@@chatimize
Hey John! What do you mean by "they disabled the Scraping API"?
The Chatbase API is not accepted in Make. When you try to create a connection recently you get this response "[404] This API is no longer available for use." Therefore you can not create a connection between Chatbase and Make as of now@@chatimize
Yes, that's correct. So weird. I will send out an email about this later today (if you have downloaded my template) with a renewed template. Solution for now is to use a HTTP Request inside Make. I will also send Chatbase a message about this.
trash
Thanks for the feedback! Why do you think it's trash?
@@chatimizeit can only proceed to the next step in the STEP AI flow; it cannot proceed to other flows. Additionally, the STEP AI cannot apply conditional blocks; it is only able to collect information
Are you referring to the Manychat AI step here?
@@chatimize yes
Here is a tutorial on that: ua-cam.com/video/9hN8SF67sZc/v-deo.htmlsi=Gna7TWtHOjnkUMCT
Can we also integrate manychat WhatsApp via make or zapier with kommo crm
Yes that is possible. I just searched online and Kommo CRM has an API, so you can integrate with them.
Can you make a video on it??
I actually have a course where I explain how you can create these types of integrations yourself. You can check it out here: chatimize.com/custom-manychat-integrations/