# Cara Integrasi WatZap dengan n8n

**WatZap x n8n** adalah solusi integrasi otomatisasi yang menghubungkan platform WhatsApp (melalui WatZap) dengan n8n, sebuah open-source workflow automation tool.&#x20;

Dengan kombinasi ini, bisnis bisa membuat alur kerja otomatis yang fleksibel, tanpa perlu coding yang rumit.

Selain itu, melalui fitur WatZap x n8n, WhatsApp Kamu bisa menjadi pusat aktivitas bisnis, mulai dari penerimaan order, follow-up, notifikasi, hingga laporan harian semuanya berjalan otomatis. Untuk memulai integrasi WatZap dengan n8n, Kamu perlu menambahkan node WatZap pada n8n.&#x20;

**Node WatZap** adalah sebuah ekstensi khusus di n8n yang berfungsi sebagai penghubung antara WhatsApp (melalui WatZap) dengan berbagai aplikasi atau layanan lain yang ingin diotomatisasi.

Sebelum install node WatZap, pastikan n8n sudah terpasang dengan benar di server Kamu. Ada beberapa cara install node WatZap yang bisa Kamu pilih, seperti melalui **Community Nodes**, **docker**, dan **server lokal.**

Jika n8n sudah terpasang, cara menambahkan atau meng-install node WatZap di n8n seperti berikut:

Pertama, kunjungi website npmjs [**n8n-nodes-watzap**](https://www.npmjs.com/package/n8n-nodes-watzap)**.**&#x20;

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

Jika ingin install melalui di n8n, Kamu bisa kunjungi menu Settings terlebih dahulu dengan klik icon titik 3 yang ada di bagian profile bawah kiri ini.

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

Lalu pilih **Settings**.

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

Selanjutnya, kunjungi menu **Community Nodes.**

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

Klik tombol **Install a community node**.

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

Kemudian, masukkan "**n8n-nodes-watzap"** ke dalam kolom, ceklis persetujuannya, dan klik tombol **Install**.

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

Tunggu proses install-nya sampai selesai. Jika proses instalasi berhasil, maka akan muncul tampilan WatZap node seperti ini.

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

Dengan begitu, maka node WatZap sudah berhasil selesai di install.&#x20;

Langkah selanjutnya adalah melakukan setup API Key, Number Key, dan koneksi awal.&#x20;

Sebelum setup, [**koneksikan nomor**](/help/integrations/menambahkan-nomor-wa-untuk-api.md) Kamu di menu **WhatsApp** -> **API**. Pastikan statusnya **Online** supaya bisa mendapatkan **Number Key**.

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

Kemudian, kunjungi menu **n8n** dan copy **API Key** nya.

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

Selanjutnya, buka **workflow n8n** Kamu. Gunakan node **WatZap Triggers** yang berfungsi sebagai pemicu (trigger) dalam sebuah workflow di n8n.&#x20;

Artinya, setiap kali ada aktivitas tertentu yang terjadi di WhatsApp melalui WatZap, node ini akan mengaktifkan workflow secara otomatis tanpa perlu intervensi manual.

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

Gunakan **node WatZap Triggers** seperti ini.

<figure><img src="/files/0MIxgh4D0qos2NnMZayu" alt=""><figcaption></figcaption></figure>

Setelah itu, klik 2x node WatZap Triggers nya. Klik dropdown **Credential to connect with**, lalu pilih **+Create new credential**.

<figure><img src="/files/14wFh54Az9ryWL4V9wJk" alt=""><figcaption></figcaption></figure>

Kemudian paste atau masukkan **API Key** nya dan klik tombol **Save**.

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

Maka akan muncul notifikasi berhasil seperti ini.

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

Selesai. Kamu sudah berhasil integrasikan WatZap dengan n8n.


---

# 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/cara-integrasi-watzap-dengan-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.
