n8n-nodes-xentral 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +43 -0
- package/README.dev.md +183 -0
- package/README.md +183 -0
- package/README.npm.md +183 -0
- package/dist/credentials/XentralApi.credentials.d.ts +7 -0
- package/dist/credentials/XentralApi.credentials.js +32 -0
- package/dist/nodes/Xentral/Xentral.node.d.ts +10 -0
- package/dist/nodes/Xentral/Xentral.node.js +399 -0
- package/dist/nodes/Xentral/XentralTrigger.node.d.ts +12 -0
- package/dist/nodes/Xentral/XentralTrigger.node.js +251 -0
- package/dist/nodes/Xentral/resources/address/address.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/address/address.fields.js +343 -0
- package/dist/nodes/Xentral/resources/address/address.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/address/address.handler.js +102 -0
- package/dist/nodes/Xentral/resources/address/address.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/address/address.operations.js +43 -0
- package/dist/nodes/Xentral/resources/contact/contact.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/contact/contact.fields.js +431 -0
- package/dist/nodes/Xentral/resources/contact/contact.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/contact/contact.handler.js +102 -0
- package/dist/nodes/Xentral/resources/contact/contact.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/contact/contact.operations.js +49 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.fields.js +930 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.handler.js +208 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/creditNote/creditNote.operations.js +97 -0
- package/dist/nodes/Xentral/resources/customer/customer.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/customer/customer.fields.js +639 -0
- package/dist/nodes/Xentral/resources/customer/customer.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/customer/customer.handler.js +251 -0
- package/dist/nodes/Xentral/resources/customer/customer.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/customer/customer.operations.js +55 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.fields.js +967 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.handler.js +259 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryNote/deliveryNote.operations.js +109 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.fields.js +36 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.handler.js +13 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/deliveryTerms/deliveryTerms.operations.js +25 -0
- package/dist/nodes/Xentral/resources/employee/employee.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/employee/employee.fields.js +36 -0
- package/dist/nodes/Xentral/resources/employee/employee.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/employee/employee.handler.js +13 -0
- package/dist/nodes/Xentral/resources/employee/employee.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/employee/employee.operations.js +25 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.fields.js +97 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.handler.js +45 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/goodsReceipt/goodsReceipt.operations.js +31 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.fields.js +1045 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.handler.js +228 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/invoice/invoice.operations.js +103 -0
- package/dist/nodes/Xentral/resources/liability/liability.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/liability/liability.fields.js +235 -0
- package/dist/nodes/Xentral/resources/liability/liability.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/liability/liability.handler.js +73 -0
- package/dist/nodes/Xentral/resources/liability/liability.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/liability/liability.operations.js +49 -0
- package/dist/nodes/Xentral/resources/offer/offer.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/offer/offer.fields.js +1070 -0
- package/dist/nodes/Xentral/resources/offer/offer.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/offer/offer.handler.js +242 -0
- package/dist/nodes/Xentral/resources/offer/offer.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/offer/offer.operations.js +109 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.fields.js +36 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.handler.js +13 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentMethod/paymentMethod.operations.js +25 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.fields.js +134 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.handler.js +46 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/paymentTermsGroup/paymentTermsGroup.operations.js +37 -0
- package/dist/nodes/Xentral/resources/product/product.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/product/product.fields.js +804 -0
- package/dist/nodes/Xentral/resources/product/product.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/product/product.handler.js +187 -0
- package/dist/nodes/Xentral/resources/product/product.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/product/product.operations.js +55 -0
- package/dist/nodes/Xentral/resources/production/production.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/production/production.fields.js +475 -0
- package/dist/nodes/Xentral/resources/production/production.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/production/production.handler.js +129 -0
- package/dist/nodes/Xentral/resources/production/production.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/production/production.operations.js +67 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.fields.js +956 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.handler.js +256 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/proformaInvoice/proformaInvoice.operations.js +97 -0
- package/dist/nodes/Xentral/resources/project/project.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/project/project.fields.js +36 -0
- package/dist/nodes/Xentral/resources/project/project.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/project/project.handler.js +13 -0
- package/dist/nodes/Xentral/resources/project/project.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/project/project.operations.js +25 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.fields.js +999 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.handler.js +269 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchaseOrder/purchaseOrder.operations.js +109 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.fields.js +272 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.handler.js +96 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/purchasePrice/purchasePrice.operations.js +49 -0
- package/dist/nodes/Xentral/resources/return/return.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/return/return.fields.js +925 -0
- package/dist/nodes/Xentral/resources/return/return.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/return/return.handler.js +281 -0
- package/dist/nodes/Xentral/resources/return/return.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/return/return.operations.js +115 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.fields.js +36 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.handler.js +13 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesChannel/salesChannel.operations.js +25 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.fields.js +1272 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.handler.js +295 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesOrder/salesOrder.operations.js +109 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.fields.js +264 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.handler.js +89 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/salesPrice/salesPrice.operations.js +49 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.fields.js +111 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.handler.js +43 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shipment/shipment.operations.js +31 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.fields.js +194 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.handler.js +61 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/shippingMethod/shippingMethod.operations.js +43 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.fields.js +292 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.handler.js +67 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/storageLocation/storageLocation.operations.js +43 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.fields.js +395 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.handler.js +161 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/supplier/supplier.operations.js +49 -0
- package/dist/nodes/Xentral/resources/tag/tag.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/tag/tag.fields.js +110 -0
- package/dist/nodes/Xentral/resources/tag/tag.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/tag/tag.handler.js +28 -0
- package/dist/nodes/Xentral/resources/tag/tag.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/tag/tag.operations.js +31 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.fields.js +138 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.handler.js +52 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/warehouse/warehouse.operations.js +43 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.fields.d.ts +2 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.fields.js +160 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.handler.d.ts +2 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.handler.js +72 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.operations.d.ts +2 -0
- package/dist/nodes/Xentral/resources/webhook/webhook.operations.js +49 -0
- package/dist/nodes/Xentral/transport.d.ts +9 -0
- package/dist/nodes/Xentral/transport.js +377 -0
- package/dist/nodes/Xentral/xentral.svg +3 -0
- package/package.json +61 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
Fair Use Code License (FUCL)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Mirza Iqbal / next8n (https://next8n.com). All rights reserved.
|
|
4
|
+
|
|
5
|
+
This node is published as an n8n community node for the benefit of the Xentral + n8n
|
|
6
|
+
ecosystem. However, the intellectual property, source code, and all associated rights
|
|
7
|
+
are owned exclusively by the copyright holder.
|
|
8
|
+
|
|
9
|
+
PERMITTED:
|
|
10
|
+
- Install and use this node for your own internal workflows and business automation
|
|
11
|
+
|
|
12
|
+
PROHIBITED WITHOUT EXPLICIT WRITTEN CONSENT:
|
|
13
|
+
- Copying, forking, or reproducing the source code in any form
|
|
14
|
+
- Commercial redistribution, resale, sublicensing, or white-labeling
|
|
15
|
+
- Creating derivative works or competing products based on this code
|
|
16
|
+
- Public redistribution of modified or unmodified versions
|
|
17
|
+
- Using the Software as part of a commercial service offering
|
|
18
|
+
- Removing or altering copyright notices or attribution
|
|
19
|
+
|
|
20
|
+
ATTRIBUTION:
|
|
21
|
+
This node was developed and is actively maintained by next8n (https://next8n.com).
|
|
22
|
+
Attribution must be preserved in all copies.
|
|
23
|
+
|
|
24
|
+
DISCLAIMER:
|
|
25
|
+
This software is provided "as is", without warranty of any kind, express or implied,
|
|
26
|
+
including but not limited to the warranties of merchantability, fitness for a
|
|
27
|
+
particular purpose, and noninfringement. In no event shall the authors or copyright
|
|
28
|
+
holders be liable for any claim, damages, or other liability, whether in an action
|
|
29
|
+
of contract, tort, or otherwise, arising from, out of, or in connection with the
|
|
30
|
+
software or the use or other dealings in the software.
|
|
31
|
+
|
|
32
|
+
LEGAL NOTICE:
|
|
33
|
+
"Xentral" and the Xentral logo are trademarks of Xentral ERP Software GmbH. We do
|
|
34
|
+
not claim ownership of the Xentral brand or logo. This node was developed independently
|
|
35
|
+
using publicly available API documentation for the purpose of interoperability, as
|
|
36
|
+
permitted under EU Directive 2009/24/EC (Software Directive, Article 6) and applicable
|
|
37
|
+
law. No Xentral proprietary code is included -- all interactions use publicly documented
|
|
38
|
+
REST API endpoints. This is an original, independently authored work; the entire source
|
|
39
|
+
code is the intellectual property of the copyright holder. The use of third-party APIs
|
|
40
|
+
for interoperability purposes does not constitute infringement under EU or international
|
|
41
|
+
law (see also Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021) on API fair use).
|
|
42
|
+
|
|
43
|
+
For commercial licensing, partnership, or custom development: https://services.next8n.com
|
package/README.dev.md
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://unpkg.com/n8n-nodes-xentral@1.0.0/dist/nodes/Xentral/xentral.svg" alt="Xentral" width="80" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">n8n-nodes-xentral</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<strong>The most comprehensive n8n community node for Xentral ERP</strong><br/>
|
|
9
|
+
Built, maintained, and owned by <a href="https://next8n.com">next8n</a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/v/n8n-nodes-xentral?style=for-the-badge&color=CB3837&label=npm" alt="npm version" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/dt/n8n-nodes-xentral?style=for-the-badge&color=blue&label=downloads" alt="npm downloads" /></a>
|
|
15
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-FUCL-orange?style=for-the-badge" alt="License" /></a>
|
|
16
|
+
<img src="https://img.shields.io/badge/Xentral-ERP-00C4B4?style=for-the-badge" alt="Xentral ERP" />
|
|
17
|
+
<img src="https://img.shields.io/badge/n8n-Community_Node-FF6D5A?style=for-the-badge" alt="n8n Community Node" />
|
|
18
|
+
<img src="https://img.shields.io/badge/API-V1_+_V2_+_V3-7B61FF?style=for-the-badge" alt="API V1 + V2 + V3" />
|
|
19
|
+
<img src="https://img.shields.io/badge/TypeScript-Strict-3178C6?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
|
20
|
+
<img src="https://img.shields.io/badge/AI_Agent-Compatible-10A37F?style=for-the-badge" alt="AI Agent Compatible" />
|
|
21
|
+
<img src="https://img.shields.io/badge/Resources-30-success?style=for-the-badge" alt="30 Resources" />
|
|
22
|
+
<img src="https://img.shields.io/badge/Operations-163-success?style=for-the-badge" alt="163 Operations" />
|
|
23
|
+
<img src="https://img.shields.io/badge/Webhook_Events-58-success?style=for-the-badge" alt="58 Webhook Events" />
|
|
24
|
+
<img src="https://img.shields.io/badge/API_Audit-Verified-brightgreen?style=for-the-badge" alt="API Audit Verified" />
|
|
25
|
+
<img src="https://img.shields.io/badge/Maintained-Active-brightgreen?style=for-the-badge" alt="Actively Maintained" />
|
|
26
|
+
<img src="https://img.shields.io/badge/Built_on-Official_Xentral_API-00C4B4?style=for-the-badge" alt="Official Xentral API" />
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## We automate Xentral. For a living.
|
|
32
|
+
|
|
33
|
+
We have successfully delivered Xentral + n8n automation for numerous clients across **e-commerce**, **manufacturing**, **wholesale**, and **3PL**. From email-to-offer generation to full order-to-cash pipelines - we build production-ready workflows that run 24/7.
|
|
34
|
+
|
|
35
|
+
**This node exists because we needed it for real client projects. We built it from the official Xentral API documentation, we maintain it, and we own the intellectual property.**
|
|
36
|
+
|
|
37
|
+
If you're using Xentral and looking to automate your business processes - offers, orders, invoices, warehouse, shipping, customer management - we've done it before and would be happy to do it for you.
|
|
38
|
+
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
<p align="center">
|
|
44
|
+
<a href="https://next8n.com"><strong>next8n.com</strong></a> | <a href="https://services.next8n.com"><strong>Schedule a call</strong></a>
|
|
45
|
+
</p>
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## What you get
|
|
50
|
+
|
|
51
|
+
| Node | Type | What it does |
|
|
52
|
+
|------|------|-------------|
|
|
53
|
+
| **Xentral** | Action Node | Full CRUD across 30 resources with 163 operations - customers, products, offers, orders, invoices, warehouse, shipping, and more |
|
|
54
|
+
| **Xentral Trigger** | Webhook Node | Real-time event listener for 58 Xentral event types - orders, products, customers, invoices, delivery notes, returns |
|
|
55
|
+
|
|
56
|
+
**AI Agent ready** - Both nodes work with `usableAsTool: true`, so you can plug them directly into n8n AI Agent workflows for intelligent automation.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Supported Resources (30)
|
|
61
|
+
|
|
62
|
+
### CRM & Contacts
|
|
63
|
+
Customer, Supplier, Address, Contact Person, Employee
|
|
64
|
+
|
|
65
|
+
### Products & Pricing
|
|
66
|
+
Product, Sales Price, Purchase Price, Sales Channel
|
|
67
|
+
|
|
68
|
+
### Business Documents (Full Lifecycle)
|
|
69
|
+
**Offer** (Angebot), **Sales Order** (Auftrag), **Invoice** (Rechnung), **Credit Note** (Gutschrift), **Delivery Note** (Lieferschein), **Proforma Invoice**, **Purchase Order** (Bestellung), **Return** (Retoure)
|
|
70
|
+
|
|
71
|
+
Each document supports operations like: Create, Get, Get Many, Update, Delete, Add/Update/Delete Line Items, Release, Send, Cancel, Log Activity, Write Protection, Attach File (varies per document type)
|
|
72
|
+
|
|
73
|
+
### Warehouse & Logistics
|
|
74
|
+
Warehouse, Storage Location, Goods Receipt, Shipment, Production
|
|
75
|
+
|
|
76
|
+
### Finance & Settings
|
|
77
|
+
Liability, Payment Method, Payment Terms Group, Shipping Method, Delivery Terms, Tag, Project, Webhook
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## 58 Webhook Trigger Events
|
|
82
|
+
|
|
83
|
+
Real-time notifications for: Sales Orders, Products, Customers, Purchase Orders, Returns, Delivery Notes, Invoices, Credit Notes, Sales/Purchase Prices - including created, updated, deleted, released, sent, dispatched, archived, and more.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## API Audit Verified
|
|
88
|
+
|
|
89
|
+
Every single endpoint in this node has been tested against the live Xentral API:
|
|
90
|
+
|
|
91
|
+
- **All 163 operations** verified to point to existing, working API routes
|
|
92
|
+
- **Zero 404 "Route not found" errors** on any non-feature-flag endpoint
|
|
93
|
+
- **Correct field structures** validated for all create/update operations
|
|
94
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint validation
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Installation
|
|
99
|
+
|
|
100
|
+
### From n8n (Recommended)
|
|
101
|
+
1. Go to **Settings > Community Nodes**
|
|
102
|
+
2. Enter `n8n-nodes-xentral`
|
|
103
|
+
3. Click **Install**
|
|
104
|
+
|
|
105
|
+
### Manual
|
|
106
|
+
```bash
|
|
107
|
+
cd ~/.n8n/nodes
|
|
108
|
+
npm install n8n-nodes-xentral
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Quick Setup
|
|
114
|
+
|
|
115
|
+
1. Install the node in n8n
|
|
116
|
+
2. Create a **Personal Access Token** in Xentral: *Administration > Account Settings > Developer Settings > Personal Access Tokens*
|
|
117
|
+
3. Add **Xentral API** credentials in n8n with your instance URL and token - just paste the token exactly as Xentral shows it (e.g. `2|abc...xyz`), the node handles the rest automatically
|
|
118
|
+
4. Start building workflows
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Why this node?
|
|
123
|
+
|
|
124
|
+
- **API audit verified** - every endpoint tested against the live Xentral API
|
|
125
|
+
- **Built from the official Xentral API documentation** - not a wrapper around an outdated legacy API
|
|
126
|
+
- **Triple API support** - Seamlessly routes operations to V1, V2, or V3 depending on what works best
|
|
127
|
+
- **Three pagination strategies** handled automatically - cursor-based, page-number, and V3 pagination
|
|
128
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint regex validation
|
|
129
|
+
- **Full TypeScript** with strict typing
|
|
130
|
+
- **RFC 9457 error parsing** - clear, actionable error messages from Xentral
|
|
131
|
+
- **Production-tested** - used in real client automation workflows
|
|
132
|
+
- **Actively maintained** by the team that built it
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Need more than a node?
|
|
137
|
+
|
|
138
|
+
This community node covers the core Xentral operations. But if you need:
|
|
139
|
+
|
|
140
|
+
- **Custom workflow design** - email-to-offer, order-to-invoice, warehouse automation
|
|
141
|
+
- **Xentral + Shopify / WooCommerce** sync workflows
|
|
142
|
+
- **AI-powered** document classification, data extraction, automated responses
|
|
143
|
+
- **Advanced integrations** - carrier APIs, accounting exports, analytics pipelines
|
|
144
|
+
- **Ongoing maintenance** and monitoring of your automation
|
|
145
|
+
|
|
146
|
+
We've delivered all of this for our clients and would be happy to discuss your specific requirements.
|
|
147
|
+
|
|
148
|
+
<p align="center">
|
|
149
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
150
|
+
</p>
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## License
|
|
155
|
+
|
|
156
|
+
**Fair Use Code License (FUCL)**
|
|
157
|
+
|
|
158
|
+
Copyright (c) 2026 Mirza Iqbal / [next8n](https://next8n.com). All rights reserved.
|
|
159
|
+
|
|
160
|
+
This node is published as an n8n community node for the benefit of the Xentral + n8n ecosystem. However, the intellectual property, source code, and all associated rights are owned exclusively by the copyright holder.
|
|
161
|
+
|
|
162
|
+
**Permitted:**
|
|
163
|
+
- Install and use this node for your own internal workflows and business automation
|
|
164
|
+
|
|
165
|
+
**Prohibited without explicit written consent:**
|
|
166
|
+
- Copying, forking, or reproducing the source code in any form
|
|
167
|
+
- Commercial redistribution, resale, sublicensing, or white-labeling
|
|
168
|
+
- Creating derivative works or competing products based on this code
|
|
169
|
+
- Public redistribution of modified or unmodified versions
|
|
170
|
+
- Using the Software as part of a commercial service offering
|
|
171
|
+
- Removing or altering copyright notices or attribution
|
|
172
|
+
|
|
173
|
+
**Attribution:** This node was developed and is actively maintained by [next8n](https://next8n.com). Attribution must be preserved in all copies.
|
|
174
|
+
|
|
175
|
+
This software is provided "as is", without warranty of any kind, express or implied.
|
|
176
|
+
|
|
177
|
+
**We built it. We maintain it. We own the rights to the code.**
|
|
178
|
+
|
|
179
|
+
**Trademark & legal notice:** "Xentral" and the Xentral logo are trademarks of Xentral ERP Software GmbH. We do not claim ownership of the Xentral brand or logo. This node was developed independently using publicly available API documentation for the purpose of interoperability, as permitted under EU Directive 2009/24/EC (Software Directive, Article 6) and applicable law. No Xentral proprietary code is included -- all interactions use publicly documented REST API endpoints. This is an original, independently authored work; the entire source code is the intellectual property of the copyright holder. The use of third-party APIs for interoperability purposes does not constitute infringement under EU or international law (see also Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021) on API fair use).
|
|
180
|
+
|
|
181
|
+
Interested in collaborating or contributing? We're open to partnerships. Let's talk.
|
|
182
|
+
|
|
183
|
+
For commercial licensing, partnership, or custom development: [services.next8n.com](https://services.next8n.com)
|
package/README.md
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://unpkg.com/n8n-nodes-xentral@1.0.0/dist/nodes/Xentral/xentral.svg" alt="Xentral" width="80" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">n8n-nodes-xentral</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<strong>The most comprehensive n8n community node for Xentral ERP</strong><br/>
|
|
9
|
+
Built, maintained, and owned by <a href="https://next8n.com">next8n</a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/v/n8n-nodes-xentral?style=for-the-badge&color=CB3837&label=npm" alt="npm version" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/dt/n8n-nodes-xentral?style=for-the-badge&color=blue&label=downloads" alt="npm downloads" /></a>
|
|
15
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-FUCL-orange?style=for-the-badge" alt="License" /></a>
|
|
16
|
+
<img src="https://img.shields.io/badge/Xentral-ERP-00C4B4?style=for-the-badge" alt="Xentral ERP" />
|
|
17
|
+
<img src="https://img.shields.io/badge/n8n-Community_Node-FF6D5A?style=for-the-badge" alt="n8n Community Node" />
|
|
18
|
+
<img src="https://img.shields.io/badge/API-V1_+_V2_+_V3-7B61FF?style=for-the-badge" alt="API V1 + V2 + V3" />
|
|
19
|
+
<img src="https://img.shields.io/badge/TypeScript-Strict-3178C6?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
|
20
|
+
<img src="https://img.shields.io/badge/AI_Agent-Compatible-10A37F?style=for-the-badge" alt="AI Agent Compatible" />
|
|
21
|
+
<img src="https://img.shields.io/badge/Resources-30-success?style=for-the-badge" alt="30 Resources" />
|
|
22
|
+
<img src="https://img.shields.io/badge/Operations-163-success?style=for-the-badge" alt="163 Operations" />
|
|
23
|
+
<img src="https://img.shields.io/badge/Webhook_Events-58-success?style=for-the-badge" alt="58 Webhook Events" />
|
|
24
|
+
<img src="https://img.shields.io/badge/API_Audit-Verified-brightgreen?style=for-the-badge" alt="API Audit Verified" />
|
|
25
|
+
<img src="https://img.shields.io/badge/Maintained-Active-brightgreen?style=for-the-badge" alt="Actively Maintained" />
|
|
26
|
+
<img src="https://img.shields.io/badge/Built_on-Official_Xentral_API-00C4B4?style=for-the-badge" alt="Official Xentral API" />
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## We automate Xentral. For a living.
|
|
32
|
+
|
|
33
|
+
We have successfully delivered Xentral + n8n automation for numerous clients across **e-commerce**, **manufacturing**, **wholesale**, and **3PL**. From email-to-offer generation to full order-to-cash pipelines - we build production-ready workflows that run 24/7.
|
|
34
|
+
|
|
35
|
+
**This node exists because we needed it for real client projects. We built it from the official Xentral API documentation, we maintain it, and we own the intellectual property.**
|
|
36
|
+
|
|
37
|
+
If you're using Xentral and looking to automate your business processes - offers, orders, invoices, warehouse, shipping, customer management - we've done it before and would be happy to do it for you.
|
|
38
|
+
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
<p align="center">
|
|
44
|
+
<a href="https://next8n.com"><strong>next8n.com</strong></a> | <a href="https://services.next8n.com"><strong>Schedule a call</strong></a>
|
|
45
|
+
</p>
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## What you get
|
|
50
|
+
|
|
51
|
+
| Node | Type | What it does |
|
|
52
|
+
|------|------|-------------|
|
|
53
|
+
| **Xentral** | Action Node | Full CRUD across 30 resources with 163 operations - customers, products, offers, orders, invoices, warehouse, shipping, and more |
|
|
54
|
+
| **Xentral Trigger** | Webhook Node | Real-time event listener for 58 Xentral event types - orders, products, customers, invoices, delivery notes, returns |
|
|
55
|
+
|
|
56
|
+
**AI Agent ready** - Both nodes work with `usableAsTool: true`, so you can plug them directly into n8n AI Agent workflows for intelligent automation.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Supported Resources (30)
|
|
61
|
+
|
|
62
|
+
### CRM & Contacts
|
|
63
|
+
Customer, Supplier, Address, Contact Person, Employee
|
|
64
|
+
|
|
65
|
+
### Products & Pricing
|
|
66
|
+
Product, Sales Price, Purchase Price, Sales Channel
|
|
67
|
+
|
|
68
|
+
### Business Documents (Full Lifecycle)
|
|
69
|
+
**Offer** (Angebot), **Sales Order** (Auftrag), **Invoice** (Rechnung), **Credit Note** (Gutschrift), **Delivery Note** (Lieferschein), **Proforma Invoice**, **Purchase Order** (Bestellung), **Return** (Retoure)
|
|
70
|
+
|
|
71
|
+
Each document supports operations like: Create, Get, Get Many, Update, Delete, Add/Update/Delete Line Items, Release, Send, Cancel, Log Activity, Write Protection, Attach File (varies per document type)
|
|
72
|
+
|
|
73
|
+
### Warehouse & Logistics
|
|
74
|
+
Warehouse, Storage Location, Goods Receipt, Shipment, Production
|
|
75
|
+
|
|
76
|
+
### Finance & Settings
|
|
77
|
+
Liability, Payment Method, Payment Terms Group, Shipping Method, Delivery Terms, Tag, Project, Webhook
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## 58 Webhook Trigger Events
|
|
82
|
+
|
|
83
|
+
Real-time notifications for: Sales Orders, Products, Customers, Purchase Orders, Returns, Delivery Notes, Invoices, Credit Notes, Sales/Purchase Prices - including created, updated, deleted, released, sent, dispatched, archived, and more.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## API Audit Verified
|
|
88
|
+
|
|
89
|
+
Every single endpoint in this node has been tested against the live Xentral API:
|
|
90
|
+
|
|
91
|
+
- **All 163 operations** verified to point to existing, working API routes
|
|
92
|
+
- **Zero 404 "Route not found" errors** on any non-feature-flag endpoint
|
|
93
|
+
- **Correct field structures** validated for all create/update operations
|
|
94
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint validation
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Installation
|
|
99
|
+
|
|
100
|
+
### From n8n (Recommended)
|
|
101
|
+
1. Go to **Settings > Community Nodes**
|
|
102
|
+
2. Enter `n8n-nodes-xentral`
|
|
103
|
+
3. Click **Install**
|
|
104
|
+
|
|
105
|
+
### Manual
|
|
106
|
+
```bash
|
|
107
|
+
cd ~/.n8n/nodes
|
|
108
|
+
npm install n8n-nodes-xentral
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Quick Setup
|
|
114
|
+
|
|
115
|
+
1. Install the node in n8n
|
|
116
|
+
2. Create a **Personal Access Token** in Xentral: *Administration > Account Settings > Developer Settings > Personal Access Tokens*
|
|
117
|
+
3. Add **Xentral API** credentials in n8n with your instance URL and token - just paste the token exactly as Xentral shows it (e.g. `2|abc...xyz`), the node handles the rest automatically
|
|
118
|
+
4. Start building workflows
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Why this node?
|
|
123
|
+
|
|
124
|
+
- **API audit verified** - every endpoint tested against the live Xentral API
|
|
125
|
+
- **Built from the official Xentral API documentation** - not a wrapper around an outdated legacy API
|
|
126
|
+
- **Triple API support** - Seamlessly routes operations to V1, V2, or V3 depending on what works best
|
|
127
|
+
- **Three pagination strategies** handled automatically - cursor-based, page-number, and V3 pagination
|
|
128
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint regex validation
|
|
129
|
+
- **Full TypeScript** with strict typing
|
|
130
|
+
- **RFC 9457 error parsing** - clear, actionable error messages from Xentral
|
|
131
|
+
- **Production-tested** - used in real client automation workflows
|
|
132
|
+
- **Actively maintained** by the team that built it
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Need more than a node?
|
|
137
|
+
|
|
138
|
+
This community node covers the core Xentral operations. But if you need:
|
|
139
|
+
|
|
140
|
+
- **Custom workflow design** - email-to-offer, order-to-invoice, warehouse automation
|
|
141
|
+
- **Xentral + Shopify / WooCommerce** sync workflows
|
|
142
|
+
- **AI-powered** document classification, data extraction, automated responses
|
|
143
|
+
- **Advanced integrations** - carrier APIs, accounting exports, analytics pipelines
|
|
144
|
+
- **Ongoing maintenance** and monitoring of your automation
|
|
145
|
+
|
|
146
|
+
We've delivered all of this for our clients and would be happy to discuss your specific requirements.
|
|
147
|
+
|
|
148
|
+
<p align="center">
|
|
149
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
150
|
+
</p>
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## License
|
|
155
|
+
|
|
156
|
+
**Fair Use Code License (FUCL)**
|
|
157
|
+
|
|
158
|
+
Copyright (c) 2026 Mirza Iqbal / [next8n](https://next8n.com). All rights reserved.
|
|
159
|
+
|
|
160
|
+
This node is published as an n8n community node for the benefit of the Xentral + n8n ecosystem. However, the intellectual property, source code, and all associated rights are owned exclusively by the copyright holder.
|
|
161
|
+
|
|
162
|
+
**Permitted:**
|
|
163
|
+
- Install and use this node for your own internal workflows and business automation
|
|
164
|
+
|
|
165
|
+
**Prohibited without explicit written consent:**
|
|
166
|
+
- Copying, forking, or reproducing the source code in any form
|
|
167
|
+
- Commercial redistribution, resale, sublicensing, or white-labeling
|
|
168
|
+
- Creating derivative works or competing products based on this code
|
|
169
|
+
- Public redistribution of modified or unmodified versions
|
|
170
|
+
- Using the Software as part of a commercial service offering
|
|
171
|
+
- Removing or altering copyright notices or attribution
|
|
172
|
+
|
|
173
|
+
**Attribution:** This node was developed and is actively maintained by [next8n](https://next8n.com). Attribution must be preserved in all copies.
|
|
174
|
+
|
|
175
|
+
This software is provided "as is", without warranty of any kind, express or implied.
|
|
176
|
+
|
|
177
|
+
**We built it. We maintain it. We own the rights to the code.**
|
|
178
|
+
|
|
179
|
+
**Trademark & legal notice:** "Xentral" and the Xentral logo are trademarks of Xentral ERP Software GmbH. We do not claim ownership of the Xentral brand or logo. This node was developed independently using publicly available API documentation for the purpose of interoperability, as permitted under EU Directive 2009/24/EC (Software Directive, Article 6) and applicable law. No Xentral proprietary code is included -- all interactions use publicly documented REST API endpoints. This is an original, independently authored work; the entire source code is the intellectual property of the copyright holder. The use of third-party APIs for interoperability purposes does not constitute infringement under EU or international law (see also Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021) on API fair use).
|
|
180
|
+
|
|
181
|
+
Interested in collaborating or contributing? We're open to partnerships. Let's talk.
|
|
182
|
+
|
|
183
|
+
For commercial licensing, partnership, or custom development: [services.next8n.com](https://services.next8n.com)
|
package/README.npm.md
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="https://unpkg.com/n8n-nodes-xentral@1.0.0/dist/nodes/Xentral/xentral.svg" alt="Xentral" width="80" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<h1 align="center">n8n-nodes-xentral</h1>
|
|
6
|
+
|
|
7
|
+
<p align="center">
|
|
8
|
+
<strong>The most comprehensive n8n community node for Xentral ERP</strong><br/>
|
|
9
|
+
Built, maintained, and owned by <a href="https://next8n.com">next8n</a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
12
|
+
<p align="center">
|
|
13
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/v/n8n-nodes-xentral?style=for-the-badge&color=CB3837&label=npm" alt="npm version" /></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/n8n-nodes-xentral"><img src="https://img.shields.io/npm/dt/n8n-nodes-xentral?style=for-the-badge&color=blue&label=downloads" alt="npm downloads" /></a>
|
|
15
|
+
<a href="#license"><img src="https://img.shields.io/badge/license-FUCL-orange?style=for-the-badge" alt="License" /></a>
|
|
16
|
+
<img src="https://img.shields.io/badge/Xentral-ERP-00C4B4?style=for-the-badge" alt="Xentral ERP" />
|
|
17
|
+
<img src="https://img.shields.io/badge/n8n-Community_Node-FF6D5A?style=for-the-badge" alt="n8n Community Node" />
|
|
18
|
+
<img src="https://img.shields.io/badge/API-V1_+_V2_+_V3-7B61FF?style=for-the-badge" alt="API V1 + V2 + V3" />
|
|
19
|
+
<img src="https://img.shields.io/badge/TypeScript-Strict-3178C6?style=for-the-badge&logo=typescript&logoColor=white" alt="TypeScript" />
|
|
20
|
+
<img src="https://img.shields.io/badge/AI_Agent-Compatible-10A37F?style=for-the-badge" alt="AI Agent Compatible" />
|
|
21
|
+
<img src="https://img.shields.io/badge/Resources-30-success?style=for-the-badge" alt="30 Resources" />
|
|
22
|
+
<img src="https://img.shields.io/badge/Operations-163-success?style=for-the-badge" alt="163 Operations" />
|
|
23
|
+
<img src="https://img.shields.io/badge/Webhook_Events-58-success?style=for-the-badge" alt="58 Webhook Events" />
|
|
24
|
+
<img src="https://img.shields.io/badge/API_Audit-Verified-brightgreen?style=for-the-badge" alt="API Audit Verified" />
|
|
25
|
+
<img src="https://img.shields.io/badge/Maintained-Active-brightgreen?style=for-the-badge" alt="Actively Maintained" />
|
|
26
|
+
<img src="https://img.shields.io/badge/Built_on-Official_Xentral_API-00C4B4?style=for-the-badge" alt="Official Xentral API" />
|
|
27
|
+
</p>
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## We automate Xentral. For a living.
|
|
32
|
+
|
|
33
|
+
We have successfully delivered Xentral + n8n automation for numerous clients across **e-commerce**, **manufacturing**, **wholesale**, and **3PL**. From email-to-offer generation to full order-to-cash pipelines - we build production-ready workflows that run 24/7.
|
|
34
|
+
|
|
35
|
+
**This node exists because we needed it for real client projects. We built it from the official Xentral API documentation, we maintain it, and we own the intellectual property.**
|
|
36
|
+
|
|
37
|
+
If you're using Xentral and looking to automate your business processes - offers, orders, invoices, warehouse, shipping, customer management - we've done it before and would be happy to do it for you.
|
|
38
|
+
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
41
|
+
</p>
|
|
42
|
+
|
|
43
|
+
<p align="center">
|
|
44
|
+
<a href="https://next8n.com"><strong>next8n.com</strong></a> | <a href="https://services.next8n.com"><strong>Schedule a call</strong></a>
|
|
45
|
+
</p>
|
|
46
|
+
|
|
47
|
+
---
|
|
48
|
+
|
|
49
|
+
## What you get
|
|
50
|
+
|
|
51
|
+
| Node | Type | What it does |
|
|
52
|
+
|------|------|-------------|
|
|
53
|
+
| **Xentral** | Action Node | Full CRUD across 30 resources with 163 operations - customers, products, offers, orders, invoices, warehouse, shipping, and more |
|
|
54
|
+
| **Xentral Trigger** | Webhook Node | Real-time event listener for 58 Xentral event types - orders, products, customers, invoices, delivery notes, returns |
|
|
55
|
+
|
|
56
|
+
**AI Agent ready** - Both nodes work with `usableAsTool: true`, so you can plug them directly into n8n AI Agent workflows for intelligent automation.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Supported Resources (30)
|
|
61
|
+
|
|
62
|
+
### CRM & Contacts
|
|
63
|
+
Customer, Supplier, Address, Contact Person, Employee
|
|
64
|
+
|
|
65
|
+
### Products & Pricing
|
|
66
|
+
Product, Sales Price, Purchase Price, Sales Channel
|
|
67
|
+
|
|
68
|
+
### Business Documents (Full Lifecycle)
|
|
69
|
+
**Offer** (Angebot), **Sales Order** (Auftrag), **Invoice** (Rechnung), **Credit Note** (Gutschrift), **Delivery Note** (Lieferschein), **Proforma Invoice**, **Purchase Order** (Bestellung), **Return** (Retoure)
|
|
70
|
+
|
|
71
|
+
Each document supports operations like: Create, Get, Get Many, Update, Delete, Add/Update/Delete Line Items, Release, Send, Cancel, Log Activity, Write Protection, Attach File (varies per document type)
|
|
72
|
+
|
|
73
|
+
### Warehouse & Logistics
|
|
74
|
+
Warehouse, Storage Location, Goods Receipt, Shipment, Production
|
|
75
|
+
|
|
76
|
+
### Finance & Settings
|
|
77
|
+
Liability, Payment Method, Payment Terms Group, Shipping Method, Delivery Terms, Tag, Project, Webhook
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
81
|
+
## 58 Webhook Trigger Events
|
|
82
|
+
|
|
83
|
+
Real-time notifications for: Sales Orders, Products, Customers, Purchase Orders, Returns, Delivery Notes, Invoices, Credit Notes, Sales/Purchase Prices - including created, updated, deleted, released, sent, dispatched, archived, and more.
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
## API Audit Verified
|
|
88
|
+
|
|
89
|
+
Every single endpoint in this node has been tested against the live Xentral API:
|
|
90
|
+
|
|
91
|
+
- **All 163 operations** verified to point to existing, working API routes
|
|
92
|
+
- **Zero 404 "Route not found" errors** on any non-feature-flag endpoint
|
|
93
|
+
- **Correct field structures** validated for all create/update operations
|
|
94
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint validation
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
|
|
98
|
+
## Installation
|
|
99
|
+
|
|
100
|
+
### From n8n (Recommended)
|
|
101
|
+
1. Go to **Settings > Community Nodes**
|
|
102
|
+
2. Enter `n8n-nodes-xentral`
|
|
103
|
+
3. Click **Install**
|
|
104
|
+
|
|
105
|
+
### Manual
|
|
106
|
+
```bash
|
|
107
|
+
cd ~/.n8n/nodes
|
|
108
|
+
npm install n8n-nodes-xentral
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
## Quick Setup
|
|
114
|
+
|
|
115
|
+
1. Install the node in n8n
|
|
116
|
+
2. Create a **Personal Access Token** in Xentral: *Administration > Account Settings > Developer Settings > Personal Access Tokens*
|
|
117
|
+
3. Add **Xentral API** credentials in n8n with your instance URL and token - just paste the token exactly as Xentral shows it (e.g. `2|abc...xyz`), the node handles the rest automatically
|
|
118
|
+
4. Start building workflows
|
|
119
|
+
|
|
120
|
+
---
|
|
121
|
+
|
|
122
|
+
## Why this node?
|
|
123
|
+
|
|
124
|
+
- **API audit verified** - every endpoint tested against the live Xentral API
|
|
125
|
+
- **Built from the official Xentral API documentation** - not a wrapper around an outdated legacy API
|
|
126
|
+
- **Triple API support** - Seamlessly routes operations to V1, V2, or V3 depending on what works best
|
|
127
|
+
- **Three pagination strategies** handled automatically - cursor-based, page-number, and V3 pagination
|
|
128
|
+
- **Security hardened** - ID sanitization, SSRF protection, endpoint regex validation
|
|
129
|
+
- **Full TypeScript** with strict typing
|
|
130
|
+
- **RFC 9457 error parsing** - clear, actionable error messages from Xentral
|
|
131
|
+
- **Production-tested** - used in real client automation workflows
|
|
132
|
+
- **Actively maintained** by the team that built it
|
|
133
|
+
|
|
134
|
+
---
|
|
135
|
+
|
|
136
|
+
## Need more than a node?
|
|
137
|
+
|
|
138
|
+
This community node covers the core Xentral operations. But if you need:
|
|
139
|
+
|
|
140
|
+
- **Custom workflow design** - email-to-offer, order-to-invoice, warehouse automation
|
|
141
|
+
- **Xentral + Shopify / WooCommerce** sync workflows
|
|
142
|
+
- **AI-powered** document classification, data extraction, automated responses
|
|
143
|
+
- **Advanced integrations** - carrier APIs, accounting exports, analytics pipelines
|
|
144
|
+
- **Ongoing maintenance** and monitoring of your automation
|
|
145
|
+
|
|
146
|
+
We've delivered all of this for our clients and would be happy to discuss your specific requirements.
|
|
147
|
+
|
|
148
|
+
<p align="center">
|
|
149
|
+
<a href="https://services.next8n.com"><img src="https://img.shields.io/badge/Book_a_Free_Consultation-services.next8n.com-FF6D5A?style=for-the-badge&logoColor=white" alt="Book a consultation" /></a>
|
|
150
|
+
</p>
|
|
151
|
+
|
|
152
|
+
---
|
|
153
|
+
|
|
154
|
+
## License
|
|
155
|
+
|
|
156
|
+
**Fair Use Code License (FUCL)**
|
|
157
|
+
|
|
158
|
+
Copyright (c) 2026 Mirza Iqbal / [next8n](https://next8n.com). All rights reserved.
|
|
159
|
+
|
|
160
|
+
This node is published as an n8n community node for the benefit of the Xentral + n8n ecosystem. However, the intellectual property, source code, and all associated rights are owned exclusively by the copyright holder.
|
|
161
|
+
|
|
162
|
+
**Permitted:**
|
|
163
|
+
- Install and use this node for your own internal workflows and business automation
|
|
164
|
+
|
|
165
|
+
**Prohibited without explicit written consent:**
|
|
166
|
+
- Copying, forking, or reproducing the source code in any form
|
|
167
|
+
- Commercial redistribution, resale, sublicensing, or white-labeling
|
|
168
|
+
- Creating derivative works or competing products based on this code
|
|
169
|
+
- Public redistribution of modified or unmodified versions
|
|
170
|
+
- Using the Software as part of a commercial service offering
|
|
171
|
+
- Removing or altering copyright notices or attribution
|
|
172
|
+
|
|
173
|
+
**Attribution:** This node was developed and is actively maintained by [next8n](https://next8n.com). Attribution must be preserved in all copies.
|
|
174
|
+
|
|
175
|
+
This software is provided "as is", without warranty of any kind, express or implied.
|
|
176
|
+
|
|
177
|
+
**We built it. We maintain it. We own the rights to the code.**
|
|
178
|
+
|
|
179
|
+
**Trademark & legal notice:** "Xentral" and the Xentral logo are trademarks of Xentral ERP Software GmbH. We do not claim ownership of the Xentral brand or logo. This node was developed independently using publicly available API documentation for the purpose of interoperability, as permitted under EU Directive 2009/24/EC (Software Directive, Article 6) and applicable law. No Xentral proprietary code is included -- all interactions use publicly documented REST API endpoints. This is an original, independently authored work; the entire source code is the intellectual property of the copyright holder. The use of third-party APIs for interoperability purposes does not constitute infringement under EU or international law (see also Google LLC v. Oracle America, Inc., 593 U.S. 1 (2021) on API fair use).
|
|
180
|
+
|
|
181
|
+
Interested in collaborating or contributing? We're open to partnerships. Let's talk.
|
|
182
|
+
|
|
183
|
+
For commercial licensing, partnership, or custom development: [services.next8n.com](https://services.next8n.com)
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.XentralApi = void 0;
|
|
4
|
+
class XentralApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'xentralApi';
|
|
7
|
+
this.displayName = 'Xentral API';
|
|
8
|
+
this.documentationUrl = 'https://developer.xentral.com/docs';
|
|
9
|
+
this.properties = [
|
|
10
|
+
{
|
|
11
|
+
displayName: 'Instance URL',
|
|
12
|
+
name: 'instanceUrl',
|
|
13
|
+
type: 'string',
|
|
14
|
+
default: '',
|
|
15
|
+
placeholder: 'https://yourcompany.xentral.com',
|
|
16
|
+
required: true,
|
|
17
|
+
description: 'The URL of your Xentral instance (e.g. https://yourcompany.xentral.com)',
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
displayName: 'Access Token',
|
|
21
|
+
name: 'accessToken',
|
|
22
|
+
type: 'string',
|
|
23
|
+
typeOptions: { password: true },
|
|
24
|
+
default: '',
|
|
25
|
+
required: true,
|
|
26
|
+
placeholder: '2|wQ5SodU2fx0mSNWvpvV0uZVhA...',
|
|
27
|
+
description: 'Paste your Personal Access Token exactly as shown in Xentral (Administration > Developer Settings). Both the full token (e.g. 2|abc...xyz) and just the key part work.',
|
|
28
|
+
},
|
|
29
|
+
];
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
exports.XentralApi = XentralApi;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ICredentialTestFunctions, ICredentialsDecrypted, IExecuteFunctions, INodeCredentialTestResult, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
export declare class Xentral implements INodeType {
|
|
3
|
+
description: INodeTypeDescription;
|
|
4
|
+
methods: {
|
|
5
|
+
credentialTest: {
|
|
6
|
+
xentralApiTest(this: ICredentialTestFunctions, credential: ICredentialsDecrypted): Promise<INodeCredentialTestResult>;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
10
|
+
}
|