Release v2.0
Developer SDK Hub
The official Wawp SDK ecosystem. High-performance, secure, and developer-friendly libraries for WhatsApp automation.
import { WawpClient } from '@wawp/sdk';
const client = new WawpClient('ID', 'TOKEN');
await client.messaging.sendText(
'201234567890@c.us',
'Hello World!'
);Webhook Validator
Secure your data via digital signatures.