Skip to main content

Is it possible to create an ai chatbot with knowledge base to respond on the questions inside the manychat?
I am trying to connect voiceflow simple chatbot( capture question and answer it) to manychat through external request but I am not sure how to do it.

Do you know how to create this kind of chatbot?

Yes it’s possible!

I have not integrated voiceflow yet, but I have both OpenAI’s Assistant API and Chatbase integrated, both with my trained AI databases.

As you mention, it’s a matter of reading the documentation and creating the logic with external requests to make it work. To give you an idea, this is my setup for Assistants API:

 

I’m guessing something similar will be necessary for voiceflow.


Reply