run-cloud-function
Execute a named Cloud Code function on Parse Server, passing optional parameters for server-side logic.
Instructions
Execute a Cloud Code function defined on the Parse Server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Parameters to pass to the function | |
| functionName | Yes | The name of the Cloud Code function |