{ "opencollection": "1.0.0", "info": { "name": "Knock Audiences Accounts Workflow Triggers API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workflow Triggers", "type": "folder" }, "items": [ { "info": { "name": "Cancel workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.knock.app/v1/notify/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancels a previously triggered workflow using the provided cancellation key." }, { "info": { "name": "Trigger workflow", "type": "http" }, "http": { "method": "POST", "url": "https://api.knock.app/v1/notify", "body": { "type": "json", "data": "{}" } }, "docs": "Triggers a workflow with the given key, actor, recipients, and optional data." } ] } ], "bundled": true }