REST API, webhooks, and SDKs — without the boilerplate.
Send text, media, templates, and interactive messages via simple HTTP endpoints.
Real-time events for delivery, reads, replies, and opt-outs — push to your server.
Official Node.js and Python SDKs with typed helpers and retry logic built in.
Send your first message in under five minutes.
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" }
}
}'