UNPKG

n8n-nodes-octavehq

Version:

Octave is the AI-powered messaging brain for B2B go-to-market teams, helping articulate product value, synthesize customer interaction data, and deploy consistent, effective messaging across all channels.

50 lines 1.48 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.segmentOperations = void 0; exports.segmentOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['segment'], }, }, options: [ { name: 'Create', value: 'create', description: 'Create a new segment', action: 'Create a segment', }, { name: 'Generate', value: 'generate', description: 'Generate segments from source materials using AI', action: 'Generate segments', }, { name: 'Get', value: 'get', description: 'Get a segment by OId', action: 'Get a segment', }, { name: 'List', value: 'list', description: 'List segments with optional filtering', action: 'List segments', }, { name: 'Update', value: 'update', description: 'Update an existing segment', action: 'Update a segment', }, ], default: 'list', }, ]; //# sourceMappingURL=SegmentDescription.js.map