# Zoom Notifications

{% hint style="info" %}
If you are a status page admin, you can enable Zoom notifications under <mark style="background-color:green;">Subscription > Settings</mark>. See [Subscriptions](/platform/subscriptions-and-notifications/subscriptions.md#enable-subscriptions) to learn more.
{% endhint %}

#### Configure the Incoming Webhook Chatbot <a href="#id-01h84ppqt1kfprnnakh09m6qm9" id="id-01h84ppqt1kfprnnakh09m6qm9"></a>

1. Sign in to the Zoom desktop client.
2. Click the **Team Chat** ![](https://assets.zoom.us/generic-images/common-buttons-and-icons/outline/unselected-team-chat-icon.png) tab.
3. Under **Apps** ![](https://assets.zoom.us/generic-images/common-buttons-and-icons/filled/chat-apps-icon.png), find and select **Incoming Webhook**, or select a chat channel from above that you would like to receive messages in.
4. Enter one of the following commands to make a new connection:

   `/inc connect <connectionName>`: \
   This will create a connection and respond with a 1:1 chat message with the following details:

   * Endpoint
   * Verification token
   * Example cURL requests
5. Back in the status page subscribe modal, copy the Endpoint (from the previous step) into the <mark style="background-color:green;">Webhook URL</mark> field and the <mark style="background-color:green;">Verification token</mark> into the field with the same name.

<figure><img src="/files/pcHyXVgNoYouCFOGZaiV" alt="status page zoom notifications for incidents &#x26; maintenance"><figcaption></figcaption></figure>

As with any other notification channel, you can also configure a Zoom notification directly from your status page's admin site.

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


---

# 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.statuspal.io/platform/integrations/zoom-notifications.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.
