Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 17 Current »

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

{
  "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"
}

In order for us to notify your system about these messages, you need to provide a callback URL, send this to support@ambita.com.

  • No labels