# Creating a webhook URL in Slack

To generate a webhook URL, open your **Slack** and proceed with the following steps:

1. [Create your Slack app](https://api.slack.com/apps?new_app=1)— pick a name, choose a workspace to associate your app with, and click **Create App**.
2. In the opened window, select the **Incoming Webhooks** feature and click the **Activate Incoming Webhooks** toggle to switch it ON.
3. Once incoming webhooks are enabled, the settings page will refresh and additional options will appear. Click **Add New Webhook to Workspace**, select a channel where you want to receive notifications and confirm by clicking **Allow**.
4. **Slack** will display the webhook URL— copy and paste it into the **webhook** field (⚙ **Settings** > **Slack notifications** > **Webhook address**) in **Xopero ONE**.
5. Click the **Test** button to send a test message to your channel. If everything works correctly, click **Save** to proceed.

<figure><img src="https://319733277-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0CBTl43C3OO6ySL1DJ6k%2Fuploads%2F9huibljlQ5S1gZYGgKr5%2Fimage.png?alt=media&#x26;token=62143f22-cb20-48e4-895e-2e4f535d3c1a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Learn more about **Slack** webhooks in the official **Slack** [knowledge base article](https://api.slack.com/messaging/webhooks).
{% 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://helpcenter.xopero.com/xopero-one-en/management/notifications/slack-notifications/creating-a-webhook-url-in-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.
