Blackberry

Push.Delivery offers the possibility to send push notifications to Blackberry devices.

For that it is neccesary to connect the Blackberry App over the API with the push system.

Setup Blackberry in Admin UI

Please go into the "Apps" tab and add a new App.

Give your App a name, e.g. "My Blackberry App".

Then select the platform "Blackberry".

Upload an icon for the channel. This is only used inside the Push Admin so that you easier can recognize the channels by image.

Also it is required to use a Push template. This template is used to define the information that will be sent with the Blackberry Push.

You can use this default template and modify it to your individual needs:

[
  {
    "operation": "shift",
    "spec": {
      "headline": "message",
      "url": "link"
    }
  },
   {
    "operation": "default",
    "spec": {
      "targetUrl": "https://cp71.pushapi.na.blackberry.com/mss/PD_pushRequest"
    }
  }
]

The connection will be made against the target URL.

To learn more about how to create and modify JOLT templates please follow up in our developer documentation: push-templates

At the end you will be asked for your:

  • Authorization e.g. (bearer xxxxxxx)

  • Destination port

  • Boundary

You can find these within your Blackberry Developer account.

After sucessfully creating the App for Blackberry the following information will be automatically shown inside the App:

  • ApiUser: This is the API username.

  • Password: This is the password for the API user.

  • AccessToken: Instead of using username and password an Acess Token is created.

  • platformId: The platform ID.

  • AppId: The App ID.

add blackberry app

After setting up the App now it is time to create tags that users can register for.