---
title: "Send an email notification to the configured notify users, on behalf of an app"
method: POST
path: "/v1/app/notify"
tags: ["app"]
---

# Send an email notification to the configured notify users, on behalf of an app

`POST /v1/app/notify`

## Request body

- NotifyRequest
  - `emailSubject` string, required — email subject line
  - `emailContentHtml` string — email HTML content
  - `emailMarkdown` string — email Markdown content
  - `chatMarkdown` string — chat Markdown content, if chat message should be different/abbreviated
  - `notifyType` string — Type of notification

## Response `204`

notification sent

## Other responses

- `400` — invalid data
- `401` — not authorized
- `403` — permission denied
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/2de21f45f447/schema)
