Wamini Documentation
Developer Docs
for WhatsApp Automation
Learn how to authenticate requests, connect sessions, receive webhook events, and build scalable WhatsApp automations using Wamini APIs.
RESTAPI Endpoints
LIVEWebhook Events
FASTQuick Integration
24/7Developer Access
Getting Started
Connect your first WhatsApp session
Wamini allows you to connect WhatsApp accounts using QR authentication and control them using REST APIs and webhooks.
1
Create a Wamini account
2
Scan the QR code
3
Start sending messages
Authentication
Authenticate requests using your Wamini API key.
Request Header
Authorization: Bearer YOUR_API_KEY
Send Message API
Send WhatsApp text messages instantly using REST APIs.
POST /api/send-messagePOST
{
"session": "main-session",
"number": "8801XXXXXXXXX",
"message": "Hello from Wamini"
}Real-time Webhooks
Receive instant event notifications whenever a message is received or session status changes.
message.received
message.sent
session.connected
session.disconnected
qr.updated
message.deleted
Need additional help?
Explore API examples, integration guides, and webhook tutorials to build powerful WhatsApp automations with Wamini.