WAHA - WhatsApp HTTP API

WAHA - WhatsApp HTTP API 

WhatsApp HTTP API you can run in a click!

2 125subscribers

53posts

WAHA 2026.8 - Extend WAHA, Group Join Requests, Stickers

https://waha.devlike.pro/blog/waha-2026-8/

🛠️ Extend WAHA - Apps, Modules, Plugins

Want to add your own functionality to WAHA - an integration with an external product, a region-specific behavior, a metric, a low-level tweak in the message flow?
We’ve documented how to extend WAHA - four extension layers, ordered from the most preferred to the last resort - pick the highest layer that fits:
  • 🧩 Apps - new functionality on top of WAHA, attached per session - like ChatWoot or Brazilian Phone Numbers.
  • 📦 Modules - a product-wide capability, enabled and configured via environment variables - like Prometheus metrics or Webhooks.
  • 🔌 Plugins - a low-level tweak of how requests and events flow through a session.
  • 🏭 Engines - a new core WhatsApp feature or an engine fix.
The guide builds the same Message Logger feature at every layer, with real code - folder structure, registration points, lifecycle hooks, migrations and the Dashboard part.
Right now extending WAHA means sending a pull request to the official WAHA - a PR that keeps its changes inside an app, a module or a plugin gets reviewed fast and is likely to be accepted.
Later we’re planning a more extensive way to contribute, like n8n community nodes: you publish a @{scope}/waha-app-{name} or waha-module-{name} npm package, and WAHA discovers and enables it automatically.
Read more: 🛠️ Development

🧩 Apps: Brazilian Phone Numbers

Brazilian numbers (country code 55) have the 9th digit problem - the same contact exists with and without the extra 9, so messages end up in the wrong chat or get no reply at all.
Attach the new Brazilian Phone Numbers app to a session, and WAHA resolves the correct chat id automatically before sending. It’s also a small reference app to look at if you’re building your own.
Read more: Brazilian Phone Numbers#2180

👥 Group Join Requests

You can now manage groups where admins must approve new members - read and update the setting via API
Read more: 👥 Groups#2200

📤 Send Stickers

You can now send stickers
The file must already be in WebP format (via URL or BASE64) - PNG and JPEG are not converted.
Read more: 📤 Send messages#1287

🔍 Observability - Prometheus

WAHA can now expose Prometheus metrics - sessions and their statuses, engine and build info.
Read more: 🔍 Observability#2245

🔎 Observability - Tracing

WAHA now uses OpenTelemetry trace context to correlate logs with HTTP requests: every log line gets trace_id and span_id fields, and every HTTP response carries a traceparent header, so you can find all the logs for a single API call (if the client sends its own traceparent - WAHA continues that trace).
Read more: 🔍 Observability

📈 Message Capping and Timelock

WhatsApp enforces a per-cycle quota on how many new contacts an account may message - once the account is capped, sends fail with server returned error 475 while the session looks perfectly fine.
WAHA now exposes the Message Capping state - fetch the current quota from WhatsApp on demand
You also get it in the me.messageCapping field and in session.status events when the state changes.
The ⏳ Reachout Timelock from 2026.7 got the same on-demand endpoint (GOWS, NOWEB, WEBJS), and GOWS now refreshes the timelock state right when a send fails with error 463:
Read more: ⚙️ Sessions#2186, #2219

🖼️ Media Download Control

You can now control media downloading separately for events (webhooks, websockets) and API calls - globally via env vars, per mimetype, and per request with query parameters
Read more: ⚙️ Configuration#2211

🆕 Changelog

Check out the full list of updates in the 🆕 WAHA 2026.8 Changelog and stay tuned for more!
Subscription levels1

Community

$4.4 per month
It's the COMMUNITY that made WAHA possible in the first place, and your contribution is what keeps it alive and growing 🌱 🫶🏻
Nothing extra in return - everything is FREE and available for everyone.
This tier offers no perks, just a way to support the work.
Go up