POST

Run Trigger


Developer Preview

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

Runs the automation associated with the trigger ID that you pass to it.

Authentication

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

Permissions
Access Verticals by Automations
Set Up Automations
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/_serverless/crm-automations-utils/v1/trigger-custom

Body Params
triggerIdstringmaxLength 100

Trigger ID. You can find this in the custom trigger configuration in the automations builder.


payloadstruct

Optional payload object to pass to run trigger. Define the payload schema from sample data in the custom trigger configuration in the automations builder.

Response Object
Returns an empty object.
Errors

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

Did this help?