You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: