> 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/rocket.chat.md).

# Rocket.Chat

## Rocket.Chat Integration

Tab **Tools -> Configuration -> Integrations -> Rocket.Chat** allows the system to be integrated with the Rocket.Chat platform and notifications to be sent directly to selected communication channels.

The integration is based on webhooks and enables automatic publishing of messages related to:

* security alerts,
* DLP events,
* automation,
* administrative notifications,
* system messages.

Rocket.Chat is often used in organizations that prefer their own communication environments or self-hosted solutions.

### Configuring the Rocket.Chat integration

{% stepper %}
{% step %}

#### Opening Workspace settings

In the Rocket.Chat panel, you need to:

* open the Workspace settings,
* go to the **Integrations**.

<div align="left"><figure><img src="/files/8bb3e4a6cd10dcf0f761abb0ea88b887f0cc3476" alt="" width="275"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Creating a new integration

In the integrations tab:

* select the **New**.

<div align="left"><figure><img src="/files/3022801b8aa6b0dde8aa0f2a8f48f507f1e10c66" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Webhook configuration

When creating the integration:

* select the **Incoming WebHook**,
* configure the webhook according to your needs,
* select the target channel,
* set the name and optionally the integration icon.

After completing the configuration, you need to:

* copy the generated webhook URL.

<div align="left"><figure><img src="/files/7ee097802bbeee9392fa5448622a0d3cb31a3074" alt="" width="375"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Configuration in eAuditor

In eAuditor Cloud, go to:

* **Tools -> Configuration -> Integrations -> Rocket.Chat**

Then:

* select the **Add channel**,
* enter the integration name,
* paste the previously copied webhook URL.
  {% endstep %}

{% step %}

#### Saving the configuration

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

From that point on, the system can automatically publish messages to the specified Rocket.Chat channel.
{% endstep %}
{% endstepper %}

## Summary

The Rocket.Chat integration enables fast transmission of information about system events to administrative teams, SOC, or IT departments using their own communication platform.

By using webhooks, the configuration is simple, and the integration itself can operate in both on-premises and cloud environments.


---

# 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/rocket.chat.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.
