Contoh Event JSON

Envelope event standar untuk analytics dan webhook.

Contoh

{
  "id": "evt_1001",
  "type": "user.signed_up",
  "createdAt": "2026-08-15T08:00:00Z",
  "actor": {"id": 42, "name": "Ada"},
  "target": {"id": 101, "type": "workspace"}
}

Penjelasan

Jaga tipe konsisten agar mudah dirutekan.