Skip to main content
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 x-opencx-signature HMAC verification used by all OpenCX webhooks.

Events

Payloads

All events share the standard envelope: event, organization_id, data, and an ISO timestamp. connect.message.created
connect.supervisor.intervened
connect.supervisor.escalated
connect.thread.status_changed
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.

Connect API reference

The REST surface these events mirror.