> For the complete documentation index, see [llms.txt](https://docs.skeddly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skeddly.com/data-types/projectnotificationslacksettings-object.md).

# 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

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