v4

latestOpenAPI 3.1.02026-08-08221179273.1 KB
scheduled-notifications

Send Due Notifications

5-minute cron job endpoint to send all due notifications. This should be called every 5 minutes.

Checks for all pending notifications scheduled for current time or earlier and sends them. Updates notification status to 'sent' or 'failed' accordingly.

Tasks are queued in Redis and processed by Celery workers.

Requires x-api-key header for authentication.

post/api/scheduled-notifications/admin/send-due

Headers

x-api-keystring required

Response

Successful Response

{"stackTrail":"paths:/api/scheduled-notifications/admin/send-due:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}