Back to Nodes

HL Automate

Last updated Oct 22, 2025

Automate GoHighlevel with n8n via HlAutomate

1 Weekly Downloads
19 Monthly Downloads

Included Nodes

HL Automate
HL Automate V2

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 integration
  • credentials/ — Custom credential types for API authentication
  • dist/ — Build output (ignored in git)
  • gulpfile.js — Copies icons to dist/ 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.

Resources