# Webhooks

Configure webhooks to receive notifications into your team's discussion service.


You can receive notifications for errors and servers in *Slack*, *Discord*, or *Microsoft Teams*.

To avoid flooding, error notifications are sent on the first, 10th, 100th, 10x… occurrence, like emails.

Server alerts are sent when usage on one of the metrics exceeds the threshold during the specified time period.
By default, when CPU, RAM, or Disk exceeds 80% for 15 consecutive minutes. You can configure the thresholds in your application settings.

## Slack

1. From you *Slack* account, click on the menu **"Configure Integrations"**.
2. Then look for the **"Incoming WebHooks"** entry.
3. **Select the channel** that should receive the notification.
4. Finally, just copy and **paste the Webhook URL to the settings of your RorVsWild application**.
That URL should look like this: `https://hooks.slack.com/services/g6NxmWL6W…`

## Discord

1. In your *Discord* server, select the channel that should receive the notification, and click on **"Edit Channel"**.
2. From the menu, select **"Integrations"** and click on **"Webhooks"**.
3. **Create a webhook and copy the URL**. That URL should look like this: `https://discord.com/api/webhooks/144868811074…`
4. Finally, **paste the Webhook URL to the settings of your RoRVsWild application** in the "Slack/Discord Webhook URL" field.

## Microsoft Teams

1. From you *Teams* account, **click on the 3 dots in the left menu to configure a webhook**.
2. Then look for the **"Incoming Webhook"** entry.
3. **Select the channel** that should receive the notifications.
4. Finally, just copy and **paste the Webhook URL to the settings of your RorVsWild application**.
That URL should look like this: `https://project.webhook.office.com/webhookb2/abc-123/IncomingWebhook/abc-123/abc-123`.