Everything you need to integrate WhatsApp Business API into your applications. Comprehensive docs, SDKs, and sample code to get you started in minutes.
Send your first WhatsApp message in under 5 minutes.
import WAB2C from '@wab2c/sdk';
const client = new WAB2C({
apiKey: process.env.WAB2C_API_KEY,
phoneNumberId: process.env.PHONE_NUMBER_ID
});
// Send a text message
const response = await client.messages.send({
to: '923300003097',
type: 'text',
text: { body: 'Hello from WAB2C!' }
});
console.log('Message sent:', response.messageId);Install the SDK: npm install @wab2c/sdk
Everything you need to build, test, and deploy WhatsApp integrations.
Complete reference for all endpoints with examples in Node.js, Python, and PHP.
Real-time event notifications for messages, deliveries, and status updates.
Official SDKs for Node.js, Python, PHP, and Laravel with full TypeScript support.
Ready-to-deploy examples for Shopify, WooCommerce, and custom integrations.
Latest updates, new features, and API changes with version history.
Real-time API health, uptime metrics, and incident history.
Full-featured API for every WhatsApp automation need.
Send text, media, templates, and catalog messages
Create, tag, and manage customer contacts
Fetch, resolve, and manage chat threads
Trigger flows, broadcasts, and bot responses
Order updates, abandoned carts, COD verification
Real-time events for all message and order activity
Campaign metrics, delivery rates, and insights
Manage and submit message templates for approval
Use our sandbox environment to test your integration with simulated responses. No Meta approval needed, no real messages sent. Perfect for development and QA.
Enable Sandbox ModeGet your API key and start building WhatsApp automation for your business today.