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 994 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.asyncOperations = void 0; exports.asyncOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['async'], }, }, options: [ { name: 'Run Agent', value: 'runAgent', action: 'Run an agent asynchronously', description: 'Triggers an agent to run in the background', }, { name: 'Generate Headless Emails', value: 'generateHeadlessEmails', action: 'Generate headless emails asynchronously', description: 'Triggers headless email generation in the background', }, ], default: 'runAgent', }, ]; //# sourceMappingURL=AsyncDescription.js.map