Automate Rhombus API operations using Make.com’s (formerly Integromat) visual workflow builder. Alternative to writing custom code for common integration patterns.Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Quick Start
Get API Key
Generate API key at Rhombus Console → Settings → API Management
Available Modules
Access Control
| Module | Function | API Equivalent |
|---|---|---|
| Add Users to Group | Add users to access control groups | POST /api/accesscontrol/addUsersToAccessControlGroup |
| Create Group | Create new access control group | POST /api/accesscontrol/createAccessControlGroup |
| Assign Credential | Assign unassigned credential to user | POST /api/accesscontrol/assignUnassignedCredential |
| Delete User | Remove user from organization | DELETE /api/user/deleteUser |
Camera & Video
| Module | Function | API Equivalent |
|---|---|---|
| Create HTTP Stream | Generate raw HTTP video stream | POST /api/camera/createRawHttpStream |
| Create Seekpoint | Add custom marker to video timeline | POST /api/camera/createCustomSeekpoint |
| Get AI Thresholds | Retrieve AI confidence thresholds | GET /api/camera/getAINormalizedConfidenceThresholds |
| Get Hardware Details | Fetch camera hardware specifications | POST /api/camera/getHardwareDetailsForMultipleCameras |
Sensors
| Module | Function | API Equivalent |
|---|---|---|
| Get BLE Base Stations | Retrieve Bluetooth sensor base stations | GET /api/sensor/getBaseStationsForBleSensors |
Universal
| Module | Function |
|---|---|
| Make API Call | Execute any Rhombus API endpoint with custom parameters |
All modules map to Rhombus REST API endpoints. See API Reference for detailed endpoint documentation.
Authentication
Generate your API key in the Rhombus Console.
Common Patterns
Employee Onboarding
Video Stream Integration
Temporary Access
Make.com Platform Features
| Feature | Purpose |
|---|---|
| Routers | Branch workflows based on conditions |
| Filters | Execute modules conditionally |
| Iterators | Process arrays item-by-item |
| Aggregators | Combine multiple operations |
| Error Handlers | Catch and handle failures |
| Webhooks | Trigger scenarios from external events |
Pricing
For current pricing details, see Make Pricing.Troubleshooting
| Issue | Solution |
|---|---|
| Auth fails | Verify API key is active at console.rhombussystems.com |
| Module errors | Check execution history for error details; verify required fields |
| Rate limits | Add delays between operations if hitting limits. See Rate Limits for current limits. |
| Data mapping | Use Make.com’s data structure viewer; verify field paths |
When to Use Make vs Custom Code
| Use Make.com When | Write Custom Code When |
|---|---|
| Standard CRUD operations | Complex business logic required |
| Connecting existing apps | Building custom UI/UX |
| No-code team members | Need sub-second latency |
| Rapid prototyping | Highly customized workflows |
| Visual workflow preferred | Version control critical |
Resources
Rhombus API Docs
800+ endpoints with request/response examples
Make.com Docs
Platform documentation and tutorials
API Console
Generate and manage API keys
Make Community
Community support and examples