Navigation
Mobile DocsNavigation
Mobile DocsRun another workflow and use its output
Execute any published workflow from within your current workflow. Pass input data as JSON and receive the sub-workflow output in return. The target workflow must be deployed (have an active API endpoint). Use this block to compose complex automations from reusable workflow modules.
Placeholder: Paste the target workflow ID here...
Placeholder: { "key": "value" }
Required
Optional
Primary response type:
{
"content": "any",
"executionId": "string",
"status": "string"
}