Subscribe via Zoom
TiDB Cloud provides you with an easy way to subscribe to alert notifications via Zoom, Slack, and email. This document describes how to subscribe to alert notifications via Zoom.
Prerequisites
The subscribing via Zoom feature is only available for organizations that subscribe to the Enterprise or Premium support plan.
To subscribe to alert notifications of TiDB Cloud, you must have the
Organization Owner
access to your organization orProject Owner
access to the target project in TiDB Cloud.To add and configure the Incoming Webhook Chatbot in Zoom, you need to have admin permissions on your Zoom account.
Subscribe to alert notifications
Step 1. Add the Zoom Incoming Webhook app
- Sign in to the Zoom App Marketplace as the account administrator.
- Go to the Incoming Webhook App page in the Zoom App Marketplace, and then click Add to add this app. If the app is not pre-approved, contact your Zoom admin to approve this app for your account. For more information, see Approving apps and managing app requests.
- Confirm the permissions the app requires, then click Authorize to add the Incoming Webhook app.
Step 2. Generate a Zoom webhook URL
Sign in to the Zoom desktop client.
Click the Team Chat tab.
Under Apps, find and select Incoming Webhook, or select a chat channel from above that you would like to receive messages in.
Enter the following command to make a new connection. You need to replace
${connectionName}
with your desired connection name, for example,tidbcloud-alerts
:/inc connect ${connectionName}The command will return the following details:
- Endpoint. It will provide a webhook URL in the format:
https://integrations.zoom.us/chat/webhooks/incomingwebhook/XXXXXXXXXXXXXXXXXXXXXXXX
. - Verification Token
- Endpoint. It will provide a webhook URL in the format:
Step 3. Subscribe from TiDB Cloud
Click in the lower-left corner, switch to the target project if you have multiple projects, and then click Project Settings.
On the Project Settings page of your project, click Alert Subscription in the left navigation pane.
Click Add Subscriber
Select Zoom from the Subscriber Type drop-down list.
Enter a name in the Name field, your Zoom webhook URL in the URL field, and the verification token in the Token field.
Click Test Connection.
- If the test succeeds, the Save button is displayed.
- If the test fails, an error message is displayed. Follow the message for troubleshooting and retry the connection.
Click Save to complete the subscription.
Alternatively, you can also click Subscribe in the upper-right corner of the Alert page of the cluster. You will be directed to the Alert Subscriber page.
If an alert condition remains unchanged, the alert sends notifications every three hours.
Unsubscribe from alert notifications
If you no longer want to receive alert notifications of clusters in your project, take the following steps:
- Log in to the TiDB Cloud console.
- Click in the lower-left corner, switch to the target project if you have multiple projects, and then click Project Settings.
- On the Project Settings page of your project, click Alert Subscription in the left navigation pane.
- In the row of your target subscriber to be deleted, click ....
- Click Unsubscribe to confirm the unsubscription in the pop-up window.