Configuring Slack alerts
As an administrator, you can configure alerts to be sent to Slack.
Before you begin
You must set up an incoming webhook in the workspace where you want the platform to post alerts.
Procedure
When the webhook URL is available, you can use the following command:
curl -X POST '<https://<my-deployment-url>/zen-watchdog/v1/monitoring/config/slack>' \
-F webhook=<webhook URL> \
-H 'Authorization: ZenApiKey ${MY_TOKEN}'
| Parameter | Type | Description |
|---|---|---|
| webhook | String |
The URL of the webhook to post to a Slack channel. |
For more information, see Configure Slack.