Notification
namestring
message object
targets object[]
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"
}