Documentation
Visitor Management Webhooks
Visitor Management API
Getting Started
Overview
API Reference
Logs
Get filtered Events logs
Accesses
Create new QR Access
Users
Create new Property Manager
Update existing Property Manager
External Visits
External NFC Visit
Visitor Management Webhooks
Getting started with webhooks
Security & Signature Verification
Work Permit DAMAC integration
API
Create contractor
Revoke contractor
Create NOC / fit-out permit
Get permit (reconciliation)
Update permit — dates / NOC
Revoke or reissue a permit pass
Webhooks
passes.permits.issued
passes.permits.updated
passes.permits.expiring
passes.permits.expired
passes.permits.scanned
passes.permits.firstScanned
passes.permits.lastScanned
communityContractors.approved
communityContractors.removed
Visitor Management Webhooks
Getting started with webhooks
Welcome to the Buzzin webhook documentation. This guide will help you integrate with our webhook system to receive real-time event notifications about property access events.
Key Features
#
Real-time notifications
: Receive events as they happen
Secure delivery
: HMAC SHA-256 signature verification
Reliable delivery
: Retry mechanism with custom backoff strategy
Rich event data
: Comprehensive information about each access event
To receive webhooks, you need to:
#
1.
Set up a public HTTPS endpoint that can receive POST requests
2.
Configure your webhook URL and secret in the Buzzin system
3.
Implement signature verification for security
Previous
External NFC Visit
Next
Security & Signature Verification