# How to Add Webhook Platform to Your Facebook App

### **Add the Webhook Platform to your Facebook App**

Klik tombol **'Product'**.

![Add Product](/files/YAuLxcxN3WYN1VzfJpja)

Dari halaman daftar produk, klik tombol **'Set Up'** pada produk **'Webhook'**. Webhook Platform akan ditambahkan ke app Anda, dan akan menampilkan settings console dari Webhook.

![Set Up Webhook](/files/j4LWggqA6M3yS5Hyl2ew)

### **Configure the Webhook for your App**&#x20;

Sebelum menyiapkan webhook, pastikan channel Facebook Anda online. Jika channel Facebook Anda sedang offline, Anda tidak akan dapat memverifikasi dan menyimpan webhook yang telah Anda konfigurasikan.

![Channel Connector](/files/hzqz1Tpy6GKBBHMh6H5b)

Pilih kategori webhooks, contoh pilih kategori **Page**. Kemudian, klik tombol **'Subscribe to this object'**.

{% hint style="info" %}
Jika Anda sudah menambahkan webhook pada langkah ['How to add messenger platform to Your Facebook App'](/5.3.0-id/integration/chanel-connector/facebook/how-to-add-messenger-platform-to-your-facebook-app.md#configure-the-webhook-for-your-app), maka Anda tidak perlu untuk mengedit page subscription.&#x20;
{% endhint %}

![Webhook Category](/files/ecZaCgI6UfUbxUZkwk7R)

Di pop-up '**Edit Page Subscription'**. Ini akan membuat app Anda berlangganan untuk menerima webhooks event untuk Page tersebut.

![Edit Page Subscription](/files/298gGlDo5r7dLX5MtXft)

Pada field **'Callback URL'**, copy dan paste public URL untuk webhook Anda.

![Callback URL](/files/cj3v2gJIkaqdtXZaJ3tG)

Public URL tersebut didapatkan ketika Anda telah selesai membuat channel Facebook pada aplikasi kami. Anda dapat menyalin url dengan mengklik tombol **'Channel Copy URL'** seperti gambar dibawah ini.&#x20;

{% hint style="warning" %}
Channel URL harus sudah ditambahkan port. Silahkan lihat halaman [ini](/5.3.0-id/integration/chanel-connector/facebook/create-a-new-channel-of-facebook.md) untuk menambahkan port.&#x20;
{% endhint %}

![Channel Copy URL](/files/i1ryebo5xPWbXXpUN9i5)

Di field **'Verify Token'**, masukkan verify token untuk webhook Anda. Klik tombol **'Verify and Save'**.

![Verify Token](/files/fBOdKmfZ05jGB0gldRYK)

Klik tombol '**Subscribe'** pada '**feeds'**, '**pictures'**, **'ratings',** dan **'videos'.**

<figure><img src="/files/IpvvbkQx76RAvqlhz6Z3" alt=""><figcaption><p>Webhook Subscribe</p></figcaption></figure>


---

# 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.3dolphins.ai/5.3.0-id/integration/chanel-connector/facebook/how-to-add-webhook-platform-to-your-facebook-app.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.
