Mass Push Notification API

Send push notifications to all of your users at once using our Send Mass Push Notification API.

Prerequisites

1

Create a free Native Notify account

Create a free NativeNotify.com account to get your Native Notify App ID and App Token.

Send Mass Push Notification API

Post to this URL:

https://app.nativenotify.com/api/notification

Use this POST body (replacing the 'dateSent' with your current date as a string):

{
    appId: app-id-number,
    appToken: "app-token-string",
    title: "Push title string",
    body: "Push message string",
    dateSent: "date string"
}

Notes:

  • Push notifications will NOT work on an emulator/simulator. Push notifications only work on an actual device.
  • If you are using a non-javascript based server language like Python, specify that this is an 'application/json' post type in your post header.