WhatsApp is a trademark of WhatsApp Inc. This service is not affiliated with, endorsed by, or sponsored by WhatsApp Inc.
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.
const client = require('waconnect-node');
client.initialize({ apiKey: 'wa_live_...' });
await client.messages.send({
to: '+1234567890',
content: 'Hello world! 🚀'
});