mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
1.7 KiB
1.7 KiB
NotificationCreateEmailRequest
Example Usage
import { NotificationCreateEmailRequest } from "dokploy/models/operations";
let value: NotificationCreateEmailRequest = {
appBuildError: false,
databaseBackup: true,
dokployRestart: true,
name: "<value>",
appDeploy: false,
dockerCleanup: true,
smtpServer: "<value>",
smtpPort: 5296.17,
username: "Warren_Bode30",
password: "_Zxu4oWSujorkpz",
fromAddress: "<value>",
toAddresses: [],
};
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 |
smtpServer |
string | ✔️ | N/A |
smtpPort |
number | ✔️ | N/A |
username |
string | ✔️ | N/A |
password |
string | ✔️ | N/A |
fromAddress |
string | ✔️ | N/A |
toAddresses |
string[] | ✔️ | N/A |