Skip to main content

BulkTriggerEvent

One notification workflow trigger included in a bulk submission.

Usage profiles​

UsageFields and validation
In requestsView fields

In requests​

API JSON uses JSON field names (camelCase).

FieldTypePresenceMeaning
workflowIdstringRequired in requestsIdentifier of the notification workflow to execute or configure. Minimum length: 1.
userIdstringRequired in requestsIdentifier of the user associated with the operation. Minimum length: 1.
payloadMap from string to JSON valueOptionalTemplate variables and event data passed to the notification workflow.
overridesMap from string to JSON valueOptionalProvider-specific overrides applied to the notification trigger.
transactionIdstringOptionalIdentifier correlating a notification trigger with later status or cancellation requests.

Request validation​

These rules apply when this value is supplied in a request. Request validation does not guarantee that response fields are present or satisfy the same rules.

Applies toRuleRequirement
workflowIdMinimum length1
userIdMinimum length1

Where used​

ReferenceRelationship
Send a notification to multiple usersPOST /api/v1/notifications/manage/send-bulk

Download the public reference contract.

Document: DOC-API-MODEL-bulk-trigger-event.