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.

32 lines 874 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.personaOperations = void 0; exports.personaOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['persona'], }, }, options: [ { name: 'List', value: 'list', action: 'List personas', description: 'List personas in the workspace', }, { name: 'Get', value: 'get', action: 'Get a persona', description: 'Get a specific persona by OId', }, ], default: 'list', }, ]; //# sourceMappingURL=PersonaDescription.js.map