Send a notification to multiple users
POST/api/v1/notifications/manage/send-bulk
Submits per-recipient notification events together. A batch can mix workflows.
Results are per-event: one recipient failing does not fail the others. Inspect each
entry's acknowledged
and errors rather than the HTTP status alone. Accepted triggers are not delivery
receipts, and retrying an entire partially accepted batch can duplicate work.
Request
Responses
- 200
Bulk notification results
Document ID: DOC-CP-notifications-api-sendBulkNotification. Section identities and revisions.
| Section | Stable reference |
|---|---|
| Overview | DOC-CP-notifications-api-sendBulkNotification#overview |
| Request | DOC-CP-notifications-api-sendBulkNotification#request |
| Responses | DOC-CP-notifications-api-sendBulkNotification#responses |