ProjectNotificationEmailSettings Object

Description

Email settings for a project notification.

Properties

emailAddresses

List of email addresses to which email notifications will be sent.

Type: Array of string

Required: Yes

Sample JSON

{
    "emailAddresses": [
        "[email protected]",
        "[email protected]",
    ]
}

Last updated