# Slack Integration

Every time a test is run, you can get a slack notification in a channel of  your choice. You can configure a slack webhook url in HyperTest's UI for your individual services to regularly get updates for your tests.

Please use this [link ](https://api.slack.com/messaging/webhooks)to generate your slack webhook url. Once this is done, please follow the steps given below:-

1. Go to your existing service and click on 'view service'.

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

2. Go to Settings>Add Webhook URL.

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

3. Now add the webhook url and test it by sending a dummy notification via 'Test Webhook' option. You can go ahead and click on 'Add' to add this webhook URL

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

4. Once this is set up, you will start receiving your test notifications along with the dashboard results and it's UI link on Slack.

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


---

# 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-v2.hypertest.co/release-history/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.
