Compliance Review Request Bulk Review Requested


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Note: When building a self-hosted app, implement your own webhook endpoint to receive and process incoming webhook payloads. Learn more about webhooks.

Triggered when a user submits multiple CMS compliance actions for review in a single call. Fires once per call, not once per data item.

Permission Scopes
Enterprise CMS compliance flow
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
actionEventActionEvent

Event information.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.ctoo.broadridge.v1.compliance_review_request.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


idstring

Unique event ID. Allows clients to ignore duplicate events.


originatedFromstring

If present, indicates the action that triggered the event.


slugstring

Event name. Expected bulk_review_requested.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation compliance, such as GDPR.

Did this help?