Skip to main content
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

1

Get API Key

Generate at Rhombus Console β†’ Settings β†’ API Management
2

Connect in Zapier

Search β€œRhombus” in Zapier, authenticate with your API key
3

Create Zap

Choose trigger β†’ Configure action β†’ Test β†’ Activate

Available Triggers

TriggerTypeDescription
New Rule EventInstantFires when Rhombus Rules Engine condition is satisfied
New Button EventInstantButton device pressed (e.g., panic button)
New Door Sensor EventInstantDoor open/close/forced events
New Environment Sensor EventInstantTemperature, humidity, air quality alerts
New Audit RecordPollingSecurity event audit logs created
New Camera ClipPollingVideo clip saved to library
New Custom Footage SeekpointPollingCustom marker added to video timeline
Instant triggers use webhooks (real-time). Polling triggers check every 1-15 minutes depending on plan.

Available Actions

ActionDescriptionKey Parameters
Unlock DoorRemotely unlock access-controlled doorDoor ID, duration
Create ClipSave video clip from cameraCamera, start/end time, title
Create Live StreamGenerate shareable stream URLCamera, expiration, password
Reboot CameraRestart camera deviceCamera ID
Toggle Privacy ModeEnable/disable camera feed visibilityCamera ID, state
Play AudioBroadcast audio messageGateway ID, audio file
Create SeekpointAdd timeline marker to footageCamera, timestamp, label
Update Camera ConfigModify camera settings20+ configuration options
Toggle Audio RecordingEnable/disable audio captureGateway 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

Zapier Platform Features

FeaturePurposeRhombus Use Case
FiltersConditional executionOnly alert if event type = β€œforced entry”
PathsBranch workflowsRoute different door events to different teams
Multi-StepChain multiple actionsAlert β†’ Create clip β†’ Log β†’ Notify
DelayTime between actionsWait 30 seconds before unlocking door
FormatterTransform dataFormat timestamps, parse JSON

Pricing

PlanTasks/MonthZapsPolling IntervalUse Case
Free100515 minTesting
Starter7502015 minSmall setups
Professional2,000+Unlimited1-2 minProduction
Team/EnterpriseCustomUnlimited1 minLarge deployments
Each trigger fire = 1 task. Multi-step Zaps count each action as 1 task. Example: Button press β†’ 3 actions = 3 tasks.

Troubleshooting

IssueSolution
Auth failsVerify API key active at console.rhombussystems.com
Trigger not firingCheck Zap history; verify event occurring in Rhombus Console; check polling interval
Action failsReview Zap history errors; verify required fields populated; test individually
Instant triggers delayedWebhook delivery can take 1-30 seconds; check Zapier webhook logs
Polling triggers slowFree/Starter: 15 min intervals; Upgrade for faster polling

Instant vs Polling Triggers

TypeTriggersSpeedHow It Works
InstantRule Event, Button, Door, Environment Sensor1-30 secRhombus sends webhook to Zapier when event occurs
PollingAudit Record, Clip, Seekpoint1-15 minZapier 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 WhenUse Native Webhooks When
Need visual workflow builderWriting custom code anyway
Connecting to 3rd party appsHandling webhooks internally
No developer resourcesNeed sub-second latency
Rapid prototypingComplex data transformations
Team collaboration via UIWebhook-native architecture
See Webhook Listener Implementation for native webhook setup.

Resources