> For the complete documentation index, see [llms.txt](https://sitasys-ag.gitbook.io/evalink-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sitasys-ag.gitbook.io/evalink-tutorials/slack-integration.md).

# Slack Integration

Hi, and welcome to another evalink tutorial!&#x20;

In this tutorial, we will add and set up the **Slack Integration** into your evalink talos account.

&#x20;The `Slack integration` for evalink talos will convert alarms and events into Slack channel notifications automatically. To configure it in evalink talos, you need to have permissions to create a Slack App on your Slack workspace.

* &#x20;On the left menu, go to `Company`, then click on the tab `Integrations`.
* &#x20;Search for **Slack** and add the integration to your evalink talos account by clicking on `Add Integration`.
* &#x20;In the window that will pop up now, you will be asked to enter a “Default Slack WebHook”. You can find this webhook in your app’s Features page, which will appear upon the app’s creation.
* &#x20;Copy the Webhook-URL and paste it into “Default Slack WebHook” in evalink talos.
* &#x20;evalink talos will generally just send critical notifications via this channel. If you check the box “Send all alarms”, it will send all alarms as well.
* &#x20;Clicking on the `+` will allow you to add additional Slack Endpoints, which we can disregard for this tutorial.
* &#x20;Click `Submit`to finish the configuration.

&#x20; To be able to actually receive Slack notifications for a site, we still need to use the Slack integration on a workflow created for this site.

* Navigate to the Menu `Sites`, pick the site to configure and click on the tab `Workflows`. In the workflow editor, you can now see the automated action `Send a Slack Message`. By doing that, you can send a slack message into the Slack channel of your choice, based on your Slack app’s configuration.
* &#x20;For this tutorial, we will send the message: “Alarm. This is a test message to Slack” for testing purposes.

&#x20;And, that’s it!

Now, you have the ability to send Slack messages to the connected Slack channel of  your choice as a step within a workflow.


---

# 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://sitasys-ag.gitbook.io/evalink-tutorials/slack-integration.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.
