Comment on page
ProjectNotification Object
Configured notification for a project.
Email settings for the notification. Required when
notificationMethod
is amazon-sns
.Required: Conditional
Date, in ISO 8601 format, at which the notification was created.
Type:
string
Email settings for the notification. Required when
notificationMethod
is email
.Required: Conditional
Date, in ISO 8601 format, at which the notification was last modified.
Type:
string
User that last modified the notification details (method, level, etc.)
Type:
string
Unique ID of the project notification.
Type:
string
Level of notification.
Type:
string
Allowed Values:
all
errors-only
Required: Yes
Method of notification.
Type:
string
Allowed Values:
email
slack
amazon-sns
Required: Yes
Slack settings for the notification. Required when
notificationMethod
is slack
.Required: Conditional
{
"notificationId": "pn-12345678",
"createdDate": "2023-01-29T00:00:00Z",
"lastModifiedDate": "2023-01-29T00:00:00Z",
"lastModifiedBy": "u-12345678",
"notificationLevel": "errors-only",
"notificationMethod": "email",
"emailSettings": {
"emailAddresses" [
]
}
}