Traducción en progreso: Esta página muestra el contenido en inglés mientras finalizamos la traducción al español.
Native Zapier integration for Rhombus. Create automated workflows triggered by camera events, door activity, button presses, and sensor alerts. No-code alternative to webhook integrations.
Quick Start
Connect in Zapier
Search “Rhombus” in Zapier, authenticate with your API key
Create Zap
Choose trigger → Configure action → Test → Activate
Available Triggers
| Trigger | Type | Description |
|---|
| New Rule Event | Instant | Fires when Rhombus Rules Engine condition is satisfied |
| New Button Event | Instant | Button device pressed (e.g., panic button) |
| New Door Sensor Event | Instant | Door open/close/forced events |
| New Environment Sensor Event | Instant | Temperature, humidity, air quality alerts |
| New Audit Record | Polling | Security event audit logs created |
| New Camera Clip | Polling | Video clip saved to library |
| New Custom Footage Seekpoint | Polling | Custom marker added to video timeline |
Instant triggers use webhooks (real-time). Polling triggers check every 1-15 minutes depending on plan.
Available Actions
| Action | Description | Key Parameters |
|---|
| Unlock Door | Remotely unlock access-controlled door | Door ID, duration |
| Create Clip | Save video clip from camera | Camera, start/end time, title |
| Create Live Stream | Generate shareable stream URL | Camera, expiration, password |
| Reboot Camera | Restart camera device | Camera ID |
| Toggle Privacy Mode | Enable/disable camera feed visibility | Camera ID, state |
| Play Audio | Broadcast audio message | Gateway ID, audio file |
| Create Seekpoint | Add timeline marker to footage | Camera, timestamp, label |
| Update Camera Config | Modify camera settings | 20+ configuration options |
| Toggle Audio Recording | Enable/disable audio capture | Gateway ID, state |
Authentication
# Get API key
https://console.rhombussystems.com/settings/api-management/
# Use in Zapier connection
API Key: YOUR_RHOMBUS_API_KEY
API keys have full account permissions. Treat as passwords.
Common Patterns
Emergency Alerts
Button Press (Instant) → Zapier → Multiple Actions
1. Send SMS via Twilio
2. Post to Slack #security
3. Create ServiceNow ticket
4. Email security team
Access Automation
Google Form Submit → Zapier → Rhombus
1. Visitor submits check-in form
2. Unlock door for 2 minutes
3. Play welcome message via audio gateway
4. Log entry in Google Sheets
Incident Logging
Door Forced Event (Instant) → Zapier → Logging
1. Capture door event data
2. Create video clip of incident
3. Log to Google Sheets/Airtable
4. Send alert to security channel
Scheduled Maintenance
Schedule by Zapier → Rhombus Actions
1. Weekly trigger at 3 AM
2. Reboot cameras in sequence
3. Toggle privacy mode during maintenance
4. Send completion report
| Feature | Purpose | Rhombus Use Case |
|---|
| Filters | Conditional execution | Only alert if event type = “forced entry” |
| Paths | Branch workflows | Route different door events to different teams |
| Multi-Step | Chain multiple actions | Alert → Create clip → Log → Notify |
| Delay | Time between actions | Wait 30 seconds before unlocking door |
| Formatter | Transform data | Format timestamps, parse JSON |
Pricing
| Plan | Tasks/Month | Zaps | Polling Interval | Use Case |
|---|
| Free | 100 | 5 | 15 min | Testing |
| Starter | 750 | 20 | 15 min | Small setups |
| Professional | 2,000+ | Unlimited | 1-2 min | Production |
| Team/Enterprise | Custom | Unlimited | 1 min | Large deployments |
Each trigger fire = 1 task. Multi-step Zaps count each action as 1 task. Example: Button press → 3 actions = 3 tasks.
Troubleshooting
| Issue | Solution |
|---|
| Auth fails | Verify API key active at console.rhombussystems.com |
| Trigger not firing | Check Zap history; verify event occurring in Rhombus Console; check polling interval |
| Action fails | Review Zap history errors; verify required fields populated; test individually |
| Instant triggers delayed | Webhook delivery can take 1-30 seconds; check Zapier webhook logs |
| Polling triggers slow | Free/Starter: 15 min intervals; Upgrade for faster polling |
Instant vs Polling Triggers
| Type | Triggers | Speed | How It Works |
|---|
| Instant | Rule Event, Button, Door, Environment Sensor | 1-30 sec | Rhombus sends webhook to Zapier when event occurs |
| Polling | Audit Record, Clip, Seekpoint | 1-15 min | Zapier checks Rhombus API on schedule |
Use instant triggers for time-sensitive alerts (panic buttons, door forced). Use polling for logging and reporting.
When to Use Zapier vs Webhooks
| Use Zapier When | Use Native Webhooks When |
|---|
| Need visual workflow builder | Writing custom code anyway |
| Connecting to 3rd party apps | Handling webhooks internally |
| No developer resources | Need sub-second latency |
| Rapid prototyping | Complex data transformations |
| Team collaboration via UI | Webhook-native architecture |
See Webhook Listener Implementation for native webhook setup.
Resources