{ "opencollection": "1.0.0", "info": { "name": "Dev Nected API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "nected-api-key", "value": "{{nected-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Nected", "type": "folder" }, "items": [ { "info": { "name": "Trigger a rule", "type": "http" }, "http": { "method": "POST", "url": "https://api.nected.ai/nected/rule/:ruleId", "params": [ { "name": "ruleId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a published Nected rule by its ID with single or bulk inputs." }, { "info": { "name": "Trigger a workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.nected.ai/nected/workflow/:workflowId", "params": [ { "name": "workflowId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Execute a published Nected workflow by its ID." } ] } ], "bundled": true }