{% include 'partials/head' %} {% include 'partials/flash' %} Back Push Notifications Send custom push notification Key Message Tokens {% assign count = notifications.hub.count %} {% for pair in notifications %} {% assign name = pair[0] %} {% assign spec = pair[1] %} {{name | capitalize}} {{spec.alert}} {{count}} send {% endfor %} {% include 'partials/tail' %}
Send custom push notification