qui_execute_external_program
Execute external programs through qui's API by sending POST requests to /external-programs/execute, with support for path variables, query parameters, and JSON request body.
Instructions
Call qui's POST /external-programs/execute endpoint. Pass path variables directly in arguments, query values in arguments.params, and a JSON request body in arguments.body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |