{ "opencollection": "1.0.0", "info": { "name": "Gong Auditing Audit Logs Flows API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Flows", "type": "folder" }, "items": [ { "info": { "name": "Gong List Engage flows", "type": "http" }, "http": { "method": "GET", "url": "https://api.gong.io/v2/flows", "params": [ { "name": "flowOwnerEmail", "value": "", "type": "query", "description": "Filter flows by the owner's email address." }, { "name": "cursor", "value": "", "type": "query", "description": "A cursor for pagination. Pass the cursor from the previous response to retrieve the next page of results." }, { "name": "workspaceId", "value": "", "type": "query", "description": "Filter flows by workspace ID." } ] }, "docs": "Retrieves a list of all available Engage flows. Results can be filtered by flow owner email and workspace, and are paginated." }, { "info": { "name": "Gong Override flow content", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gong.io/v2/flows/:flowId/content-override", "params": [ { "name": "flowId", "value": "", "type": "path", "description": "The unique identifier of the Engage flow." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Overrides the content of specific steps in an Engage flow to tailor messaging for specific campaigns or workflows. Allows customizing email subjects, bodies, and other step content." } ] } ], "bundled": true }