Every Connect event streamed to your backend — thread lifecycle, messages with translations, participant changes, Supervisor interventions and escalations.
Connect emits webhooks for everything that happens in a thread, so your backend can mirror messages into your own systems, trigger ops flows on escalations, and audit Supervisor activity. Configure endpoints in Settings → Webhooks — Connect events share the delivery pipeline, retry policy, and svix-signature HMAC verification used by all OpenCX webhooks.
Going headless (your own chat UI)? Subscribe to connect.message.created and render from the translations map for each viewer’s language — the same data the drop-in component uses.
Webhook event types
Signature verification, retries, and the platform-wide event catalog.