POST

Bulk Report Event


Bulk reports events and activates site automations with the specified trigger key.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Your App
Read site, business, and email details
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/automations/v1/events/bulk-report

Body Params
triggerKeystringRequiredminLength 1maxLength 100

Trigger key as defined in your app's trigger configuration in the app dashboard. For example, form_submitted or invoice_due.


eventsInfoArray <EventInfo>RequiredminItems 1maxItems 100

Repeated list of event details for bulk reporting.

Response Object
triggerKeystringminLength 1maxLength 100

Trigger key associated with the event.


resultsArray <BulkReportEventResult>

List of results for each item in the bulk report event request.


bulkActionMetadataBulkActionMetadata

Metadata for the overall bulk action, including success and failure counts.

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?