---
title: "POST /notification.createEmail"
method: POST
path: "/notification.createEmail"
tags: ["notification"]
---

# POST /notification.createEmail

`POST /notification.createEmail`

## Request body

- object
  - `appBuildError` boolean, required
  - `appDeploy` boolean, required
  - `databaseBackup` boolean, required
  - `dockerCleanup` boolean, required
  - `dokployRestart` boolean, required
  - `fromAddress` string, required
  - `name` string, required
  - `password` string, required
  - `serverThreshold` boolean, required
  - `smtpPort` number, required
  - `smtpServer` string, required
  - `toAddresses` string[], required
  - `username` string, required

## Response `200`

Successful response

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/charliedevelops/apis/dokploy-api.md) · [All operations](https://skmtc.net/charliedevelops/apis/dokploy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charliedevelops/dokploy-api/versions/50e2e470fdd0/schema)
