Search code examples
facebookfacebook-graph-api

Facebook bot don't send notification to user


I use Facebook page like a bot, It works fine but I noticed that messages from the bot doesn't send like notifications on mobile. I found bot that I receive notifications from. How to configure it on my bots? Any suggestions what should I check?


Solution

  • We use bot framework and I found that we didn't add field to message for facebook. After adding this field notification begun to show

    message.channelData = { notification_type: 'REGULAR' };