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.
56 lines • 1.78 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.buyingTriggerOperations = void 0;
exports.buyingTriggerOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['buyingTrigger'],
},
},
options: [
{
name: 'Create',
value: 'create',
description: 'Create a new buying trigger',
action: 'Create a buying trigger',
},
{
name: 'Delete',
value: 'delete',
description: 'Delete a buying trigger',
action: 'Delete a buying trigger',
},
{
name: 'Generate',
value: 'generate',
description: 'Generate buying triggers from source materials using AI',
action: 'Generate buying triggers',
},
{
name: 'Get',
value: 'get',
description: 'Get a buying trigger by OId',
action: 'Get a buying trigger',
},
{
name: 'List',
value: 'list',
description: 'List buying triggers with optional filtering',
action: 'List buying triggers',
},
{
name: 'Update',
value: 'update',
description: 'Update an existing buying trigger',
action: 'Update a buying trigger',
},
],
default: 'list',
},
];
//# sourceMappingURL=BuyingTriggerDescription.js.map