Actions
Execute API Command
Runs a CLI command specified as XML format, and retrieves it’s output as JSON.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Command | CLI command to run, specified in XML format. |
{
"response": {
"-status": "<string>",
"result": {
"some_keys": "some_data"
}
}
}
Was this page helpful?