For the complete documentation index, see llms.txt. This page is also available as Markdown.

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