# Microsoft Teams Integration

## Overview

Microsoft Teams integration allows you to receive real-time notifications about various Loadium events directly in your Teams channels. This integration helps teams stay informed about important test activities and system events without leaving their communication platform.

## Setting Up Teams Webhook

### 1. Choose Teams Channel:

* Open the New Microsoft Teams client
* Select "Teams" from the left sidebar
* Locate your desired channel
* Click "•••" (More options) next to the channel name
* Select "Manage channel"

### 2. Configure Webhook:

* Select "Edit connectors"
* Find and configure "Incoming Webhooks"
* Add the webhook to your channel (or configure if already exists)
* Copy the generated webhook URL to use in Loadium

For detailed information about Teams webhook setup, refer to [Microsoft Teams official documentation](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook?tabs=newteams%2Cdotnet).

{% hint style="info" %}
**Note:** The setup process may vary slightly based on your Teams version and permissions. If you encounter any issues, please consult your Teams administrator or the Microsoft documentation.
{% endhint %}

### 3. Connect to Loadium:

In Loadium, navigate to **Account** -> **Integrations** -> **Communication**

Click the "+" button under Teams card

Enter a Profile Name for your integration

Paste the Microsoft Teams Webhook URL from your Teams channel.

<figure><img src="/files/2L2N6i45346Rbayu8Yp7" alt=""><figcaption></figcaption></figure>

## Notification Events

You can configure the following event types for notifications:

* **User Added:** Receive notifications when new users are added to your Loadium account
* **Test Run Started:** Get notified when a load test begins execution
* **Test Run Completed:** Receive alerts when a load test finishes
* **Usage Limit Nearing:** Get warnings when you're approaching your usage limits
* **Dedicated IPs Expiring:** Receive notifications about soon-to-expire dedicated IP addresses

{% hint style="info" %}
**Important:** By default, webhook channel notifications may be silenced intermittently. To ensure you receive timely updates, please follow these steps to enable the appropriate notification settings
{% endhint %}


---

# 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://wiki.loadium.com/integrations/microsoft-teams-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.
