facebookchatbotfacebook-messenger-bothandoff

How do I implement a "hand back" from Facebook Inbox once I "hand off" from my chatbot


Building a chatbot and trying to implement the handover protocol. SO far I have it handing off to the inbox, so that if someone asks for customer service, the bot hands over to the inbox and presumably someone who is monitoring the page can answer. Once the inbox is the primary receiver, I can't find a good way to hand it back to the bot ... I know that I can set a timer and have the bot request for the conversation to be handed back, but this does not seem like the best approach


Solution

  • mark the chat as 'Done' in the Page inbox and thread control will be returned to the primary receiver app.