NotificationRequestItem
Notification Request
clientNumberstringrequired
client number / radical / identifiantrc
channelstringrequired
notification channel
Possible values: [MAIL
, SMS
, PUSH
]
subjectstringrequired
notification subject
messagestringrequired
notification content / message / body
adriaClientbooleanrequired
is the client available or not on ADRIA's System
emailstring
notification email (required if channel is EMAIL)
phoneNumberstring
notification phone Number (required if channel is SMS)
phoneIdstring
notification phone ID (required if channel is PUSH)
NotificationRequestItem
{
"clientNumber": "string",
"channel": "MAIL",
"subject": "string",
"message": "string",
"adriaClient": true,
"email": "string",
"phoneNumber": "string",
"phoneId": "string"
}