npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@waberes/n8n-nodes-waberes

v0.0.2

Published

WABeres WhatsApp API node for n8n

Readme

n8n-nodes-waberes


English

What is WABeres?

WABeres is a WhatsApp API gateway service built for indie developers, freelancers, and agencies in Indonesia. This community node lets you integrate WABeres into your n8n workflows without manually setting up HTTP requests or handling HMAC signature signing.

Installation

In your n8n instance, go to Settings → Community Nodes → Install and enter:

n8n-nodes-waberes

Note: Your n8n instance must have community nodes enabled. For self-hosted instances, set the environment variable N8N_COMMUNITY_PACKAGES_ENABLED=true.

Credentials

You will need to create a WABeres API credential with the following fields:

| Field | Description | |---|---| | Base URL | Your WABeres API base URL | | API Key | Your WABeres API key | | Secret Key | Your WABeres secret key for request signing and verify webhook |

Operations

Resource: Message

| Operation | Description | |---|---| | Send Text | Send a text message to a WhatsApp number | | Send Chat Presence | Send a typing indicator (start or stop) to a WhatsApp number |

Resource: Webhook

| Operation | Description | |---|---| | Verify Signature | Verify the HMAC-SHA256 signature of an incoming WABeres webhook |

Example Workflow

A typical webhook workflow looks like this:

Webhook (n8n built-in) → WABeres: Verify Signature → your logic → WABeres: Send Text

The Verify Signature operation will throw an error and stop the workflow if the signature is invalid, so you don't need to add extra IF nodes to handle invalid requests.

Documentation

Full API reference and guides: waberes.mintlify.app


Indonesia

Apa itu WABeres?

WABeres adalah layanan WhatsApp API gateway yang dibangun untuk indie developer, freelancer, dan agensi di Indonesia. Community node ini memungkinkan kamu mengintegrasikan WABeres ke dalam workflow n8n tanpa perlu setup HTTP request secara manual atau mengurus HMAC signature signing sendiri.

Instalasi

Di instance n8n kamu, buka Settings → Community Nodes → Install dan masukkan:

n8n-nodes-waberes

Catatan: Instance n8n kamu harus mengizinkan community nodes. Untuk self-hosted, tambahkan environment variable N8N_COMMUNITY_PACKAGES_ENABLED=true.

Credentials

Buat credential WABeres API dengan field berikut:

| Field | Keterangan | |---|---| | Base URL | Base URL WABeres API kamu | | API Key | API key WABeres kamu | | Secret Key | Secret key untuk request signing dan verifikasi webhook |

Operasi

Resource: Message

| Operasi | Keterangan | |---|---| | Send Text | Kirim pesan teks ke nomor WhatsApp | | Send Chat Presence | Kirim indikator mengetik (start atau stop) ke nomor WhatsApp |

Resource: Webhook

| Operasi | Keterangan | |---|---| | Verify Signature | Verifikasi HMAC-SHA256 signature dari webhook WABeres yang masuk |

Contoh Workflow

Workflow webhook yang umum dipakai:

Webhook (bawaan n8n) → WABeres: Verify Signature → logika kamu → WABeres: Send Text

Operasi Verify Signature akan melempar error dan menghentikan workflow jika signature tidak valid, jadi kamu tidak perlu menambahkan IF node tambahan untuk menangani request yang tidak valid.

Dokumentasi

Referensi API lengkap dan panduan: waberes.mintlify.app