Skip to main content

Webhook Events

Zenoo sends webhook events to your configured endpoint when significant actions occur in the CLM platform. Use webhooks to build real-time integrations, trigger workflows, and keep external systems in sync.

Event delivery

Always verify the X-Zenoo-Signature header before processing webhook payloads. See the signature verification section below.

Event types

Case events

Alert events

Check events

Risk events

SLA events

Common envelope

Every webhook event uses this envelope structure:

Event payloads

case.created

case.status_changed

case.closed

case.escalated

alert.created

alert.resolved

alert.escalated

alert.ai_research_completed

check.completed

check.failed

risk_assessment.completed

risk_assessment.approved

sla.warning

sla.breached

Signature verification

Verify the webhook signature to ensure the payload is authentic:

Next steps