Send Notifications
This section describes API to send push notifications.
Send Push
To send push notifications.
This API requires a JSON payload.
On success is returned an HTTP 200 and JSON like this:
HTTP Request
POST https://app.mpush.cloud/api/send
Parameters (JSON)
This table is used the "dot" notation to show the payload JSON structure.
For a complete reference to all available values to include in the payload we remand to the official documentation: iOS and Android.
Examples
Payload example to send a basic notification:
Payload example to send a basic notification to multiple topics with custom badge and sound:
Payload example to send a scheduled notification with custom data:
Payload example to send a notification with localization:
In the sidebar a list of examples with the most common configurations.
Last updated