Hi community
I am new here. I am looking for a way to implement a shared inbox, where all incoming chats are handled by a bot, until at some point the bot decides to pass the chat to a human operator to continue the conversation.
The human takes control of the chat, until it ends it, and then the bot takes over again (if the user restart the conversation).
This is the flow:
1. customer talks with bot
2. bot tags the chat at the end
3. chat is assigned to group based on tag
4. at some point human will come and reply to the customer in chat using many chat ui
5. Bot should not respond now since human is talking
6. Human will at some point solve the issue of customer and untag the chat
7. Now bot becomes active again and will respond to the message
I am having difficulty to understand if this can be done with manychat.
Any idea if this is possible?
