# Slack

#### How to create a Slack Webhook

1. Visit Slack API: <https://api.slack.com/apps>
2. Click **Create App** → choose *From scratch*.
3. Give your app a name (e.g. *ScaleFlows Alerts*) and select your workspace.

<figure><img src="/files/Uxhr7U3JUrbbi3m5eQ0R" alt=""><figcaption></figcaption></figure>

4. Under **Incoming Webhooks**, activate webhooks.
5. Click **Add New Webhook to Workspace**.
6. Choose the Slack channel where alerts should appear.
7. Copy the generated **Webhook URL**.

<figure><img src="/files/BJa61o3IqObgfcnDgloY" alt=""><figcaption></figcaption></figure>

#### Connect to ScaleFlows

1. Go to **Team Alerts** in ScaleFlows.
2. Paste the copied **Webhook URL**.
3. Save changes.

{% hint style="success" %}
Now your team will see ScaleFlows alerts directly in Slack.
{% 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://docs.scaleflows.net/documentation/documentation-v1.1/workspace/configuring-your-ai-automation/decision-configurations/escalations/channels/slack.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.
