Overview
N8N is a powerful workflow automation tool. Here’s how to set up automatic device syncing from your RMM to SPHUD.Example Workflow
This workflow syncs devices from your RMM to SPHUD every night.Step 1: Fetch Devices from RMM
Add an HTTP Request node to fetch devices from your RMM’s API.Step 2: Transform Data
Add a Code node to transform RMM data into SPHUD format:Step 3: Send to SPHUD
Add another HTTP Request node to import devices into SPHUD:Replace
cust-uuid-1234 with your actual customer ID from the List Customers endpoint.Step 4: Schedule It
Add a Schedule Trigger node at the start:Complete Workflow
Your N8N workflow should look like this:Error Handling
Add an Error Trigger node to handle failures:Advanced: Multi-Customer Sync
To sync devices for multiple customers, add a loop:- Fetch Customers from SPHUD
- Loop through each customer
- Fetch Devices for that customer from RMM
- Transform and Import to SPHUD
Other Automation Tools
The same logic applies to other automation platforms:Zapier
Use webhooks and code steps similar to N8N
Make (Integromat)
Visual workflow builder with HTTP modules
PowerAutomate
Microsoft’s automation platform for M365 users
Custom Scripts
Use Python, Node.js, or PowerShell with HTTP requests
Need Help?
Contact Support
Questions about integrations? We can help you set it up.
