How can use "Push Messaging" in order to broadcast a message to my bot's telegram users?

(mkarimi926@gmail.com) #1

It is assumed that we can use “Push messaging” to broadcast messages to bot’s users.
How this feature can be enabled?
How can we find which users are enrolled in our bots?

(Kellsey Shaw) #2

Hi there,

You would use our Push service for push messaging. Users would need to subscribe to the service and if you use the Bot New Message trigger for the Flow that will be used to subscribe the users, you can capture some information like what platform they are using (Messenger, Telegram etc), their User ID andUser Name etc so you could keep a record of who or how many people have subscribed.

(John Jackson) #3

Just to add to that, if you go to Flow XO, click on Flows in the menu bar, and click New Flow, you’ll see an option to use a template.

If you choose that option and select Push Updates, you’ll have a set of flows ready to use that will enable you to push messages out to your users. That might help you get started even quicker.