dokploy_notification_createTeams
dokploy_notification_createTeamsCreate a Microsoft Teams notification channel in Dokploy to receive alerts for specific events like app deployments, build errors, database backups, and server thresholds by configuring a webhook URL.
Instructions
[notification] notification.createTeams (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 |