Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Messenger Bot Daily Push Notification, How?

In cnn fb messenger bot if i write subscribe they show a message like "Got it. I’ll send you top stories every day." and then they daily send me top stories at fixed time. How they do it? I created an fb bot for my site without this but i can't understand how i add this. can anyone tell me basic instruction for this?

like image 298
Rubel Khan Avatar asked Jun 20 '16 12:06

Rubel Khan


People also ask

How do I setup a recurring notification?

Go to Broadcasting → + New Broadcast → Messenger. Under Reason, select the Recurring Notification Topic you'd like to use. Create relevant content to your Recurring Notification within the Flow. Note: The Recurring Notification only supports one message block.

How do I stop Facebook Messenger bots?

You can try sending a text of “Unsubscribe” or “Stop” to the Facebook page you no longer want to receive bots from. Else, you can go to your chat with the page and block all messages. If it does not work for you, block the page from your Messenger and Facebook.


1 Answers

The idea is simple. When you send "subscribe" to the bot, the bot server would add a record according to the sender_id to their database or memory , then the bot server could set a timer to distribute the news messages to those sender_id who have subscribed for the news.

like image 117
iownthegame Avatar answered Sep 22 '22 09:09

iownthegame