# Create a Slack Webhook

*Applies to: Patch My PC Cloud*

To create a Slack Webhook for use in Patch My PC (PMPC) Cloud:

1. Create the channel in Slack you want to post our alerts to. For example, **pmpc-alerts**
2. Follow the [Sending messages using incoming webhooks](https://api.slack.com/messaging/webhooks).

{% hint style="info" %}
**Note**

We recommend using **Patch My PC** as the **App Name** to allow you to distinguish it easily from other apps.
{% endhint %}

{% hint style="success" %}
**Tip**

You can download a copy of our logo to use with your webhook at [Patch My PC Logos, Wallpapers, and Brand Resources](https://patchmypc.com/patch-my-pc-logos-wallpapers-and-brand-resources).
{% endhint %}

At the end of the process, you should have a unique URL that looks something like:

<https://hooks.slack.com/services/T075HFX36TX/B075NV2J8G4/><*long\_alphanumeric\_string*>


---

# 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.patchmypc.com/patch-my-pc-cloud/manage/manage-settings/manage-cloud-notifications/webhooks-reference/create-a-slack-webhook.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.
