Push Notifications

(Fabio Feubli) #1

Hi there,

I’m currently creating a chatbot with FlowXO which I plan to distribute as an app. It will be basically a container app, that displays the FlowXO landing page of my bot. Now I would like to deliver push notifications to the smartphones of my app users each time I send a broadcast message.

Is there any best practice you suggest?

Thanks a lot and best regards,
Fabio

#2

Hi @Feubli,

Push notifications is not a bot job, but your container app should manage push notification same as any other App, using iOS or Android services or any other service you use (i’m a backend developer so i know only there are services, not how to use them, sorry).

When your backend sends a broadcast to FlowXO bot then it sends a push notification to app.

1 Like