# Alert Destinations

Alert destinations are managed at the user level. They can be managed at any bot's editing page.&#x20;

## 1. Email

Enter a human-friendly label and the email address. You will receive a email for verification.

<figure><img src="/files/cxE6ClIcKDBz5UHJ8ZhB" alt=""><figcaption><p>Set up email notification</p></figcaption></figure>

## 2. SMS

Enter a human-friendly label and the phone number. You will then be prompted to enter a six digit code received via a text message.

<figure><img src="/files/Tjv7r7ajX4P1hQmGDFSy" alt=""><figcaption><p>set up sms notification</p></figcaption></figure>

## 3. Slack

Click the button to add Sec3 alert to your Slack channel.

<figure><img src="/files/SqldfKXxAhKk24UcDlLw" alt=""><figcaption><p>connect to slack</p></figcaption></figure>

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

## 4. Discord

Follow the next steps to add a discord notification.

* Open Discord App
* Navigate to the channel which you wish to receive the alerts
* Click the **⚙** next to the channel name -> Integrations -> Webhooks -> New Webhook
* Copy the Webhook URL.
* Go back to Sec3 WatchTower and paste the Webhook URL.

<figure><img src="/files/CvRBKo1uIHvFq6iTvQBJ" alt=""><figcaption><p>Copy the Webhook URL</p></figcaption></figure>

## 5. Telegram

Follow the next steps to add a telegram notification.

* On WatchTower New Bot modal, click the "Telegram" button.
* Give it a human-friendly name as the label, and click "Save Label"
* Copy the magic words.
* Open Telegram App.
* Start a chat with @sec3\_alert\_bot or add it to a group chat.
* Paste and send the magic words. Now your telegram notification is set up.

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

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

## 6. Webhook(alpha)

Sec3 provides a simple webhook for alert notification. To set it up on WatchTower, you will need to provide a URL and a secret.

<figure><img src="/files/UhMzDoKXOaNPcLtj7gyp" alt=""><figcaption><p>Add webhook</p></figcaption></figure>

For information of building the server to receive the alert, see

{% content-ref url="/pages/xgr8b7KJjqAMuBYLTEKa" %}
[Handle Alert via Webhook](/sec3-watchtower/handle-alert-via-webhook.md)
{% endcontent-ref %}


---

# 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://doc.sec3.dev/sec3-watchtower/alert-destinations.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.
