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.55 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.proofPointDescription = void 0;
exports.proofPointDescription = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['proofPoint'],
},
},
options: [
{
name: 'Create',
value: 'create',
action: 'Create a proof point',
description: 'Create a new proof point',
},
{
name: 'Generate',
value: 'generate',
action: 'Generate proof points',
description: 'Generate proof points from source materials using AI',
},
{
name: 'Get',
value: 'get',
action: 'Get a proof point',
description: 'Get a proof point by OId',
},
{
name: 'List',
value: 'list',
action: 'List proof points',
description: 'List proof points with optional filtering and pagination',
},
{
name: 'Update',
value: 'update',
action: 'Update a proof point',
description: 'Update an existing proof point',
},
],
default: 'list',
},
];
//# sourceMappingURL=ProofPointDescription.js.map