# Teams

A Teams alert integration will send an alert to your desired channel, when you have an event of your specified priorities. You can also customise the text sent within the alert to suit your specific needs

## Create a new Teams Alert integration

### Step 1: Create Channel and incoming webhook in Teams

The first step requires you to do some configuration in the Teams app. Full details on how to do this are available on the Microsoft site here ([https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=dotnet)), but we'll summarise the basics here:

* In the Teams app, go to Teams (left menu), then select the channel you want to receive alerts into, and select ••• from the upper-right corner.
* From the menu, select **Connectors**
* Search for **Incoming Webhook** and select **Add**
* Select **Configure**, provide a name, and upload an image for your webhook if you want one
* Copy the **Webhook URL**, then click **Done**

That's it, step one done

### Step 2: Create Teams alert integration in seedata.io

Now, log in to your seedata.io account, and you're going to add the new integration then point it to the webhook you just created

* Go to <https://app.seedata.io/alerts>
* Click **Add New** and set **Type** to "Teams".
* Give this integration a name and description so you know why you have created it.
* Select the priorities of events you want to be sent (more info here; [Events](/features/events.md)).
* Add the **webhook URL** that you previously copied.
* We provide a default template for the message that will be sent. You're free to change this, by adding any free text you wish along with any seedata.io variables. There's even a handy "Reset Template" button if you want to restore our default template at any time.
* Hit Save.


---

# 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.seedata.io/tutorials/managing-your-alerts/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.
