> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/integrations/teams.md).

# Teams

## Microsoft Teams Integration

Tab **Tools -> Configuration -> Integrations -> Teams** allows the system to be integrated with the Microsoft Teams platform and send notifications directly to selected team channels.

The integration uses Microsoft Teams webhooks, which enable the system to automatically publish information about:

* security alerts,
* DLP events,
* automations,
* administrative messages,
* other system events.

The solution is particularly well suited for organizations that use Microsoft 365 and Teams daily as their primary operational communication channel.

### Microsoft Teams integration configuration

{% stepper %}
{% step %}

#### Selecting a Teams channel

In the Microsoft Teams application, select the channel where notifications from eAuditor are to be delivered.

Then:

* click the three-dot icon next to the selected channel,
* select the **Workflows**.

<div align="left"><figure><img src="/files/4b810bd46ab5000b61d24669b2d61335280d14e7" alt="" width="313"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Creating a webhook

In the configuration wizard:

* select the target channel,
* confirm the settings,
* click **Save**.

<div align="left"><figure><img src="/files/7aed3b06da5725e929a3013ba61c7f5117e55123" alt="" width="361"><figcaption></figcaption></figure></div>

After saving the configuration, Microsoft Teams will generate a webhook address.
{% endstep %}

{% step %}

#### Copying the Webhook URL

You need to copy the generated:

* **Webhook URL**

<div align="left"><figure><img src="/files/91e3be38a87619b3a610fac25eddc19bbee8c714" alt="" width="319"><figcaption></figcaption></figure></div>

This address will be used by eAuditor to send messages.
{% endstep %}

{% step %}

#### Configuration in eAuditor

In the eAuditor Cloud system, go to:

* **Tools -> Configuration -> Integrations -> Teams**

Then:

* add a new channel,
* specify the integration name,
* paste the previously copied webhook address.
  {% endstep %}

{% step %}

#### Saving the configuration

After saving the settings, the integration is ready to use.

From this point on, the system can automatically publish messages to the specified Microsoft Teams channel.
{% endstep %}
{% endstepper %}

## Summary

The Microsoft Teams integration allows system notifications to be centralized directly in the organization’s communication environment. As a result, administrative, security, and IT teams can respond more quickly to events occurring in the system.

Webhooks enable simple configuration without the need to install additional components or applications on the system side.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/integrations/teams.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
