---
title: "Send newsletter"
method: POST
path: "/newsletter"
tags: ["newsletter"]
---

# Send newsletter

`POST /newsletter`

Send an e-mail newsletter to all users

## Request body

- object
  - `title` string
  - `subtitle` string
  - `text` string
  - `button` boolean
  - `button_url` string, uri
  - `button_text` string
  - `bellow_button` string

## Response `200`

Ok

## Other responses

- `400` — Bad request
- `401` — Request unauthorized
- `5XX` — Unexpected/-handled error

---

[API](https://skmtc.dev/discord/apis/copped-aio-database-api.md) · [All operations](https://skmtc.dev/discord/apis/copped-aio-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/copped-aio-database-api/revisions/b60a9661e94b/schema)
