notification-createNtfy
Creates ntfy notifications for Dokploy events like app builds, database backups, and restarts, allowing you to receive alerts via an ntfy topic.
Instructions
POST /notification.createNtfy
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appBuildError | Yes | ||
| databaseBackup | Yes | ||
| dokployBackup | Yes | ||
| volumeBackup | Yes | ||
| dokployRestart | Yes | ||
| name | Yes | ||
| appDeploy | Yes | ||
| dockerCleanup | Yes | ||
| serverUrl | Yes | ||
| topic | Yes | ||
| accessToken | Yes | ||
| priority | Yes |