WAHA
WAHA - WhatsApp API that you can run in a click!
1docker run -it -p 3000:3000 devlikeapro/waha
WAHA - WhatsApp API that you can run in a click!
1docker run -it -p 3000:3000 devlikeapro/waha
You can send messages to and receive messages from WhatsApp using HTTP API - Text, Images, Videos, and Voice!
POST /api/sendText
{
"session": "default",
"chatId": "12132132130@c.us",
"text": "Hi there!"
}
Automate your
WhatsApp
Channels
and
Status
with a simple-to-use HTTP API!
GET /api/{session}/channels
[{
"id": "123@newsletter",
"name": "Local News",
"description": "...",
"invite": "...",
"picture": "...",
"role": "ADMIN"
}]
Check out
the documentation
to see all the features.
POST /api/{session}/groups
{
"name": "Group name",
"participants": [
{"id": "123123123123@c.us"}
]
}
WAHA Core
version is always free, with no limits on messages or time!
WAHA Plus
version has no license expiration!
No strings attached to suspicious SaaS WhatsApp API solutions. Install it on your own server!
Use your favorite language - Python, JavaScript, PHP, C#, Clojure, or PowerShell.
PowerShell, really? Are you insane?! Choose another language, dude.
You can easily run 1 session to automate your WhatsApp and scale it to 500 sessions to provide a SaaS solution!
You can
run the API in a click!*
Documentation
has many examples and how-to guides.
*It's actually "a command", not a click.
Under the hood
it runs a real instance of WhatsApp Web to avoid getting blocked.
WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be
considered
totally safe.
WAHA provides Swagger documentation and OpenAPI schema to easily integrate with your favorite
language and HTTP API (REST API)!
WAHA provides Dashboard - a web interface to easily manage your WhatsApp sessions!
Easily automate your WhatsApp messages by dragging and dropping nodes in n8n.io!
👉 Check out the
n8n + WAHA Workflow Examples