{ "opencollection": "1.0.0", "info": { "name": "Adobe Campaign Classic Custom Resources Workflows API", "version": "8.0.0" }, "items": [ { "info": { "name": "Workflows", "type": "folder" }, "items": [ { "info": { "name": "Adobe Campaign Control a Workflow", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.campaign.adobe.com/workflow/execution/:workflowID/commands", "params": [ { "name": "workflowID", "value": "CAM123456", "type": "path", "description": "The ID of the workflow to control." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a control command to a workflow. Supported commands are start, pause, resume, and stop. Commands are executed asynchronously." } ] } ], "bundled": true }