Omdaa API · Arabic-first WhatsApp platform
Connect WhatsApp to your stackFree foreverArabic UI + production REST API
Scan a QR code to pair a session, then send and receive messages through a clean REST API. Instant webhooks, n8n workflows, and Omdaa AI — no subscription and no artificial limits on sessions or messages.
const res = await fetch(
'https://omdaa.com/api/v1/messages/send-text',
{
method: 'POST',
headers: {
Authorization: 'Bearer YOUR_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
sessionId: 'main',
to: '1555xxxxxxx',
text: 'Hello from Omdaa',
}),
}
);
console.log(await res.json());Get started in 3 steps
From sign-up to your first message — minutes, no credit card
Create a free account
Sign up with email or Google — all features enabled instantly.
Sign upScan QR & pair WhatsApp
Create a session in the dashboard and scan from WhatsApp Linked devices.
How it worksSend your first API message
Copy your API key and send your first message in any language.
Documentation
Free MCP Server — 56 tools for WhatsApp & mail
Connect Cursor or VS Code in one click. Wassenger MCP alternative — no Enterprise plan.
Omdaa API Features
- ✅ WhatsApp sessions via QR (Baileys) + Meta Cloud option
- ✅ Omdaa AI — free automated AI replies
- ✅ Instant webhooks + n8n & Zapier integrations
- ✅ Optional message storage — content is not saved on the server by default
Instant Webhooks
Receive WhatsApp messages and events in real time via webhooks. Connect your systems, n8n, Zapier, or Omdaa AI with no subscription fees.
Learn about Webhooks →