UniFi Site Manager n8n node

(n8n-nodes-unifi-sitemanager)

Last updated: October 14, 2025

npm link
GitHub link

Operations

Hosts

  • Get Many - Retrieve a list of many hosts associated with your UI account.
  • Get - Get detailed information about a specific host by ID

Sites

  • Get Many - Retrieve a list of many sites from hosts running the UniFi Network application

Devices

  • Get Many - Retrieve a list of UniFi devices managed by hosts where your UI account is owner or super admin
    • Filter by specific host IDs
    • Filter by last processed timestamp. This property is a bit vague and of little utility. It seems to be the last time the Site Manager system got an update regarding this device.

ISP Metrics

  • Get - This endpoint is in early access, but I’ve included it here so you can try it out without reading the UniFi documentation. It might break in the future or have limited usability, etc.

Functionality

The Return All implements pagination. Be careful if you have a lot of endpoints.

Credentials

This node uses API key authentication to connect to the UniFi Site Manager API.

For detailed instructions, see the UniFi Site Manager API Getting Started Guide.

Example Workflow

Recommend using the Split Out node on the devices field to get a better array for processing. See workflow

Resources