---
title: "Notify Admins"
method: POST
path: "/internal/notify-admins"
tags: ["internal"]
---

# Notify Admins

`POST /internal/notify-admins`

System email to the hardcoded admin recipient list.

Used by Modal at the end of `run_chain` (the content-engine pipeline)
to ping the team that a new draft is ready for review. Bypasses the
per-user notification flow on purpose — see
``app.services.admin_notifications`` for the rationale.

## Headers

- `x-service-token` string, required

## Request body

- NotifyAdminsRequest
  - `kind` string, required
  - `payload` object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repowise/repowise-hosted-api/revisions/1e57283a9737/schema)
