EN
WAHA - WhatsApp HTTP API
WAHA - WhatsApp HTTP API
618 subscribers
goals
177 of 200 paid subscribers
We'll publish "Receive media (image, files) messages to S3" in WAHA Core! https://waha.devlike.pro/docs/how-to/storages/#media---s3
2 of 3

WAHA 2025.1 - PostgreSQL support, GOWS engine and More!

https://waha.devlike.pro/blog/waha-2025-1/
🎉 We are thrilled to announce the changes we made during the WAHA 2025.1 🎉
GOWS engine 
Meet GOWS - new, fast, super-reliable and stable 🏭 Engine for your WAHA instance!
GOWS engine does not require a browser to work with WhatsApp Web, it does so directly using a WebSocket.
🚀 It’s new generation engine written in Golang, future replacement for NOWEB engine.
You can test it by setting WHATSAPP_DEFAULT_ENGINE=GOWS environment variable.
docker run -it -e "WHATSAPP_DEFAULT_ENGINE=GOWS" devlikeapro/waha
👉 Read more about GOWS, it doesn’t support all features yet, but we’re working on it!
PostgreSQL support
Now you can use PostgreSQL as a 🗄️ Storage for your WAHA instance!
It works with both 🖥️ Session Storage and 🖼️ Media Storage, support all engines and available in ➕ WAHA Plus
How to connect to your PostgresSQL instance?
Connect 🖥️ Session Storage:
docker run -p 3000:3000/tcp -it -e WHATSAPP_SESSIONS_POSTGRESQL_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable devlikeapro/waha-plus
Set WHATSAPP_SESSIONS_POSTGRESQL_URL with your credentials and database name.
Connect 🖼️ Media Storage:
docker run -p 3000:3000/tcp -it -e WAHA_MEDIA_STORAGE=POSTGRESQL WAHA_MEDIA_POSTGRESQL_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable devlikeapro/waha-plus
- Set WAHA_MEDIA_POSTGRESQL_URL with your credentials and database name.
- Set WAHA_MEDIA_STORAGE=POSTGRESQL to enable PostgresSQL as a media storage.
💡 You can use the same connection URL for WAHA_MEDIA_POSTGRESQL_URL and WHATSAPP_SESSIONS_POSTGRESQL_URL if you want to use the same database for both storages.
And More! 
Check out the full WAHA 2025.1 🆕 Changelog for more details!
avatar
how to add smpp connection to waha?
avatar
Bandara Kothgahagama, there's no built-in solution right now. You'll need to create a bridge for that - listen webhooks and send messages in your app

Subscription levels

Plus

$ 22,1 per month
- Access to WAHA PLUS docker image.
- Special Tag for all your issues and comments in WAHA GitHub repository!

Pro

$ 116 per month
- Access to WAHA PLUS docker image.
- Special Tag for all your issues and comments in WAHA GitHub repository!
- An invitation to a private Github repository so you have the WAHA Plus source code.
- Invite up to 5 members
- Access to the PRO Discord server where we provide support and assistance.
+ chat
Go up