scheduled-notifications

Manually send a scheduled notification

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

post/notifications/scheduled/{id}/send

Path parameters

idnumber required
Example:1

Notification ID

Response

Notification sent successfully

successCountnumber
failureCountnumber
resultsobject[]

Example response

{
  "successCount": 150,
  "failureCount": 2
}

Changes

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