Push Notifications to web portal through HTML call

Cris Amende3 years ago

Hi,

Would there be a possibility to send a push notification to a front end user (web notificator) using an HTML call, if so, how should that HTML call be formatted ?

vmedrano3 years ago

yes you can, i actually develop and apps to send events to customer with whatsapp, mail and telegram using android and web services.
with the protocol xmpp.

victor

Cris Amende3 years ago

I believe the question may have been mis-understood, perhaps I should have explained it better. I want to write a script to "simulate" an event using an HTML call (i.e. an URL) so that the user looking at the web portal get's a notification either as an alarm or as an event notification in the side bar. Similar to making a position update in traccar web using an HTML call. I cannot find anywhere how such an HTML string should be configured. an someone guide me in the right direction ?

Anton Tananaev3 years ago

You can use OsmAnd protocol:

https://www.traccar.org/osmand/

Use alarm=sos query parameter to generate an alarm event.

Cris Amende3 years ago

Thanks Anton, is there any way to send other messages, preferably free texts.... ?

Anton Tananaev3 years ago

You can try to use result attribute for that.