NotificationSettings

NotificationSettings
NotificationSettings

Notification settings options.

JSON Example
{
    "fromEmail": "string",
    "notifyEmails": [
        "string"
    ],
    "notificationFrequency": 0
}
string As ^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,4}$
fromEmail
Required

Email from which the notifications will be send.

array of string
notifyEmails
Required

Notification recipients's email addresses.

integer
notificationFrequency
Required
Constraints: default: 1

Default frequency for sending the mail notifications.

Possible values are : 1, 6, 12, 24,