POST

Invoke


This endpoint is used to invoke an action provider's action.

Wix calls this endpoint when an automation using the provider's action is triggered. The request body includes all the data needed to execute the action including the final values of any dynamic parameters.

There is 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 endpoint.

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