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.

26 lines 773 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.headlessOperations = void 0; exports.headlessOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['headless'], }, }, options: [ { name: 'Generate Emails', value: 'generateEmails', action: 'Generate emails headlessly', description: 'Triggers email generation via the headless service using detailed inputs', }, ], default: 'generateEmails', }, ]; //# sourceMappingURL=HeadlessDescription.js.map