WAHA
WAHA - WhatsApp API that you can run in a click!
docker run -it -p 3000:3000/tcp devlikeapro/waha
WAHA - WhatsApp API that you can run in a click!
docker run -it -p 3000:3000/tcp devlikeapro/waha
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
You can send messages to and receive messages from WhatsApp using HTTP API - Text, Images, Videos, Voice!
POST /api/sendText
{
"session": "default",
"chatId": "12132132130@c.us",
"text": "Hi there!"
}
Automate your
WhatsApp
Channels
and
Status
with 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, no limits in messages or time!
WAHA Plus
version have no licence expiration!
No strings to suspicious SaaS WhatsApp API solutions. Install it on your own server!
Use your own 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 SaaS solution!
You can
run the API in a click!*
Documentation
has a lof 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.