---
title: "Manually trigger processing of due notifications"
method: POST
path: "/notifications/scheduled/process"
tags: ["scheduled-notifications"]
---

# Manually trigger processing of due notifications

`POST /notifications/scheduled/process`

Manually trigger the scheduler to process all due notifications immediately.
    This is normally done automatically every minute by the cron job, but can be triggered manually for testing or immediate processing.

## Response `200`

Due notifications processed successfully

- object
  - `processed` number — Total notifications processed
  - `succeeded` number — Successfully sent
  - `failed` number — Failed to send

## Other responses

- `401` — Unauthorized - Invalid or missing JWT token
- `403` — Forbidden - Admin role is required

---

[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)
