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.