3rd Parties Service API (outdated)

This allow 3rd parties to send notifications to our users. You need to create a new service first.

Notifying users

This is to notify a single or more users. We suggest you make sure the notification you are sending is correct.

https://www.appnotifications.com/apps/:service_id/notifications.json

Where ‘:service_id’ is the unique id for your service

Available variables

Broadcasting users

This is to broadcast notifications to all your users, we suggest you make sure the notification you are sending is correct.

 https://www.appnotifications.com/apps/:service_id/notifications/broadcast.json

Where ‘:service_id’ is the unique id for your service