Products

Communications products designed like cloud infrastructure

Combine messaging, voice, numbers, WhatsApp Business, and route intelligence into a single platform for global customer communication.

Selected product layer

SMS orchestration

Segment traffic by use case, destination, sender profile, and delivery target.

42 ms

median route decision

Policy engine

Route by customer intent, market rules, sender reputation, and failover threshold.

OTPTransactionalMarketingNotifications

Product Surface

Four product families, one operating model

Each layer exposes clean APIs while sharing delivery telemetry, carrier policy, compliance state, and enterprise controls.

SMS API

Send with intelligent route selection

Use a single endpoint for OTP, transactional, marketing, and notification traffic while Telbamboo applies direct route preference, fallback logic, and delivery events.

Direct and premium route policies
Compliance-aware sender controls
Delivery receipt webhooks
View developer docs
POST /sms/send
POST /v1/sms/send
Authorization: Bearer $TELBAMBOO_API_KEY
Content-Type: application/json

{
  "to": "+5511999990000",
  "from": "Telbamboo",
  "text": "Your verification code is 482913",
  "traffic_type": "otp",
  "route_policy": "direct_preferred"
}