dokploy_notification_createLark
dokploy_notification_createLarkCreate a Lark notification webhook in Dokploy to monitor app deployments, build errors, database backups, server thresholds, and Docker events for infrastructure alerts.
Instructions
[notification] notification.createLark (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)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appBuildError | Yes | ||
| databaseBackup | Yes | ||
| volumeBackup | Yes | ||
| dokployRestart | Yes | ||
| name | Yes | ||
| appDeploy | Yes | ||
| dockerCleanup | Yes | ||
| serverThreshold | Yes | ||
| webhookUrl | Yes |