dokploy_notification_updateCustom
dokploy_notification_updateCustomUpdate custom notification settings in Dokploy to configure alerts for specific events like app deployments, database backups, or server thresholds.
Instructions
[notification] notification.updateCustom (POST)
Parameters:
appBuildError (boolean, optional)
databaseBackup (boolean, optional)
volumeBackup (boolean, optional)
dokployRestart (boolean, optional)
name (string, optional)
appDeploy (boolean, optional)
dockerCleanup (boolean, optional)
serverThreshold (boolean, optional)
endpoint (string, optional)
headers (object, optional)
notificationId (string, required)
customId (string, required)
organizationId (string, optional)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appBuildError | No | ||
| databaseBackup | No | ||
| volumeBackup | No | ||
| dokployRestart | No | ||
| name | No | ||
| appDeploy | No | ||
| dockerCleanup | No | ||
| serverThreshold | No | ||
| endpoint | No | ||
| headers | No | ||
| notificationId | Yes | ||
| customId | Yes | ||
| organizationId | No |