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

# Slack

## Overview

The Slack connector lets Nullify's agent reach engineers where they already work. Once connected, the agent can:

* **Escalate findings** that need developer action — an open fix PR that hasn't been reviewed, a fix that's blocked, or a secret that needs rotating.
* **Send campaign nudges and informational updates** to keep teams aligned on remediation.
* **Take replies in-thread**, so engineers can respond and react without leaving Slack.

Messages are delivered asynchronously, so teams stay productive inside Slack without hopping between tools.

## Ask Nullify directly

Engineers don't have to wait for a message — they can start a conversation with Nullify any time by **`@mention`-ing** it, sending it a **direct message**, or **replying in any thread** it's part of. Ask about:

* **Findings** across code, dependencies, containers, secrets, cloud posture, and pentests.
* **Remediation campaigns** and their progress.
* **Security metrics and trends.**
* **Threat investigations** and which repositories are affected.

Nullify replies in plain language and links to the relevant place in the dashboard. In Slack it's read-only: for anything that changes state — allowlisting, triggering a fix, creating a ticket — it points you to the dashboard rather than acting from chat.

## Connect Slack

Connecting Slack is a one-time authorization — there's no app to build or token to paste.

1. Log in to the Nullify Dashboard.
2. Go to **Configure → Connectors → Slack**.
3. Click **Connect** and authorize the Nullify Slack app in your workspace via OAuth.

Once authorized, Nullify verifies the connection and marks the connector as **Enabled**. You're then ready to choose where escalations go — see [Configuring notifications & escalations](/connectors/slack/slack-notifications.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nullify.ai/connectors/slack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
