Files
Dokploy-ts-sdk/docs/models/operations/notificationcreatediscordrequest.md
2025-09-26 02:33:10 +00:00

1.1 KiB

NotificationCreateDiscordRequest

Example Usage

import { NotificationCreateDiscordRequest } from "dokploy/models/operations";

let value: NotificationCreateDiscordRequest = {
  appBuildError: false,
  databaseBackup: true,
  dokployRestart: false,
  name: "<value>",
  appDeploy: true,
  dockerCleanup: false,
  webhookUrl: "https://weary-mom.org",
};

Fields

Field Type Required Description
appBuildError boolean ✔️ N/A
databaseBackup boolean ✔️ N/A
dokployRestart boolean ✔️ N/A
name string ✔️ N/A
appDeploy boolean ✔️ N/A
dockerCleanup boolean ✔️ N/A
webhookUrl string ✔️ N/A