FbChatBot mark message as Read

后端 未结 3 1591
盖世英雄少女心
盖世英雄少女心 2021-01-21 19:56

i am developing fb chat bot, and i want to mark the message as read so that when the moderator of our fb page view the message part, they won\'t see so many unread messages even

相关标签:
3条回答
  • 2021-01-21 20:22

    Is this new feature of fb bot? Thanks btw! I will try to check this. Is there any side effects in Marking the message as done ???

    To answer your question:

    There are some bugs within the Inbox/Pages Manager mobile app. You won't see the messages in DONE folder if your admins are using Pages Manager mobile app for now.

    I've reported the issue and working with them to solve it. However, you can still see those messages in DONE folder if you use a computer and go into your page's Inbox.

    NOTE: It seems that messages moved to Inbox will be marked as seen (not bolded). This may be a little confusing if your admins don't mark each conversation as DONE after admin finishes conversation with the users.

    0 讨论(0)
  • 2021-01-21 20:41

    You can not mark message as read (as of now), but the best way I deal with this is to use Handover Protocol

    • When your bot reply the message, it won't appear in INBOX, but it goes to DONE box instead.
    • When bot cannot answer, you can let your bot pass thread to INBOX. Then the moderator of page manually answer it. (and mark as DONE afterward)

    Follow the instruction here to set it up: https://developers.facebook.com/docs/messenger-platform/handover-protocol/pass-thread-control

    (Note: You can pass thread to page inbox and then take thread back immediately. I will notify to INBOX, but your bot can still work with users.)

    0 讨论(0)
  • 2021-01-21 20:44

    When you use the API you sent here (Facebook's Send API), you only mark the message as "seen" from the bot on the Messenger Chat that you have with your users. This doesn't affect the messages inside your Page's inbox.

    Unfortunately, there is no way to mark messages as read inside your Page's inbox.

    0 讨论(0)
提交回复
热议问题