we have built a very simple bot that simply passes any message onto our own application. (we want to answer questions asked from our customers to be handled straight from our CRM application for customer service purpose)
Now, the bot is declined with message:
Thank you for your submission. We tested the messenger experience on your associated page and received either no response from your messenger bot or received a human response. Please resubmit with the new, improved version of your bot.
Which raises the question for me: is it even allowed to do human assistance via the messenger API? Or is it bot only? I have read through all the platform policies, use case examples, etc.
So, how do I create the simplest integration? (send message straight through to one of our customer service users?)
/{conversation-id}/messages
still seems to work fine in Graph API Explorer, using API version 2.6 – so I’d assume answering them should still work as well. The changelog mentions nothing about this being deprecated either, as far as I can see. (After the v2.6 rollout, a lot of documentation pages had problems with wrong “This document refers to a feature that was removed after Graph API v2.x” notes appearing.) – CBroe/{conversation-id}/messages
has the following at the top of the page: This document refers to a feature that was removed after Graph API v2.5. I don't think it works. – forallepsilon