Profile Requirements

No profile data is required for NowPush. If device_type, message_type, url or apiKey are included in your notification template it will replace the configuration.

{
  "message": {
    "to": {
      "nowpush": {
        "device_type": "browser",
        "message_type": "link",
        "url": "www.nowpush.com",
        "apiKey": ""
      }
    }
  }
}