Hablame Colombia S.A. ESP is a Colombian telecommunications operator with our own infrastructure. Our whole platform (VoIP, Cloud PBX, SMS, WhatsApp, e-mail and mass calling) integrates from a single Bearer-authenticated HTTP surface, built for production.
Messages / s
1,247
▲ +12% vs 1 h
p95 latency
6.2ms
stable
Authorized operator
Services authorized by Colombia's ICT Ministry (MinTIC).
CRC compliance
Subject to the Colombian Communications Regulation Commission.
Our own infrastructure
Datacenters in Colombia. We operate, we don't resell.
Hablame Colombia S.A. ESP
Public Utility Company incorporated in Colombia.
Voice, messaging, conversational and e-mail. Same authentication, same envelope, same rate-limit semantics for every service.
Carrier-grade VoIP and SIP trunking. National numbering, portability and direct termination to mobile operators.
In productionMulti-number hosted PBX with IVR, queues, call recording and live reporting. No on-site hardware.
In productionTransactional and promotional messaging with direct interconnection to mobile operators. Real-time delivery reports.
In productionVerified conversational messaging with Meta-approved templates. Two-way webhook for live conversational flows.
In productionSMTP and API delivery with our own SPF/DKIM/DMARC authentication. Open, click and sender reputation reports.
In productionPre-recorded voice and TTS to millions of numbers. Voicemail detection, configurable retries and consolidated reporting.
In productionOur own shortener with custom domains, per-link statistics and sub-50ms redirector latency.
v6 availableMass delivery to iOS and Android with segmentation, scheduling and delivery metrics.
v6 roadmapStable error codes, sliding-window rate limiting, structured audit logs and a single envelope across every endpoint. Your integration looks the same on day one and on day one thousand.
Mint a key in the customer portal. Send it as a Bearer. Call
/api/v6/utilities/ping. If you get a 200, your wiring
is sound and you can move on to the module endpoints. No SDK required.
# 1. Make the call $ curl -i -H 'Authorization: Bearer hk_…' \ https://developers.hablame.co/api/v6/utilities/ping # 2. Inspect the headers Hablame returns HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 RateLimit-Limit: 20 RateLimit-Remaining: 19 RateLimit-Reset: 47 RateLimit-Policy: "20;w=60;name=\"endpoint\"" # 3. And the envelope { "success": true, "data": { "pong": true, "apiVersion": "v6", "client": { "ip": "203.0.113.45" }, "account": { "id": 10000003, "status": "active" } }, "meta": { "requestId": "b9b1704baffab21150213c02fd853975", "timestamp": "2026-06-04T19:43:59+00:00", "responseTimeMs": 4.24 } }