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.
35 lines • 933 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.playbookOperations = void 0;
exports.playbookOperations = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['playbook'],
},
},
options: [
{
name: 'List Playbooks',
value: 'list',
action: 'List playbooks',
},
{
name: 'Get Playbook',
value: 'get',
action: 'Get a playbook by OID',
},
{
name: 'Create Playbook',
value: 'create',
action: 'Create a new playbook',
},
],
default: 'list',
},
];
//# sourceMappingURL=PlaybookDescription.js.map