{ "opencollection": "1.0.0", "info": { "name": "Campaigns API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Campaigns", "type": "folder" }, "items": [ { "info": { "name": "Trigger a campaign", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.api.{region}.nexthink.cloud/api/v1/euf/campaign/trigger", "body": { "type": "json", "data": "{}" } }, "docs": "Trigger the sending of a campaign to specific users." } ] } ], "bundled": true }