Purify Docs
  • Introduction
  • Usage
  • Getting Started
    • Reports
    • Templates
    • Issues
  • Plugins
    • Jira
    • [DISABLED] Slack
    • Email
  • Swagger
  • Report Samples
  • Deployment
    • Standalone
    • With Nginx and MongoDB
  • Authentication
  • SSO
Powered by GitBook
On this page
  • Overview
  • Configuration
  • Examples

Was this helpful?

  1. Plugins

[DISABLED] Slack

Purify + Slack

PreviousJiraNextEmail

Last updated 5 years ago

Was this helpful?

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 what you need to do.

Second, do the following:

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

As a result you should see this:

Examples

You got a report with new findings never seen before

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

here
The name and logo can be changed in the settings of a Slack application