This is a custom node for n8n, an open-source workflow automation platform, designed to integrate with the Centum API, a system for managing customers, charges, and other business resources. The Centum
node simplifies interaction with Centum's API endpoints, enabling operations such as searching for customers, creating charges, and more, directly within your n8n workflows.
The node is built to be extensible, allowing for easy addition of new operations to meet specific integration needs with Centum.
28 endpoints organized in 5 categories:
articulo
: Filtered search (categories, dates, stock)articuloPorId
: Query by ID/exact codearticulosExistencia
: Stock by physical brancharticulosImagenes
: Image download and processingarticulosPrecioPorLista
: Prices by price listarticulosSucursalesFisicas
: Articles by physical brancharticuloSucursalFisica
: Specific article by branch
clienteNuevo
: Creation from WooCommerce (automatic mapping)nuevoContribuyente
: Taxpayer registration with CUITcomposicionSaldoCliente
: Detailed account statementobtenerSaldoCliente
: Current balance queryclientes
: Paginated customer listclientesActualizar
: Customer data updateclientesBusqueda
: Search by email/DNIclientesBusquedaPorCuit
: Search by CUIT
cobros
: Payment registrationcrearPedidoVenta
: Sales order creationobtenerFacturasCobros
: Payment historyobtenerFacturasPedidosVentas
: Sales order historypedidoVentaActividad
: Order activity tracking
provinciasLista
: Argentine provinces listdepartamentosLista
: Departments by provincesucursalesFisicas
: Available physical brancheslistaPrecios
: Price listspromocionesCliente
: Customer promotions
generarProductosWoo
: WooCommerce format transformationprocesarImagenes
: Smart image synchronizationgenerarToken
: Authentication token generationbuscarContribuyente
: Taxpayer search
To use this node, ensure you have the following installed on your development machine:
- n8n: Version 1.75.2 or higher (latest version recommended for compatibility).
- Node.js: Version 20.x or higher.
- npm: Required for installing and building the plugin.
- Git: For cloning the repository.
- Centum API Access: Valid credentials (
centumUrl
,consumerApiPublicId
,publicAccessKey
) provided by your Centum provider.
Recommended: Follow n8n's guide to set up your development environment.
These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.
- Generate a new repository from this template repository.
- git clone https://github.com//.git
- Run npm i to install dependencies.
- Open the project in your editor.
- Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
- Update the package.json to match your details.
- Run npm run lint to check for errors or npm run lintfix to automatically fix errors when possible.
- Test your node locally. Refer to Run your node locally for guidance.
- Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
- Update the LICENSE file to use your details.
- Publish your package to npm.
For issues or questions:
- Open an issue on the GitHub repository.
- Contact your Centum provider for API-related support.
- Refer to the n8n documentation for help with workflow integration.
This project is licensed under the MIT License. See the LICENSE
file for details.