Closed EchoAGI closed 1 year ago
I've been working on the Whatsapp integration for some time now. It will be available fairly soon 👍 #401
@baptisteArnoAny plans for us to have an adapter for the Facebook/Instagram Messenger API?
I'm working on a chatbot using this api and trying to come up with logic to work with Typeboot.
The biggest challenge is storing the state of the conversation steps, so that each request is not seen as an init, since I am using serverless functions and no direct communication with the browser or a database.
Perhaps you could point out a path or announce some resources in this regard.
@AdsonCicilioti
The biggest challenge is storing the state of the conversation steps, so that each request is not seen as an init, since I am using serverless functions and no direct communication with the browser or a database.
Hi, I just found out about Typebot and I don't know much about it yet, but I saw your comment and I remembered that I had a similar problem with a different platform. I solved it with this: every call to my external API would send the entire history, instead of just the last message. Again, I don't know yet if Typebot supports this.
you can refers to landbot, which can bind chatflow entry with whatsapp/facebook messenger or website.
for whatsapp, message send by User with WhatApp, it means the Input Text will not prompt a Input Control for user, but receives messages from whatsapp webhook. means that you need a adapter for whatsapp-specified features. this is same to telegram, facebook messenger, discord, lark, line, kakao, wechat, etc...
I think this scenario is widely used! And maybe My Team can be commiters for your project.