Botpress to act as the intermediate layer between ...
# 🤝help
l
Hello I'd like to ask if we can use botpress to act as an intermediate layer between our custom made bot, powered by openai, it has its own api. We have a web app working and we want to integrate it with social platforms like Instagram. We want the user experience to remain the same with Messenger, just like in our web app, ideally we would be integrating it with WhatsApp and other platforms too. But we want to test the waters or even its possibility.
r
Hey @limited-forest-26830 if Botpress is the 1st layer and you can converse with your custom bot usign an API yes no problem
l
is there a documentation for that
f
Hi @limited-forest-26830 , Can you give me more information about why do you want to use Botpress?
l
To integrate our bot with social media platforms
basically bring our bot to social media platforms
f
so you want the botpress to act like twilio, vonage, zapier etc.?
the general idea is as SebBuron said, yes.
I am asking just to make sure that you use Botpress with its maximum capabilities
are you going to use any of Botpress capabilities? or it will only be a proxy?
l
we use botpress for our other smaller projects, the closest thing I could describe botpress for this project is yes its like a proxy but only because this project was too large and complex that we needed a custom made bot. We tried integrating it with manychat but on my research botpress fits the description of what we want with social media integration in terms of ease of use.
is there a documentation for what @rich-lamp-98721 said regarding this
r
What I would try first is to add a hook in botpress that calls your custom bot on every user interaction
This way, botpress and your custom endpoint can be triggered every time a user says something to the bot, and you will be able to have the data generated by the bot system in Botpress. From there you can do what ever you want.
This is not documented it's a very unique use-case but that solution should be fairly easy to implement.
l
Okay thanks we'll try this
f
Hi, how is it going? did it work?
3 Views