Back to Nodes

UniFi Site Manager

Last updated Oct 3, 2025

n8n community node to work with the UniFi Site Manager API

6 Weekly Downloads
24 Monthly Downloads

Included Nodes

UniFi Site Manager

Description

n8n-nodes-unifi-sitemanager

This is an n8n community node. It lets you use UniFi Site Manager in your n8n workflows.

I built it to test out declarative n8n nodes, but wanted to share it. Shoutout to r/msp. You can reach me at u/j0dan there.

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.

    Get All Devices Example

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.

Example workflow

Split out devices

Resources