WAB2C LogoWAB2C
Developer Portal

Build with the WAB2C API

Everything you need to integrate WhatsApp Business API into your applications. Comprehensive docs, SDKs, and sample code to get you started in minutes.

Quickstart

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

API Capabilities

Full-featured API for every WhatsApp automation need.

Messaging API

Send text, media, templates, and catalog messages

Contacts & CRM

Create, tag, and manage customer contacts

Conversations

Fetch, resolve, and manage chat threads

Automation

Trigger flows, broadcasts, and bot responses

Ecommerce

Order updates, abandoned carts, COD verification

Webhooks

Real-time events for all message and order activity

Analytics

Campaign metrics, delivery rates, and insights

Templates

Manage and submit message templates for approval

Sandbox Mode

Test without going live

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 Mode

Ready to integrate?

Get your API key and start building WhatsApp automation for your business today.