# Webhook Integration

Fitur **Webhook** di Cekat AI memungkinkan kamu untuk menerima data secara real-time dari aktivitas pengguna yang terjadi di platform Cekat, seperti saat ada chat baru masuk, percakapan selesai, atau perubahan status lainnya. Dengan webhook, kamu dapat menghubungkan Cekat AI ke sistem internalmu sendiri—seperti CRM, sistem notifikasi, atau database perusahaan.

**Cara Akses Webhook**

1. Masuk ke **Setting**
2. Pilih **Developer and API Setting**
3. Lalu klik tab **Webhooks**

   <figure><img src="/files/p6zXthShKyMLdxfyBEaZ" alt=""><figcaption></figcaption></figure>

**Fitur Utama:**

1. **Custom Webhook URL**\
   Kamu bisa memasukkan URL endpoint milikmu sendiri untuk menerima data dari Cekat.

   <figure><img src="/files/e19elrbHUqQhgbqeyUQl" alt="" width="375"><figcaption></figcaption></figure>
2. **Filter Berdasarkan Inbox**\
   Kamu bisa memilih webhook hanya aktif untuk inbox tertentu.\
   Contoh: Kamu hanya ingin webhook berjalan jika ada chat baru di inbox “Cekat AI Official”.
3. **Pilih Trigger Event**\
   Beberapa contoh trigger yang bisa dipilih:
   * Conversation Created → ketika ada orang baru yang ngechat
   * Conversation Resolved → ketika percakapan diselesaikan
   * Message Received / Message Sent
   * Contact updated,
   * &#x20;dan lainnya


---

# 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.cekat.ai/docs/features-and-content-management/webhook-integration.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.
