Package Information
Available Nodes
Documentation
n8n-nodes-halopsacomplete
An n8n community node for integrating with HaloPSA API.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-halopsacomplete
Prerequisites
- HaloPSA instance with API access
- OAuth 2.0 Client ID and Client Secret from HaloPSA
- Your HaloPSA base URL (e.g., https://your-domain.halopsa.com)
Setup
Setting up OAuth 2.0 in HaloPSA
- Log into your HaloPSA instance
- Navigate to Configuration > Integrations > HaloPSA API
- Create a new OAuth 2.0 Client Application
- Set the Grant Type to "Client Credentials"
- Configure the appropriate scopes (recommend "all" for full access)
- Note down the Client ID and Client Secret for use in n8n
Configuring Credentials in n8n
- Base API URL: Your HaloPSA instance URL (e.g., https://your-domain.halopsa.com)
- Client ID: OAuth 2.0 Client ID from HaloPSA
- Client Secret: OAuth 2.0 Client Secret from HaloPSA
- Scope: OAuth 2.0 scope (default: "all" for full API access)
Supported Operations
Tickets
Complete CRUD operations for HaloPSA tickets with comprehensive filtering options.
Clients
Manage client records including creation, updates, and retrieval.
Ticket Types
Configure and manage ticket type definitions.
Ticket Statuses
Manage ticket status configurations and workflows.
Invoices
Comprehensive invoice management with CRUD operations, line item updates, and voiding capabilities.
Agents
Manage agent records with extensive filtering options for departments, teams, roles, and permissions.
Timesheet
Track work hours with timesheet management including creation, updates, and time tracking.
Timesheet Events
Manage individual timesheet events and time entries within timesheets.
Sites
Manage client site locations with comprehensive filtering and detailed information retrieval.
Resources
License
MIT