UNPKG

n8n-nodes-sevdesk-v2

Version:

n8n community node for SevDesk API v2 integration with 24 production-ready workflow templates. Direct API access without external dependencies - simplified, secure, and optimized for German accounting automation (n8n 1.101.1 compatible).

42 lines (41 loc) 1.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unityFields = exports.unityOperations = void 0; exports.unityOperations = [ { displayName: "Operation", name: "operation", type: "options", default: "getMany", noDataExpression: true, displayOptions: { show: { resource: ["unity"], }, }, options: [ { name: "Get Many", value: "getMany", action: "Get many unities", routing: { request: { method: "GET", url: "/Unity", }, output: { postReceive: [ { type: "rootProperty", properties: { property: "objects", }, }, ], }, }, }, ], }, ]; exports.unityFields = [];