Developers

Build on the Cloud API

REST API, webhooks, and SDKs — without the boilerplate.

REST API

Send text, media, templates, and interactive messages via simple HTTP endpoints.

Webhooks

Real-time events for delivery, reads, replies, and opt-outs — push to your server.

SDKs

Official Node.js and Python SDKs with typed helpers and retry logic built in.

Quick start

Send your first message in under five minutes.

  1. 1 Create a Waboxa account and verify your WhatsApp number
  2. 2 Generate an API key from Settings → Developers
  3. 3 Send a POST to /v1/messages with your template or text payload
  4. 4 Set up a webhook URL to receive inbound replies

curl example

curl -X POST https://api.waboxa.com/v1/messages \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "to": "919297775666",
    "type": "template",
    "template": {
      "name": "order_update",
      "language": { "code": "en" }
    }
  }'

Ready to integrate?

Get your API key and sandbox number in minutes.