This is the first and the best video about connecting an AI assistant through ManyChat!!! Thank you so much! I did everything in the video and everything works smoothly and without any issues!
Amazing video! But I have a problem or rather a question, the chat does not remember the context of the conversation, when it recognizes the id, does it recognize the id of the previous message or the id of the entire conversation? Because when I test it, it repeats the same things again
Hi Joren! Great video! Can you please tell me what is better for creating an AI chatbot with Make and Manychat? Is it using Cody or better directly with ChatGPT assistants? Thank you!
Can this chatbot you created answer multiple user questions? In other words, a customer asks 2 questions in sequence and your automation responds broken down to these answers?
To be honest: I am not sure how you would handle that. Because then you need to have some logic that waits on messages until X period. And then send all the messages in one go. I think it's doable with using a Datastore in Make and saving the messages there, but it will be a much more difficult integration. How many times do you encounter this?
Great tutorial and was definitely interested but wanted to know, I'm feeling like the ai on manychat with chatgpt is already is pretty solid. When I add info into it's Ai and fill out it's task it seems to answer pretty intelligently. I say that to ask why do you think I should do it this way and what are the real benifits?
I think you are referring to the AI step in this case. I think the problem with that feature is that it isn't flexible. If someone exactly follows the steps in the script, it works. But when someone wants to do something else (that isn't in the script), it isn't flexible enough. And that's why I prefer to use ChatGPT via this integration.
@ after using it I can see how you would want that. You can only upload a certain amount of info per ai chat; when I need it to know a more complex list of services and projects. I did connect two ai chats together so when you ask a certain question it will switch to other chat that has more info about a certain subject.
When i setup the OpenAI module, in the "Message" area, Im only getting options for last_input_text, key, name, etc. But im not getting any of our Custom Fields that I made in Manychat. Could you help me troubleshoot this?
Got it! I recommend triggering the integration once. When that happens, Make receives all the data and it will also "understand" other data than just the ones you show here.
@ maybe it can be useful, i first select an option so i don’t have any issues, then “run once” and did the trigger action. Once the flow was done, i had also the custom fields Thank you
Can we make that WhatsApp bot initiate a conversation with a lead instead of what you showed in the video, which is someone needing to initiate the conversation with the WhatsApp bot?
Yes, that is possible. Here is a video on sending WhatsApp broadcasts: ua-cam.com/video/cOz64kZ41BI/v-deo.htmlsi=KFejNKidgMASSxty You can also it similarly with Rules or Sequences.
Another excellent tutorial, do you have any tips to avoid the error "[400] Can't add messages to thread_xxxxxxx while a run run_xxxxxx is active." in OpenAI in make when the user sends multiple DM messages in sequence?
Thank you! To be honest: I am not sure how you would handle that. Because then you need to have some logic that waits on messages until X period. And then send all the messages in one go. I think it's doable with using a Datastore in Make and saving the messages there, but it will be a much more difficult integration. How many times do you encounter this error?
@@chatimize When the user sends, for example, 3 messages separately in a short sequence, the manychat trigger apparently sends all of them and the moment the first hits OpenAI and there is an active run it triggers error 400 informing that there is already a run running for another attempt, I tried to work around it with delay but without success, it would be perfect if Manychats could separate the message queue from the trigger before send to make webhook or any tipe of store before set on openAI.
Yes, if you want to do this, you should add these messages to a Datastore in Make. And then you need logic in Make to handle when you want to send this to OpenAI to answer.
Hi there! Nice video, I'm just facing one issue, I'm having 2 answers at the beginign of the conversation, how can I solve this? This justs happens when it's a new "costumer"
Thanks for bringing this up. The template had a mistake. I have updated it, so you can download the new one or update your existing one. If you want to update your existing one, do the following: 1. Go to your Make Scenario 2. At the router, click on the second route (where it says "2nd" 3. Set the option "Set the route as a fallback" to "yes". Doing this ensures that the 2nd route is only being used when the first route is not used. Please let me know if it worked!
How to avoid, the operation to be run twice? When testing when the first message and the user doesnt have Thread ID, it runs first the top part. But then instantly it recognises the response that the user got as a question and sends a second message. So always when user has no thread ID he receives 2 messages
I can help you with this! Make sure the second route of the Router is set to fallback. So now, just click on where it says “2nd”, and the a pop-up opens where it says “Run as fallback”. You want to check that. Once you do that, it will work!
@@chatimize Ahhh i see, i complicated it way more by creating a 2nd condition, saying that if thread ID not equal to 0 not to run it, seems to work now
do you recommend starting with new number ? i saw that you will loose existing connection to the number you will attach to many chat chat history etc will be gone best regards great videos brother
Hi. Can you make tutorial how to make chatbot with manychat, make and claude AI but also when i get mobile number from contact i want to take leads name and number into managment system like for exmaple clickup.
@chatimize I want to make list in click up about my leads and after contact them with phone number or Gmail. I can manage all my leads in clickup. So every person who text me and give me phone number will be in my list
@@chatimize I have same integration but for chatbot I'm using zapier and Claude but there is some bugs so I want new way to take leads from Facebook into clickup with chatbot
Hi Joren! I have used your template but instead of whatsapp I used Instagram connection. I am receiving an error on no thread ID branch - "BundleValidationError, Validation failed for 1 parameter(s)., Missing value of required parameter 'message'." Any suggestions ? Keep up the good work 🙏
Thank you! I'm not sure what it might be without seeing it. Could you send a quick video to info@chatimize.com? Then, I can have a look at it! Please include the following in your video: 1. Set up in Manychat (Trigger flow, response flow) 2. Set up in Make 3. Triggering the Manychat automation and showing where the error happens
Thank you! Correct, it doesn't support images. If you want to handle images as well, check this video: ua-cam.com/video/76HlF0Giqdw/v-deo.htmlsi=mVq9hhdy5eiMRwDX
@@chatimize This is very good, but I don't know how to integrate it so that when someone sends a message, whether it's a photo or text, it goes to the AI, and the AI provides the correct response.
@@eyecueds Did you use the exact same names for the Custom Fields? Like: - ChatGPT > Question - ChatGPT > Response - ChatGPT > Thread ID The field names need to be exactly the same, otherwise it doesn't work.
I'm not receiving the template in my inbox. Anyway, on Make, where you add the OpenAI node, in the Message section, how to get that 1. subscriber.custm_fields.'ChatGPT > Question'. It's not showing for me
Get started with my FREE template: chatimize.com/manychat-chatgpt-template/
This is the first and the best video about connecting an AI assistant through ManyChat!!! Thank you so much! I did everything in the video and everything works smoothly and without any issues!
Thank you! I'm glad it helped you!
Thanks a lot. But, there is a problem with gtp-4o-mini assistant. Through API it gives worth answers than directly on openAI page. Why? 😢
I am not sure... I also addressed this in my video. I think the good news is that it gives good answers in the API (and not the other way around)
Great one ❤❤❤solved all of my issue
I'm glad it helped you!
Just Amazing ❤
Thank you!
Amazing video! But I have a problem or rather a question, the chat does not remember the context of the conversation, when it recognizes the id, does it recognize the id of the previous message or the id of the entire conversation? Because when I test it, it repeats the same things again
Hey Alberto, thank you! Yes, it should remember the entire conversation, that’s what the Thread ID is for.
@ Thank you very much for your reply! I will make changes to the Open AI assintant, which may be what is failing
Awesome!
Thank you for this tutorial!
You are so welcome, Gabriel!
Hi Joren! Great video! Can you please tell me what is better for creating an AI chatbot with Make and Manychat? Is it using Cody or better directly with ChatGPT assistants?
Thank you!
I think Cody is better!
Do you have any videos or content about how to save structured data to a CRM from unstructured chat content?
Nope, not yet! But I think I can help with this. Can you share more about what it is about?
Hey Joren, Just a quick question for the file search on openai assistant, does it consume alot of tokens? or is it stored on vector databases?
It depends on how big the query is and how many files you have. My recommendation = Just test and you know it instantly.
Can this chatbot you created answer multiple user questions? In other words, a customer asks 2 questions in sequence and your automation responds broken down to these answers?
To be honest: I am not sure how you would handle that. Because then you need to have some logic that waits on messages until X period. And then send all the messages in one go. I think it's doable with using a Datastore in Make and saving the messages there, but it will be a much more difficult integration. How many times do you encounter this?
Great tutorial and was definitely interested but wanted to know, I'm feeling like the ai on manychat with chatgpt is already is pretty solid. When I add info into it's Ai and fill out it's task it seems to answer pretty intelligently. I say that to ask why do you think I should do it this way and what are the real benifits?
I think you are referring to the AI step in this case. I think the problem with that feature is that it isn't flexible. If someone exactly follows the steps in the script, it works. But when someone wants to do something else (that isn't in the script), it isn't flexible enough. And that's why I prefer to use ChatGPT via this integration.
@ after using it I can see how you would want that. You can only upload a certain amount of info per ai chat; when I need it to know a more complex list of services and projects. I did connect two ai chats together so when you ask a certain question it will switch to other chat that has more info about a certain subject.
Yes, exactly. My recommendation in general: Just test whether it works for you.
If it works, it works. If it doesn't, use this integration.
Great Video, Is there any advantage or differences to Connecting Manychat to Chatgpt directly vs the previous video using Cody?
Yes, ChatGPT is cheaper than Cody. But I prefer Cody, because it's more user friendly and ready for live applications.
Can manychat reply to comments on facebook using CGPT?
Unfortunately not… it is possible with Uchat (chatimize.com/uchat/). This is another tool with great features, but somewhat less beginner friendly.
When i setup the OpenAI module, in the "Message" area, Im only getting options for last_input_text, key, name, etc. But im not getting any of our Custom Fields that I made in Manychat. Could you help me troubleshoot this?
Did you use my template or do try to set it up by yourself?
@@chatimize i did it by myself and had the same issue
Got it! I recommend triggering the integration once. When that happens, Make receives all the data and it will also "understand" other data than just the ones you show here.
@ maybe it can be useful, i first select an option so i don’t have any issues, then “run once” and did the trigger action. Once the flow was done, i had also the custom fields
Thank you
@@olsixhindoli Awesome, I'm glad it worked!
Trigger Make option doesnt appear for me at my Many Chat account. Any idea gow to solv it?
Yes! Connect the first node in the Make scenario to your Manychat account. Once you’ve done that, it will appear in Manychat!
Can we make that WhatsApp bot initiate a conversation with a lead instead of what you showed in the video, which is someone needing to initiate the conversation with the WhatsApp bot?
Yes, that is possible. Here is a video on sending WhatsApp broadcasts: ua-cam.com/video/cOz64kZ41BI/v-deo.htmlsi=KFejNKidgMASSxty
You can also it similarly with Rules or Sequences.
I already play for zapier, can i use it istead of make? thanks! good video
Yes, you probably can! Maybe this helps: help.zapier.com/hc/en-us/articles/20965705530125-Use-OpenAI-s-Assistants-API-with-your-Zaps
Another excellent tutorial, do you have any tips to avoid the error "[400] Can't add messages to thread_xxxxxxx while a run run_xxxxxx is active." in OpenAI in make when the user sends multiple DM messages in sequence?
Thank you! To be honest: I am not sure how you would handle that. Because then you need to have some logic that waits on messages until X period. And then send all the messages in one go. I think it's doable with using a Datastore in Make and saving the messages there, but it will be a much more difficult integration. How many times do you encounter this error?
@@chatimize When the user sends, for example, 3 messages separately in a short sequence, the manychat trigger apparently sends all of them and the moment the first hits OpenAI and there is an active run it triggers error 400 informing that there is already a run running for another attempt, I tried to work around it with delay but without success, it would be perfect if Manychats could separate the message queue from the trigger before send to make webhook or any tipe of store before set on openAI.
Yes, if you want to do this, you should add these messages to a Datastore in Make. And then you need logic in Make to handle when you want to send this to OpenAI to answer.
Hi there! Nice video, I'm just facing one issue, I'm having 2 answers at the beginign of the conversation, how can I solve this? This justs happens when it's a new "costumer"
Thanks for bringing this up. The template had a mistake. I have updated it, so you can download the new one or update your existing one.
If you want to update your existing one, do the following:
1. Go to your Make Scenario
2. At the router, click on the second route (where it says "2nd"
3. Set the option "Set the route as a fallback" to "yes".
Doing this ensures that the 2nd route is only being used when the first route is not used.
Please let me know if it worked!
@@chatimize Damn! It wordek like a charm, Thank you so much!
@@elbenerdrums5203 Awesome, have fun!
How to avoid, the operation to be run twice? When testing when the first message and the user doesnt have Thread ID, it runs first the top part. But then instantly it recognises the response that the user got as a question and sends a second message. So always when user has no thread ID he receives 2 messages
I can help you with this!
Make sure the second route of the Router is set to fallback. So now, just click on where it says “2nd”, and the a pop-up opens where it says “Run as fallback”. You want to check that.
Once you do that, it will work!
@@chatimize Ahhh i see, i complicated it way more by creating a 2nd condition, saying that if thread ID not equal to 0 not to run it, seems to work now
Awesome!
do you recommend starting with new number ?
i saw that you will loose existing connection to the number you will attach to many chat
chat history etc will be gone
best regards great videos brother
Yes, I recommend starting with a new one!
Hi. Can you make tutorial how to make chatbot with manychat, make and claude AI but also when i get mobile number from contact i want to take leads name and number into managment system like for exmaple clickup.
Great idea! What do you want use it for?
@chatimize I want to make list in click up about my leads and after contact them with phone number or Gmail. I can manage all my leads in clickup. So every person who text me and give me phone number will be in my list
@@chatimize I have same integration but for chatbot I'm using zapier and Claude but there is some bugs so I want new way to take leads from Facebook into clickup with chatbot
Got it! You could try creating a custom integration between Manychat and ClickUp. They both have a connection with Make (chatimize.com/make/)
@@chatimize so manychat can collect leads who give me numbers in list and I can transfer into clickup?
Do you recommend using this or Cody?
I recommend using Cody. OpenAI Assistants is still in beta, so I don't recommend it now. And it can also be a bit slow at times.
Hi Joren! I have used your template but instead of whatsapp I used Instagram connection. I am receiving an error on no thread ID branch - "BundleValidationError, Validation failed for 1 parameter(s)., Missing value of required parameter 'message'." Any suggestions ? Keep up the good work 🙏
Thank you! I'm not sure what it might be without seeing it. Could you send a quick video to info@chatimize.com? Then, I can have a look at it!
Please include the following in your video:
1. Set up in Manychat (Trigger flow, response flow)
2. Set up in Make
3. Triggering the Manychat automation and showing where the error happens
It was a very good and useful video, and I was able to implement it easily. However, unfortunately, it does not support images.
Thank you! Correct, it doesn't support images. If you want to handle images as well, check this video: ua-cam.com/video/76HlF0Giqdw/v-deo.htmlsi=mVq9hhdy5eiMRwDX
@@chatimize This is very good, but I don't know how to integrate it so that when someone sends a message, whether it's a photo or text, it goes to the AI, and the AI provides the correct response.
Yes, that's not possible at the moment. I think this is already added as a feature request in the Manychat community!
I did not receive the template in my inbox.
That's weird... Could you try again?
I’m struggling to connect Manychat to Make… any ideas?
Hey Simon! Can you tell more about your struggle?
Did everything and nothing worked
Can you explain where you got stuck? I can help!
@@chatimize I followed all instructions without getting stuck. However when i send a message to the Bot i ddnt get a response.
And when you look into Make, do you get an error?
@@chatimize Validation failed for 1 parameter(s).
Missing value of required parameter 'message'. Thats the error i see on Make
@@eyecueds Did you use the exact same names for the Custom Fields? Like:
- ChatGPT > Question
- ChatGPT > Response
- ChatGPT > Thread ID
The field names need to be exactly the same, otherwise it doesn't work.
I'm not receiving the template in my inbox. Anyway, on Make, where you add the OpenAI node, in the Message section, how to get that 1. subscriber.custm_fields.'ChatGPT > Question'. It's not showing for me
The template should work now! Can you try again?
@chatimize same template that I have downloaded already or should I request again?
@@dhruvladia6144 Oh I thought you didn't receive the template in your inbox?