scheduled-notifications

Manually trigger processing of due notifications

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.

post/notifications/scheduled/process

Response

Due notifications processed successfully

processednumber

Total notifications processed

succeedednumber

Successfully sent

failednumber

Failed to send

Example response

{
  "processed": 5,
  "succeeded": 4,
  "failed": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.