n8n-nodes-gohighlevel
v1.2.9
Published
n8n node for GoHighLevel API v2
Downloads
919
Maintainers
Readme
n8n-nodes-gohighlevel
This is a n8n community node for GoHighLevel API v2. It provides comprehensive integration with GoHighLevel's features including contacts, companies, opportunities, forms, funnels, and messaging capabilities.
Installation
In n8n:
npm install n8n-nodes-gohighlevel
Development:
# Clone repository
git clone https://github.com/akpenou/n8n-nodes-gohighlevel.git
# Install dependencies
npm install
# Build
npm run build
# Development mode
npm run dev
Version Management
This package follows semantic versioning (MAJOR.MINOR.PATCH):
- MAJOR: Breaking changes
- MINOR: New features without breaking changes
- PATCH: Bug fixes
To update version:
- Update
version
inpackage.json
- Run
npm run build
- Commit changes with message "Release vX.X.X"
- Create GitHub release
- Run
npm publish
Node Types
1. GoHighLevel Node
Regular node for API operations. See Node Documentation
2. GoHighLevel Trigger
Webhook trigger node for real-time events. See Webhook Documentation
3. Authentication
OAuth2 credentials for secure API access. See Credentials Documentation