> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/administration/alerts/webhook-notifications/create-a-slack-webhook-url.md).

# Create a Slack Webhook URL

*Applies to: Patch My PC Publisher V2.x*

Slack webhooks allow the Publisher to send publishing notifications to a specific Slack channel. Notifications can be sent after each product is processed or as a single summary message at the end of a publishing synchronization, depending on the webhook configuration.

To configure a Slack webhook URL:

1. Navigate to <https://api.slack.com/apps> and and sign in to your Slack account.&#x20;
2. Select **Create an App** or **Create New App** if you have already created apps previously. Depending on your Slack configuration, you may need to be a workspace owner or have permission to create apps.

<figure><img src="/files/AvNpXQQ9nmF0RtoiEXww" alt="Create an App" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/12K0nwgrKvTZFgXdMNyv" alt="Create New App" width="563"><figcaption></figcaption></figure>

3. Select From scratch.

<figure><img src="/files/0poTp67rSEjwP8pdgxSD" alt="From Scratch" width="403"><figcaption></figcaption></figure>

4. Enter an app name, select the workspace where the app will be created, then select **Create App**.

<figure><img src="/files/lP4PwF6XeStkGc4rxUV9" alt="Select the Workspace and name the App" width="409"><figcaption></figcaption></figure>

5. In the app configuration, toggle On **Activate Incoming Webhooks**.

<figure><img src="/files/n25omsXfTOv8Nn9O2oy3" alt="Activate Incoming Webhooks" width="563"><figcaption></figcaption></figure>

6. Select Add New Webhook to Workspace.

<figure><img src="/files/QlKVT9CiRu2pbsWG1SnX" alt="Add New Webhook" width="439"><figcaption></figcaption></figure>

7. Select the Slack channel where you want to receive Publisher notifications, then select **Allow**.

<figure><img src="/files/VLt9KjKA8adqqscUb01d" alt="Allow the app to access Slack" width="563"><figcaption></figcaption></figure>

8. **Copy** the generated webhook URL.

<figure><img src="/files/XbYl9NcgN2d5o8X3kLXM" alt="Copy the Webhook URL" width="563"><figcaption></figcaption></figure>

The copied URL can be used when [adding](/patch-my-pc-publisher/administration/alerts/webhook-notifications/webhook-notification-settings.md#add-a-webhook) or [editing](/patch-my-pc-publisher/administration/alerts/webhook-notifications/webhook-notification-settings.md#edit-a-webhook) a webhook in the Publisher.


---

# 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://docs.patchmypc.com/patch-my-pc-publisher/administration/alerts/webhook-notifications/create-a-slack-webhook-url.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.
