BulkTriggerResult
Provider acknowledgement and errors for one bulk notification trigger.
Usage profiles
| Usage | Fields and validation |
|---|---|
| In responses | View fields |
In responses
API JSON uses JSON field names (camelCase).
| Field | Type | Presence | Meaning |
|---|---|---|---|
acknowledged | boolean | Optional | Whether the notification provider acknowledged the trigger. |
status | string | Optional | Status reported by the notification provider. |
transactionId | string | Optional | Identifier correlating a notification trigger with later status or cancellation requests. |
errors | Array of string | Optional | Errors reported while processing notification requests. |
Where used
| Reference | Relationship |
|---|---|
| Send a notification to multiple users | POST /api/v1/notifications/manage/send-bulk |
Download the public reference contract.
Document: DOC-API-MODEL-bulk-trigger-result.