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 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
Was this helpful?
Yes
No