BZPNotify - Notifications on your device
You can use any system to send a notification to your device.
Just call the URL with the GET method if it's a short message or the POST method for longer messages.
GET Template: https://bzpnotify.bzphost.com/Notify/Notifica?EmailUsuario=seuemail@dominio.com&Mensagem=Texto da message&Canal=Name of the event
POST Template: URL: https://bzpnotify.bzphost.com/Notify/Notifica
JSON body: {
UserEmail: "yourmail@domain.com",
Message: "Text of the message",
Channel: "Channel name",
}