# Slack

## Usage <a href="#usage" id="usage"></a>

The Slack Notification Type Response Integration allows users to receive real-time updates and alerts directly within their Slack workspace.

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before configuring the Slack notification type response integration in Netography, you will need to have an incoming webhook configured in your Slack environment. For more information, consult the [Slack webhooks](https://api.slack.com/messaging/webhooks) documentation.

## Netography Portal Steps <a href="#netography-portal-steps" id="netography-portal-steps"></a>

In **Settings > Response Integrations**, click **Add Integration**. Select **Slack**

![](/files/q1oW27JzD3I1od24uFK2)

## Configuration <a href="#configuration" id="configuration"></a>

The following fields are specific to the Slack integration.

| Field     | Required | Description                             | Example                                 |
| --------- | -------- | --------------------------------------- | --------------------------------------- |
| `URL`     | yes      | Slack URL including Key                 | <https://hooks.slack.com/services/:key> |
| `Channel` | yes      | Slack `channel`, without the `#` prefix | netography-channel                      |


---

# Agent Instructions: 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.fusion.vectra.ai/automate-responses/configuring-response-integrations/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.
