WhatsApp Automation API

Send WhatsApp Messages
Programmatically

Connect your applications to WhatsApp with our simple REST API. Send text messages, documents, and images to any WhatsApp number in seconds — no official API required.

3
Message Types
REST
Simple API
PHP
Easy Integration

Everything You Need

A complete platform for automating WhatsApp messaging from your application.

💬
Text Messages
Send any text message including emoji and Unicode characters to any WhatsApp number in international format.
📄
Documents
Send PDF, DOCX, XLSX, and more. Perfect for invoices, reports, contracts, and any business document.
🖼️
Images
Send JPG, PNG, GIF images as proper photos with optional captions. Automatically optimized for WhatsApp.
🔑
Token-Based Auth
Secure API token authentication. Each token is linked to one WhatsApp session. No username/password in API calls.
📱
Multi-Session
Run multiple WhatsApp numbers simultaneously. Each session is isolated and independently managed.
Simple Integration
One PHP class, three methods. Integrate in minutes using our ready-made PHP SDK with full code examples.

How It Works

01
Register
Create your account and get your API token instantly.
02
Link WhatsApp
Enter your WhatsApp number and scan the QR code with your phone.
03
Integrate
Copy the PHP code snippet and add it to your application.
04
Send
Start sending messages, documents, and images via API.

Simple to Integrate

Add WhatsApp messaging to your PHP application in under 5 minutes.

PHP
// 1. Include the SDK
require_once 'WhatsAppService.php';

// 2. Initialize with your token
$wa = new WhatsAppService(
    'http://YOUR_SERVER/whatsapp-api/api/index.php',
    'YOUR_API_TOKEN_HERE'
);

// 3. Send a text message
$wa->sendMessage('96170123456', 'Hello from my app! 👋');

// 4. Send a document
$wa->sendDocument('96170123456', '/path/invoice.pdf', 'Your invoice');

// 5. Send an image
$wa->sendImage('96170123456', '/path/photo.jpg', 'Check this out!');

Ready to Get Started?

Register for a free trial account and start sending WhatsApp messages from your application today. No credit card required.

🚀 Start Free Trial 💬 Contact Us

Have questions? 📱 +961 76 010137   💬 WhatsApp