# How to setup Notifications from RevDeBug in Slack or MS Teams

Slack

1. Go to: <https://api.slack.com/apps>
2. Log in to the Slack account assigned to your organization.
3. Create a new application by clicking the button "Create an App"

<figure><img src="/files/whRygGEug3fHuiZ6A4Oo" alt=""><figcaption><p>Creating a new app on Slack</p></figcaption></figure>

4. In the next selection window, select Create an application from scratch

<figure><img src="/files/iBtypiD1WxUw394pMhdn" alt=""><figcaption><p>Create a new application from scratch</p></figcaption></figure>

5. In the next step, you must specify the name of your application and select a workspace for that application.

<figure><img src="/files/1GD31kZYcuF0HuqfTv2a" alt=""><figcaption><p>Specify name and workspace</p></figcaption></figure>

6. If you have successfully created a new application, go to the Incoming Webhooks tab in the settings of that application.

<figure><img src="/files/vnnIK47baVkRuRWXjWzg" alt=""><figcaption><p>Go to the Incoming Webhooks tab</p></figcaption></figure>

7. Activate Incoming Webhooks by moving the slider from OFF to ON.

<figure><img src="/files/2SC3Eb2bYHuOwkdClPMQ" alt=""><figcaption><p>Activate incoming Webhooks</p></figcaption></figure>

8. The next step is to add a new webhook to your workspace, for this, you will use the Add New Webhook to Workspace button.

<figure><img src="/files/csRWdxDr5ugFVp8wCGbX" alt=""><figcaption><p>Add a new webhook to your workspace</p></figcaption></figure>

9. You need to select the channel to which notifications from RevDeBug will come.

<figure><img src="/files/zGqwOE976WOxnbLIkhqA" alt=""><figcaption><p>Select a channel to send notifications</p></figcaption></figure>

10. &#x20;Copy the generated webhook URL.

<figure><img src="/files/yM37reAeW1CY8dr065yx" alt=""><figcaption><p>Copy the generated link</p></figcaption></figure>

11. Paste the copied link into the Webhook URL field in the Webhook Integration tab of the Flight Recorder settings in RevDeBug.

{% hint style="info" %}
You must remember to also check the Active checkbox and Hostname URL textbox for the address of your RevDeBug server instance. You can also specify the notification interval in units of minutes.
{% endhint %}

<figure><img src="/files/YlsD0dbxxcummgVYLxsd" alt=""><figcaption><p>Set the details in the RevDeBug server instance settings</p></figcaption></figure>

12. &#x20;Now you can enjoy notifications on your organization's Slack channel.

<figure><img src="/files/aUmV0X8EZYmCMFoVmAOF" alt=""><figcaption><p>Sample summary notification</p></figcaption></figure>

<figure><img src="/files/pNBSfFjwnGkngmCyGf8T" alt=""><figcaption><p>Sample rate of service notification</p></figcaption></figure>

## Microsoft Teams

1. In Microsoft Teams go to the Channel where you want to see notifications from RevDeBug
2. Click on `...` icon and choose Connectors &#x20;

![Connectors in Microsoft Teams](/files/-M_4xdFDQs-9dmC4qthN)

3\. In the new window search for RevDeBug and add click `Add` button

![](/files/-M_4xtfycxBm45556eX1)

4\. On the next screen click `Add` button to install the Connector

5\. Click on `...` icon and choose Connectors  and on the new screen click `Configure` button in RevDeBug Notification Agent.

![](/files/-M_4ya8d9Ahip25z6eTC)

6\. From the new screen copy the webhook URL and click `Save` button.&#x20;

![](/files/-M_4yi4N7VdWgvGdWtfg)

7\. After successful setup you should see a message

![](/files/-M_50MjZsqx6W1hzbLXw)

8\. Go to your RevDeBug instance and go to `Server Settings` in the `Flight Recorder Tab`

![](/files/frZu23q3FJIbWRMrXe2t)

9\. In the `Server Settings` in the `Microsoft Team Integrations` add copied Webhook URL and set up `Hostname URL` and check the `Active box` . Click `Save`

{% hint style="info" %}
&#x20;Adding `/` after hostname will render wrong redirect URL.&#x20;
{% endhint %}

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

10\. From this moment you would see notifications about new errors collected by RevDeBug in Microsoft Teams Channel. Clicking on the link will get you to the details of the error

![](/files/s7bBEDwJKlu04cqfe43b)


---

# 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://revdebug.gitbook.io/revdebug/how-to-guides/how-to-setup-notifications-from-revdebug-in-microsoft-teams.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.
