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
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.productOperations = void 0;
exports.productOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['product'],
},
},
options: [
{
name: 'List',
value: 'list',
action: 'List products',
description: 'List products in the workspace',
},
{
name: 'Get',
value: 'get',
action: 'Get a product',
description: 'Get a specific product by OId',
},
],
default: 'list',
},
];
//# sourceMappingURL=ProductDescription.js.map