{ "opencollection": "1.0.0", "info": { "name": "Salesforce Bulk API 2.0 Abort Launch API", "version": "v63.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Launch", "type": "folder" }, "items": [ { "info": { "name": "Salesforce Launch Flow", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.salesforce.com/services/data/v{version}/jobs/data/v64.0/actions/custom/flow/:flowApiName", "params": [ { "name": "flowApiName", "value": "example_value", "type": "path", "description": "Flow API Name" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Launches an Autolaunched Flow with the supplied input parameters." } ] } ], "bundled": true }