Now supporting WhatsApp Cloud API v2.0
Simple WhatsApp API
for Developers
Send messages, manage conversations, and scale your business with our simple, reliable WhatsApp API. Built for developers who want to move fast.
API_REQUEST.js
const client = require('waconnect-node');
client.initialize({ apiKey: 'wa_live_...' });
await client.messages.send({
to: '+1234567890',
content: 'Hello world! 🚀'
});