Skip to content

Notification Types

These are general types, which are generated by the AEx Platform

you can see a list of available notification types by calling

Get /notification-types?page=1&pageSize=100.

{
  "items": [
    {
      "id": "b01f27fc-709c-4aa1-b19a-10455d67563e",
      "name": "Test",
      "tags": [
        "test"
      ],
      "example_context": {
        "name": "John",
        "surname": "Doe"
      }
    }
  ],
  "page": 1,
  "count": 100,
  "total": 1
}

id

The Id of the notification type, this will be used when managing templates

name

This is the name of the template, this is used when publishing a notification to an end user

tags

this is a list of tags accociated to the notification type, you can filter notification type by their tag by supplying tags={tagValue} to the same call

example_context

this is an example of what field are possibly used/available within the template