Tools
ocoya_run_workflow
Run an Ocoya workflow immediately through the background automation runner with an optional input payload.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run an Ocoya workflow immediately through the background automation runner with an optional input payload.
| Name | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | Ocoya workflow ID. |
input | object | No | Optional workflow input payload. |
{
"name": "ocoya_run_workflow",
"arguments": {
"workflowId": "cmajvvb9q0003ja5vh0538j6r",
"input": {}
}
}