---
title: "Manually send a scheduled notification"
method: POST
path: "/notifications/scheduled/{id}/send"
tags: ["scheduled-notifications"]
---

# Manually send a scheduled notification

`POST /notifications/scheduled/{id}/send`

Manually trigger sending of a scheduled notification immediately, regardless of its scheduled time.
    Only notifications with 'pending' status (approved) can be manually sent.

## Path parameters

- `id` number, required

## Response `200`

Notification sent successfully

- object
  - `successCount` number
  - `failureCount` number
  - `results` object[]

## Other responses

- `400` — Bad request - Cannot send notification (e.g., not in pending status)
- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden - Admin role is required
- `404` — Notification not found

---

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