Redirect a typebot chat to human agent
Hey everyone,
I'm working on a setup where the user initially interacts with a bot, and then, upon choosing, can switch to a live human agent. The catch is, this transition happens only after they've completed a payment through Stripe. Here’s the flow I’m envisioning:
What's the best way to make this happen?
Should I be looking into specific APIs, maybe something like Slack or ChatWoot APIs?
Has anyone tried something similar and can share their insights?
Thanks in advance for any help or suggestions!
I'm working on a setup where the user initially interacts with a bot, and then, upon choosing, can switch to a live human agent. The catch is, this transition happens only after they've completed a payment through Stripe. Here’s the flow I’m envisioning:
- The user starts chatting with our automated bot.
- At some point, they opt to connect with a human agent.
- We send a payment request using Typebot-Stripe integration.
4.Post successful payment, the user gets redirected to a human agent. - I've noticed there's an integration available with ChatWoot, but it doesn't seem quite seamless – it opens up a new chat window, which isn't ideal.
What's the best way to make this happen?
Should I be looking into specific APIs, maybe something like Slack or ChatWoot APIs?
Has anyone tried something similar and can share their insights?
Thanks in advance for any help or suggestions!