Notification
namestring
message object
type string
Possible values: []
targets object[]
Array [
typestring
Possible values: [REALM, USER, ASSET, CUSTOM]
idstring
localestring
allowedLocalesstring[]
dataobject
]
repeatFrequencystring
Possible values: [ALWAYS, ONCE, HOURLY, DAILY, WEEKLY, MONTHLY, ANNUALLY]
repeatIntervalstring
Notification
{
  "name": "string",
  "message": {
    "type": "string"
  },
  "targets": [
    {
      "type": "REALM",
      "id": "string",
      "locale": "string",
      "allowedLocales": [
        "string"
      ],
      "data": {}
    }
  ],
  "repeatFrequency": "ALWAYS",
  "repeatInterval": "string"
}