> 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-cloud/manage/settings/notifications/technical-references/test-teams-webhook-notification.md).

# Test a Microsoft Teams Webhook Notification in Patch My PC Cloud

*Applies to: Patch My PC Cloud*

You can test a Microsoft Teams (Teams) webhook notification from Patch My PC (PMPC) Cloud both at the time it is created and afterward.

## Testing a Teams webhook notification at the time of creation

1. Follow the [Create a Microsoft Teams Webhook Notification](/patch-my-pc-cloud/manage/settings/notifications/create-teams-webhook-notification.md) process.
2. Once you have entered and saved the webhook URL, click the small envelope beside the webhook URL (![](/files/iiMz65ZXd4fgrd1hAeEL)) to send a test message.

<figure><img src="/files/qiYihol8g2czDjoNwvYp" alt="Clicking the small envelope beside the Webhook URL to send a test message." width="563"><figcaption></figcaption></figure>

The Cloud Portal will send a test Teams notification and display the **Success - Test webhook has been sent** notification.

<figure><img src="/files/6TEi1xfb58VHa8UR9owL" alt="&#x27;Success - Test webhook has been sent&#x27; notification" width="563"><figcaption></figcaption></figure>

If your Teams webhook is valid, the test notification appears in the configured channel:

<figure><img src="/files/XUu6GBwWoYcng5mvoO2t" alt="Test notification" width="393"><figcaption></figcaption></figure>

## Testing a Teams webhook notification after it has been created

1. Follow the [Modify a Notification](/patch-my-pc-cloud/manage/settings/notifications/modify-notification.md) process and select the relevant Teams notification you want to test.
2. Click the small envelope beside the webhook URL (![](/files/iiMz65ZXd4fgrd1hAeEL)) to send a test message.

<figure><img src="/files/mdKJjrhgE2GlC0rrWY8j" alt="Clicking the small envelope beside the Webhook URL to send a test message." width="563"><figcaption></figcaption></figure>

The Cloud Portal will send a test Teams notification and display the **Success - Test webhook has been sent** notification.

<figure><img src="/files/HXz0OpvcS67tYswibi5q" alt="&#x27;Success - Test webhook has been sent&#x27; notification" width="563"><figcaption></figcaption></figure>

If your Teams webhook is valid, the test notification appears in the configured channel:

<figure><img src="/files/XUu6GBwWoYcng5mvoO2t" alt="Test notification" width="393"><figcaption></figcaption></figure>


---

# 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-cloud/manage/settings/notifications/technical-references/test-teams-webhook-notification.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.
