Connect your WhatsApp number and send messages programmatically via REST API. No per-message fees. Unlimited messages. Real-time webhooks.
Connect your WhatsApp number by scanning a QR code. No special hardware or phone number required.
Send text, images, videos, documents, contacts, and locations with simple API calls.
Receive instant notifications for incoming messages with secure webhook delivery.
Pay a flat monthly fee. Send unlimited messages without worrying about costs.
Your messages are end-to-end encrypted. We don't store or read your message content.
Connect multiple WhatsApp numbers and manage them all from a single dashboard.
// Send a text message
const response = await fetch('https://api.example.com/api/messages/send', {
method: 'POST',
headers: {
'Authorization': 'Bearer wsk_your_api_key',
'Content-Type': 'application/json'
},
body: JSON.stringify({
sessionId: 'your_session_id',
to: '1234567890',
type: 'text',
message: 'Hello from EasyWhatsAppAPI!'
})
});
const data = await response.json();
console.log(data);
// { success: true, data: { messageId: '...', whatsappId: '...', status: 'sent' } }Start with a 7-day free trial, then choose the plan that fits your needs
Start your 7-day free trial and connect your WhatsApp in minutes.
Start Free Trial