Zerobuild Docs
Open platform/Webhooks

Webhooks

Push events from your workspace to any URL — for integrations, automations, or your own systems.

Events

Subscribe a webhook to any of:

EventFires when
conversation.createda customer starts a live chat conversation
conversation.assigneda conversation is assigned or transferred
conversation.closeda conversation is closed
message.senta message is sent
contact.created / contact.updateda contact appears or changes
document.created / document.updateda Library doc appears or changes

Security

Every delivery is signed with HMAC using your webhook's secret — verify the signature header before trusting a payload. Treat unverified deliveries as noise.

Reliability

Failed deliveries are retried with backoff. Each webhook keeps a delivery log in Settings → Webhooks — status, response code, and payload per attempt — so debugging an integration doesn't require guessing.

esc
full-text search over published docs only