POST

Invoke


Developer Preview

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

This method is used to execute your action.

Wix calls Invoke when an automation using your action is triggered. The request body includes all the data needed to execute the action including the final values of any dynamic parameters.

There's no need to validate the data in the request body against the JSON schema defined when the action was configured. Wix validates the data before calling this method.

Endpoint
POST
{DEPLOYMENT-URI}/v1/invoke
Did this help?