Webhook event reference

Full list of events you can subscribe to. Each event delivers the full corresponding resource object in the data field of the webhook payload.

All events

NameTypeRequiredDescription
alert.createdAlertNoA new security alert was detected.
alert.severity_changedAlertNoAlert severity was upgraded or downgraded.
alert.acknowledgedAlertNoAlert was acknowledged by an analyst or via API.
alert.resolvedAlertNoAlert was resolved.
alert.escalatedAlertNoAlert was escalated to Sentinel.
incident.createdIncidentNoA new incident was opened by Sentinel or manually.
incident.action_takenIncidentNoA response action was executed against the incident.
incident.containedIncidentNoIncident status changed to contained.
incident.resolvedIncidentNoIncident was resolved and closed.
incident.note_addedIncidentNoAn analyst note was added to the incident.
device.enrolledDeviceNoA new device was enrolled into HomeBase.
device.isolatedDeviceNoA device was isolated from the network.
device.deisolatedDeviceNoA device was restored to full network access.
device.compliance_changedDeviceNoDevice compliance status changed.
identity.risk_score_changedIdentityNoUser risk score crossed a threshold.
identity.account_disabledIdentityNoA user account was disabled.
identity.sessions_revokedIdentityNoAll sessions for a user were revoked.
compliance.report.readyComplianceNoAn asynchronous compliance report is ready for download.
compliance.control_failedComplianceNoA compliance control dropped to failing status.
tenant.createdTenantNoA new tenant was provisioned.
tenant.suspendedTenantNoA tenant was suspended.

Subscribing to all events

Pass "events": ["*"] when registering a webhook endpoint to receive all event types. This is useful for logging pipelines but not recommended for production integrations — subscribe only to what you need.