Skip to content

Webhooks

Event-driven integrations for your operational stack.

Event Delivery HMAC Signing Retry Policy Delivery History Org Scope
HTTPS
Transport
HMAC-SHA256
Signing
Exponential backoff
Retries
Organization
Scope

Webhooks provide an outbound event stream from Breeze to external automation, incident, and ticketing systems.

Event-Driven Integration

Webhook subscriptions can map platform events such as device lifecycle changes, alerts, script outcomes, automation state, and policy events to external responders.

Delivery Reliability

The webhook pipeline includes:

  • signature verification support
  • retry behavior with backoff
  • delivery history and status tracking
  • configuration per organization

Security Model

Webhook security relies on signed payload validation and controlled endpoint configuration, helping teams verify authenticity before executing downstream actions.

Why Teams Use It

Webhooks are often the quickest path to integrating Breeze with existing service operations, enabling near real-time handoff from detection to response in external systems.

Common Implementation Pattern

Teams typically start by subscribing critical alert and device state events, validate signature checks in their receiver, and then expand to automation and policy events once core incident routing is stable.

This phased approach keeps integration risk low while still delivering immediate operational value.

Capabilities

Event Subscription Model

Webhook subscriptions map Breeze platform events to external automation, incident, and ticketing receivers.

HMAC-SHA256 Signing

Signed payloads allow receivers to verify authenticity before executing downstream actions.

Delivery Reliability Tracking

Retry behavior with exponential backoff and delivery history status keep integration confidence high.

Org-Scoped Configuration

Webhook endpoint setup is isolated per organization for multi-customer MSP deployments.