Telecommunications operator · Colombia

The operator platform, ready in API.

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.

99.95%
v6 surface SLA
< 8 ms
p95 latency (cache hit)
CO
our own infrastructure in Colombia

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.

The platform

Operator services, accessible by API.

Voice, messaging, conversational and e-mail. Same authentication, same envelope, same rate-limit semantics for every service.

Enterprise voice

Carrier-grade VoIP and SIP trunking. National numbering, portability and direct termination to mobile operators.

In production

Cloud PBX

Multi-number hosted PBX with IVR, queues, call recording and live reporting. No on-site hardware.

In production

Mass SMS

Transactional and promotional messaging with direct interconnection to mobile operators. Real-time delivery reports.

In production

WhatsApp Business

Verified conversational messaging with Meta-approved templates. Two-way webhook for live conversational flows.

In production

Mass and transactional e-mail

SMTP and API delivery with our own SPF/DKIM/DMARC authentication. Open, click and sender reputation reports.

In production

Mass calling

Pre-recorded voice and TTS to millions of numbers. Voicemail detection, configurable retries and consolidated reporting.

In production

URL shortener

Our own shortener with custom domains, per-link statistics and sub-50ms redirector latency.

v6 available

Push notifications

Mass delivery to iOS and Android with segmentation, scheduling and delivery metrics.

v6 roadmap
For developers

A surface that respects your time.

Stable 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.

Start in 30 seconds

From zero to authenticated, fast.

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.

curl + JSON response
# 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
  }
}

Ready to integrate the operator?

Start with the docs, open the live reference, or jump straight to an SDK.