Description
n8n-hlautomate
This repository provides custom nodes and credentials for the n8n workflow automation platform, enabling integration with HL Automate.
Features
- HL Automate Node: Interact with the HL Automate API for contacts, locations, and users, with dynamic options and credential-based authentication.
Project Structure
nodes/— Node implementations, grouped by integrationcredentials/— Custom credential types for API authenticationdist/— Build output (ignored in git)gulpfile.js— Copies icons todist/during build
Installation
Follow the n8n community node installation guide.
Development
- Build:
npm run build(cleans, compiles, copies icons) - Watch:
npm run dev(TypeScript watch mode) - Lint:
npm run lint(n8n custom ESLint rules) - Format:
npm run format(Prettier) - Prepublish:
npm run prepublishOnly(build + lint with stricter rules)
Usage
After installation, the custom nodes will appear in the n8n editor. Configure credentials as required for each node.