> ## Documentation Index
> Fetch the complete documentation index at: https://waberes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrasi n8n

> Integrasikan WABeres dengan n8n workflows kamu menggunakan official community node.

WABeres n8n community node memungkinkan kamu mengirim pesan WhatsApp dan memverifikasi webhook signature langsung di dalam workflow n8n — tanpa perlu konfigurasi HTTP request secara manual atau mengurus HMAC signature signing sendiri.

### Yang bisa kamu lakukan

<CardGroup cols={2}>
  <Card title="Kirim Pesan" icon="message">
    Kirim pesan teks ke nomor WhatsApp manapun langsung dari workflow kamu.
  </Card>

  <Card title="Chat Presence" icon="keyboard">
    Kirim indikator mengetik agar percakapan terasa lebih natural.
  </Card>

  <Card title="Verifikasi Webhook" icon="shield-check">
    Verifikasi signature webhook dari WABeres secara otomatis.
  </Card>

  <Card title="Tanpa Manual Signing" icon="wand-magic-sparkles">
    HMAC-SHA256 request signing sudah ditangani otomatis oleh node.
  </Card>
</CardGroup>

### Kebutuhan

* Instance n8n yang sudah berjalan (self-hosted atau cloud)
* Akun WABeres dengan API key dan Secret Key yang masih aktif
* n8n versi `2.23.2` atau lebih baru

### Changelog

Untuk riwayat versi dan catatan rilis, lihat halaman npm package:

<Card title="@waberes/n8n-nodes-waberes di npm" icon="npm" href="https://www.npmjs.com/package/@waberes/n8n-nodes-waberes">
  Lihat semua versi yang telah dirilis.
</Card>
