dokploy_notification_createSlack
dokploy_notification_createSlackCreate Slack notifications for Dokploy events like app builds, deployments, backups, restarts, and system thresholds by configuring a webhook and channel.
Instructions
[notification] notification.createSlack (POST)
Parameters:
appBuildError (boolean, required)
databaseBackup (boolean, required)
volumeBackup (boolean, required)
dokployRestart (boolean, required)
name (string, required)
appDeploy (boolean, required)
dockerCleanup (boolean, required)
serverThreshold (boolean, required)
webhookUrl (string, required)
channel (string, required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appBuildError | Yes | ||
| databaseBackup | Yes | ||
| volumeBackup | Yes | ||
| dokployRestart | Yes | ||
| name | Yes | ||
| appDeploy | Yes | ||
| dockerCleanup | Yes | ||
| serverThreshold | Yes | ||
| webhookUrl | Yes | ||
| channel | Yes |