---
title: "Emit"
method: POST
path: "/notify/emit"
tags: ["notify"]
---

# Emit

`POST /notify/emit`

Admin/testing endpoint: emit a push notification manually.

## Request body

- EmitRequest
  - `module` string
  - `title` string
  - `body` string
  - `url` string
  - `tag` string, nullable
  - `data` object, nullable
  - `min_interval_sec` integer

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/bamboome/apis/contact-sync-api.md) · [All operations](https://skmtc.dev/bamboome/apis/contact-sync-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bamboome/contact-sync-api/revisions/56beadb81ad2/schema)
