Authorizations
Simplex API Key
Body
application/json
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 object containing variables to pass to the workflow.
Example:
{
"username": "john_doe",
"product_id": "12345",
"quantity": 2
}