centum

Centum es un nodo para n8n que te da acceso directo a la API de Centum sin necesidad de librerías extra: buscá clientes por criterios, creá nuevos registros y automatizá tu gestión de usuarios en un par de clics. Diseñado bajo las guidelines oficiales de

Package Information

Released: 6/28/2025
Downloads: 179 weekly / 721 monthly
Latest Version: 0.1.3
Author: gauchocode

Documentation

n8n-nodes-centum

Banner image

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.

Features

The Centum node supports the following operations:

  • Search Customers (searchCustomer): Search for customers in Centum using parameters like email, Code, or Business Name. Returns customer data if a single match is found.
  • Create Charges (charge): Create a new charge in Centum by sending customer details, articles, and shipping information.
  • Extensibility: The node is designed to support additional operations (e.g., managing articles, activities, or inventory) as needed.

This node uses authenticated requests to the Centum API, ensuring secure and efficient integration with your Centum system.

Prerequisites

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

Using this starter

These are the basic steps for working with the starter. For detailed guidance on creating and publishing nodes, refer to the documentation.

  1. Generate a new repository from this template repository.
  2. git clone https://github.com//.git
  3. Run npm i to install dependencies.
  4. Open the project in your editor.
  5. Browse the examples in /nodes and /credentials. Modify the examples, or replace them with your own nodes.
  6. Update the package.json to match your details.
  7. Run npm run lint to check for errors or npm run lintfix to automatically fix errors when possible.
  8. Test your node locally. Refer to Run your node locally for guidance.
  9. Replace this README with documentation for your node. Use the README_TEMPLATE to get started.
  10. Update the LICENSE file to use your details.
  11. Publish your package to npm.

Support

For issues or questions:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Discussion