Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

There are two types of Distributor Messages

Type

Description

CUSTOMER

Messages meant for end users of your application, this could be a notification about products or maintenance.

DISTRIBUTOR

Messages meant for your support department, this could be information about some new functionality or configuration issues.

The actual push message that will be sent, will look something like this

Code Block
languagejson
{
  "content": {
    "id": "8608863f-e39a-4129-83be-c7cfd2701aee",
    "message": "This is a test message from create",
    "municipalityName": "INFOLAND",
    "municipalityNumber": "9999",
    "dateCreated": "14-01-2021",
    "type": "CUSTOMER"
  },
  "eventAction": "Created",
  "eventType": "DistributorMessages"
}

...