Authorizations
Simplex API Key
Body
The ID of the workflow to run.
JSON string containing metadata for the workflow. This metadata is passed back to you in the webhook response.
Optional webhook URL to test workflow changes on. Often an ngrok URL of a local version of your application.
JSON string containing variables to pass to the workflow.
"{\"username\": \"john_doe\", \"product_id\": \"12345\", \"quantity\": 2}"
Optional list of files to upload for workflows that contain file upload actions.
Response
Run workflow response
Whether the workflow code executed successfully.
Success or error message about the workflow execution.
The session ID for the workflow.
The VNC URL for viewing the workflow session. You can put this in an iframe to whitelabel Simplex's sessions.
