> For the complete documentation index, see [llms.txt](https://faloker.gitbook.io/purify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faloker.gitbook.io/purify/plugins/slack.md).

# \[DISABLED] Slack

## Overview

There is one thing that Purify can do with Slack - send messages via webhook. That's it.

Currently, this awesome integration is used to notify you if:

* You got a report with new findings never seen before
* Jira ticket was resolved with status **Done** and Purify automatically resolved it

## Configuration

First, you will need a webhook from Slack, see [here](https://api.slack.com/messaging/webhooks) what you need to do.

Second, do the following:

```bash
http POST https://purifyhost/api/settings/slack \
    "apikey: your-api-key" \
    webhook="https://hooks.slack.com/services/xxxxxxx/xxxxxx/xxxxx"
```

&#x20;As a result you should see this:

![The name and logo can be changed in the settings of a Slack application](/files/-M40ugjXah36NY5mL6ni)

## Examples

> You got a report with new findings never seen before

![](/files/-M40s3jLINRfDBT5UsDV)

> Jira ticket was resolved with status **Done** and Purify automatically resolved it

![](/files/-M40s5BwgSmRoqlKmqqx)
