Sends corrected input variables to a session waiting for new data. When a workflow encounters an error with the input_required error action configured, execution pauses and an execution.input_required webhook is sent. Use this endpoint to respond with corrected values so the workflow can resume from the node that uses the corrected variable.
Only keys that already exist in the workflow’s input variables are accepted. You only need to include the variables that changed, not all of them.
If no response is received within the configured timeout (default 15 seconds), the session fails as normal.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
The unique identifier for the workflow execution session
Key-value pairs of corrected input variables. Only include the variables that need to be updated.
{ "patient_id": "CORRECTED-789" }