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).

32 lines (31 loc) 944 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tagRelationFields = exports.tagRelationOperations = void 0; exports.tagRelationOperations = [ { displayName: "Operation", name: "operation", type: "options", noDataExpression: true, options: [ { name: "Get Many", value: "getMany", action: "Get many tag relations", routing: { request: { method: "GET", url: "/TagRelation", }, output: { postReceive: [ { type: "rootProperty", properties: { property: "objects" } }, ], }, }, }, ], default: "getMany", }, ]; exports.tagRelationFields = [];