Reach your audience
instantly with CastBrick
SMS, WhatsApp & Push API for developers
Trusted by modern teams in Africa
Built for Developers
The best developer experience for SMS, WhatsApp and push notifications
Type-Safe SDKs
Official SDKs for Node.js, Python, Go, and PHP. Full TypeScript support for a better DX.
Webhooks & Events
Real-time HTTP callbacks for delivery, bounces, and clicks. Easy to integrate with your backend.
Reliable Infrastructure
99.9% uptime SLA with automatic retries and geographically distributed edge delivery.
Developer SDK
const castbrick = new CastBrick("api_key");
// Send SMS
await castbrick.sendSms({
to: "+244900000000",
message: "Your code: 123456"
});
// Send WhatsApp
await castbrick.sendWhatsApp({
to: "+244900000000",
message: "Hello from CastBrick!"
});
// Send push notification
await castbrick.sendPush({
to: "device_token",
title: "New message",
body: "You have a new update"
});Developer Console
RECENT EVENTS ● LIVE
200
POST /api/v1/sms/send
id: msg_82kLp92... status: delivered
200
POST /api/v1/whatsapp/send
id: wa_3j2M1qP... status: sent
200
GET /api/v1/webhooks/logs
RETRY
LOGS