# Slack Integration

IT-Conductor supports integration with Slack, enabling organizations to harness the full potential of collaborative communication alongside efficient IT management. This integration empowers teams to enhance productivity, monitor operations in real-time, and proactively address issues, creating a unified and dynamic work environment.

### Create Incoming Webhook in Slack

1. Log in to Slack.
2. Add IT-Conductor to your Slack workspace by clicking the button below:

&#x20;      [![Add to Slack](https://platform.slack-edge.com/img/add_to_slack.png)](https://slack.com/oauth/v2/authorize?client_id=4623272749474.4616686026038\&scope=incoming-webhook\&user_scope=)

3. Select the channel where you want to add the webhook connection from the **Search for a channel** dropdown menu. Then click **Allow**.

<figure><img src="/files/nQdrHUtE6N6tI3tj7KgS" alt=""><figcaption><p>Figure 1: Add IT-Conductor to Slack Workspace</p></figcaption></figure>

4. You'll be sent back to your app settings and you should now see a new entry under the Webhook URLs section, with a webhook URL that looks something like this:

```
https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX
```

{% hint style="info" %}
**Note:** The webhook URL serves as a direct link to the channel, enabling the seamless transmission of information from IT-Conductor to Slack. Save this URL for the [Create Slack Connection](#aseserver-howtoconfigureremotemonitoringofsapasedatabase) section.
{% endhint %}

#### Add Incoming Webhook app in Slack Workspace

If this is your first attempt at setting up integrations in Slack, you need to begin by adding the Incoming Webhook app to your Slack workspace.

1. Select **Apps** from the sidebar menu and search for Incoming WebHooks. Then click **Add**.

<figure><img src="/files/pABgoIo9Y9GLGrMPrulQ" alt=""><figcaption><p>Figure 2a: Add Incoming WebHook to Slack from App Directory</p></figcaption></figure>

2. You will be redirected to another window as shown in Figure 2b. Click **Add to Slack**.

<figure><img src="/files/NnrTRDXzqhGWPjLbOQUI" alt=""><figcaption><p>Figure 2b: Add Incoming WebHook to Slack from App Directory</p></figcaption></figure>

3. In the Post to Channel section, select the channel where you want to add the webhook connection. Then click **Add Incoming WebHooks integration**.

<figure><img src="/files/J33fFvRlifxtryDO0Srp" alt=""><figcaption><p>Figure 2c: Add Incoming WebHooks to Slack from App Directory</p></figcaption></figure>

4. Copy the Webhook URL.

<figure><img src="/files/EO4TUr0TWBfFrGfIqyAL" alt=""><figcaption><p>Figure 3: WebHook URL in Slack</p></figcaption></figure>

### Configure Slack Integration in IT-Conductor <a href="#aseserver-howtoconfigureremotemonitoringofsapasedatabase" id="aseserver-howtoconfigureremotemonitoringofsapasedatabase"></a>

To configure Slack integration in IT-Conductor, follow the instructions below.

1. Visit [service.itconductor.com](https://service.itconductor.com/) and enter your login credentials.
2. Navigate to **Dashboards → Administrator** to access the **Administrator's Dashboard**.
3. Locate the **Integrations Providers** actions panel and click the title to access the complete list.

<figure><img src="/files/GhA2YPU1aZPQRCaFLa1i" alt=""><figcaption><p>Figure 4: Integration Providers Actions Panel in Administrator’s Dashboard</p></figcaption></figure>

4. Click <img src="/files/ryc4YBBGQib1bJJZu6ND" alt="" data-size="line"> **Create Slack Integration** to start creating a new connection.

<figure><img src="/files/ukBFeg0iz6YRedoVNjGP" alt=""><figcaption><p>Figure 5a: Integration Providers Actions Panel Page</p></figcaption></figure>

Alternatively, you can click <img src="/files/ryc4YBBGQib1bJJZu6ND" alt="" data-size="line"> **Create Slack Integration** directly from the Administrator’s Dashboard.

<figure><img src="/files/nUhaUgOJkzOb6oUmgEyJ" alt=""><figcaption><p>Figure 5b: Integration Providers Actions Panel in Administrator’s Dashboard</p></figcaption></figure>

5. Fill out all the necessary information in the **Create Slack Integration** wizard. Once completed, click **Finish** to create the connection.

<figure><img src="/files/ByfbApAcKupLdtp8NvEM" alt=""><figcaption><p>Figure 6: Create Slack Connection Wizard</p></figcaption></figure>

* **Name** - refers to a descriptive identifier for the integration.
* **Description** - refers to any relevant information about the integration being configured.
* **Organization** - refers to an administrative structure that defines objects with a common goal or purpose. If you previously created an organization, please select it.
* **Role -** refers to the environment where the integration will be used.
* **Site** - refers to a logical object that describes a particular area or location, depending on the context in which it is used.
* **Gateway** - allows communication between the customer's site network and the IT-Conductor cloud platform. Select the previously configured gateway from the dropdown menu. See [Gateway Setup](/user-guide/setup/gateway-setup.md) for more details.
* **Connect Timeout** - refers to the maximum amount of time IT-Conductor will attempt to establish a connection to the Slack Channel (300 seconds by default)
* **WebHook** - refers to the webhook URL for the connection (See [Create Incoming Webhook in Slack](#create-incoming-webhook-in-slack) section for instructions on how to get the webhook URL in Slack.)

6. Verify that the new connection was added to the **Integration Providers** actions panel.


---

# 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.itconductor.com/user-guide/notifications/integration-providers/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.
