NotificationResponse
Notification Response
persistance reference in case the notification was persisted
persistance date in case the notification was persisted
persistance mode in case the notification was persisted
Possible values: [DATABASE
, LOCAL_FILE
, EXTERNAL_FILE
, EXTERNAL_SERVICE
]
notifications object[]
list of notification response items
client number / radical / identifiantrc
notification channel
Possible values: [MAIL
, SMS
, PUSH
]
notification subject
notification content / message / body
is the client available or not on ADRIA's System
notification email (required if channel is EMAIL)
notification phone Number (required if channel is SMS)
notification phone ID (required if channel is PUSH)
notification status
Possible values: [VALID
, INVALID
, BUILT
, INCOMPLETE
, SENDING
, SENT
, FAILED
]
error messages in case anything went wrong
persistance reference in case the notification was persisted
{
"persistanceReference": "string",
"persistedAt": "2024-07-29T15:51:28.071Z",
"persistanceMode": "DATABASE",
"notifications": [
{
"clientNumber": "string",
"channel": "MAIL",
"subject": "string",
"message": "string",
"adriaClient": true,
"email": "string",
"phoneNumber": "string",
"phoneId": "string",
"notificationStatus": "VALID",
"messages": [
"string"
],
"persistanceReference": "string"
}
]
}