Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typebot may need social chat apdaters like whatsapp, facebook messengers #399

Closed
EchoAGI opened this issue Mar 16, 2023 · 3 comments
Closed

Comments

@EchoAGI
Copy link

EchoAGI commented Mar 16, 2023

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.

@baptisteArno
Copy link
Owner

I've been working on the Whatsapp integration for some time now. It will be available fairly soon 👍 #401

@baptisteArno baptisteArno closed this as not planned Won't fix, can't repro, duplicate, stale Mar 16, 2023
@AdsonCicilioti
Copy link

@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.

@rubens-facilit
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants