# Penjelasan Event Webhook Logs n8n

Jika Kamu mengaktifkan n8n di WatZap, pada bagian Webhook Logs, maka akan muncul beberapa event yang mana setiap event memiliki arti yang berbeda. Berikut penjelasan event nya.

* **Session Status** = Perubahan status sesi WhatsApp
* **Message** = Pesan masuk atau keluar
* **Message Reaction** = Reaksi emoji pada pesan
* **Message Any** = Semua aktivitas di WhatsApp
* **Message ACK** = Status kirim pesan (terkirim, sampai, dibaca)
* **Message Waiting** = Pesan yang masih menunggu untuk dikirim
* **Message Revoked** = Pesan yang dihapus/ditarik kembali
* **State Change** = Perubahan koneksi WhatsApp
* **Group Join** = Ada user masuk grup
* **Group Leave** = Ada user keluar grup
* **Group V2 Update** = Perubahan info/pengaturan grup
* **Group V2 Participants** = Peserta grup ditambah atau dihapus
* **Presence Update** = Status online/offline seseorang
* **Poll Vote** = User melakukan vote di polling
* **Poll Vote Failed** = Vote polling gagal
* **Chat Archive** = Chat dipindahkan ke arsip
* **Call Received** = Ada panggilan masuk
* **Call Accepted** = Panggilan diterima
* **Call Rejected** = Panggilan ditolak
* **Label Upsert** = Label dibuat atau diubah
* **Label Deleted** = Label dihapus
* **Label Chat Added** = Label ditambahkan ke chat
* **Label Chat Deleted** = Label dihapus dari chat
* **Engine Event** = Event internal dari sistem WhatsApp


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/penjelasan-event-webhook-logs-n8n.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
