ProjectNotificationSlackSettings Object

Description

Slack settings for a project notification.

Properties

slackUrl

URL to the Slack endpoint to which email notifications will be sent.

Type: string

Required: Yes

Sample JSON

{
    "slackUrl": "https://slack.com/..."
}

Last updated