# Slack integration

Slack has more than 12 million daily active users and 156,000 organizations subscribe to the app so it's become essential to get notified about important events via Slack. We introduce our **Loadmill app on Slack** that allows to send notifications per API Test, Load Test, Test Plan run to the Slack channel you wish. Follow the steps below to configure the integration.

1. Navigate to Settings => Integrations. Click CONNECT TO SLACK.

![](/files/VAcoVVvipPR0lbNWt9Aj)

2\. You will be redirected to the page where you need to click **Allow** in order to give relevant permissions to the Loadmill app.

3\. You are almost set, the only thing is left to do is to choose what notifications you would like to get and in which channel. To do that, go to Notifications (the tab above Integrations) => ADD NOTIFICATION => Notification type: Slack => choose channel => select relevant test type and status.

🧠 Tip: the most popular notifications are about Failed Test Plan Runs :)

![](/files/ceZZqxCHk0XoeYZSn2k5)

That's it, you did it! 🎉 From now on, you won't miss any important Loadmill event.

![Loadmill notification in Slack](/files/-MeZIRZbvDKhV5CxKnHr)

### Retrieving a Slack Channel ID

Occasionally, due to limitations with the Slack API, Loadmill may be unable to automatically retrieve the Slack channel ID. When this occurs, we will need the user to provide the channel ID manually.

To find the channel ID:

1. Open the Slack channel where you would like Loadmill to send notifications.
2. Click on the channel name to open the **channel details**.
3. Scroll down and click the copy icon next to the channel ID.

<figure><img src="/files/iR0sFdohPKD6tdjakj7s" alt=""><figcaption></figcaption></figure>

3. Once copied, paste the channel ID into the Channel ID field in Loadmill.

<figure><img src="/files/bvIkW9tWOPom6jnnLIRn" alt="" width="563"><figcaption></figcaption></figure>

More about our privacy policy can be found [here](https://app.loadmill.com/assets/privacy-policy.pdf)


---

# 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.loadmill.com/integrations/slack-integration.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.
