Bulk SMS API
Send thousands of SMS in seconds. Carrier integration in 8+ LATAM countries.
Voice agents that answer every call, qualify and book.
WhatsApp & chat answering leads in seconds, all day.
Escalate to a person with full context, one portal.
Local LATAM numbers, clean Caller ID and Bulk SMS via API.
Bulk SMS and WhatsApp Business via API. Over 90% open rates. Reach any cell phone in LATAM, with or without mobile data.
Send thousands of SMS in seconds. Carrier integration in 8+ LATAM countries.
Reach people via WhatsApp without building your own bot. Click-to-respond templates.
Automatic retry, fallback to SMS if WhatsApp fails, and delivery receipts for every message.
// Send bulk SMS curl -X POST https://api.hellou.ai/v1/sms/bulk \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{recipients":["+573101234567","+573112345678"],"text":"Hello! Your code is 1234."}'
// Response
{
"batch_id": "batch_xyz123",
"count": 2,
"status": "queued"
} // Send WhatsApp message curl -X POST https://api.hellou.ai/v1/whatsapp/message \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{to":"+573101234567","template":"order_status","params":{order_id":"#12345"}}}'
// Response
{
"message_id": "msg_abc456",
"to": "+57 310 123 4567",
"status": "sent"
} Book 30 min with an expert and we'll confirm carrier availability.

