🔌 ChatDaKenh Widget — Dev Preview

This page simulates a customer website with the widget embedded.

Embed Code

<script 
  src="https://cdn.chatdakenh.com/widget.js"
  data-widget-id="YOUR_WIDGET_ID"
  data-api-url="http://localhost:3003/api/v1"
  data-ws-url="http://localhost:3001"
  async></script>

Manual Init

window.ChatDaKenh.init({
  widgetId: 'YOUR_WIDGET_ID',
  apiUrl: 'http://localhost:3003',
  wsUrl: 'http://localhost:3001',
})

🔐 Test Visitor Identify (HMAC)

Dán identity_hash do backend của bạn tính (HMAC-SHA256 của user_identifier ký bằng api_secret). Widget phải đã được khởi tạo trước (đã thấy chat bubble).