Developer APIs

Enterprise Messaging
APIs

Integrate multiple communication channels into your existing systems with our robust and scalable APIs. WhatsApp, SMS, RCS, Email, and Voice—all in one place.

Companies that trust us

Empresa 1
Empresa 2
Empresa 3
Empresa 4
Empresa 5
Empresa 6
Empresa 7
Empresa 8
Empresa 9
Empresa 10
Empresa 1
Empresa 2
Empresa 3
Empresa 4
Empresa 5
Empresa 6
Empresa 7
Empresa 8
Empresa 9
Empresa 10

Connect on your customers'
favorite
channels

Multiple communication APIs. Simple integration, maximum reach.

WhatsApp Business API

Connect with over 2 billion users. Send messages, notifications, and automate conversations at scale.

SMS

Universal reach with a 98% open rate. Ideal for critical alerts, OTPs, and urgent notifications.

RCS

The evolution of SMS. Rich messaging with images, carousels, and interactive buttons.

Email

Transactional communications and email marketing with high deliverability.

Voice

Convert text into voice messages delivered to your customers via phone calls.

Primary Use Cases

Automate messages, alerts, notifications, and OTP codes with our APIs.

Alertas y Notificaciones

Alerts and Notifications

Send transaction alerts, order confirmations, appointment reminders, and more.

Códigos OTP

OTP Codes

Secure two-factor authentication with one-time passwords via SMS, WhatsApp, or RCS.

Automatización

Automation

Automate communication flows based on your system's events and triggers.

Verificación de Usuarios

User Verification

Validate your users' identity with multi-channel verification.

Real-time Insights and Metrics

Gain full visibility of your communications with detailed dashboards and reports from our APIs.

Message Status

Monitor delivery status in real-time: sent, delivered, read, and failed.

Performance Metrics

Delivery, open, click, and conversion rates by campaign and channel.

Consumption

Track credit usage, message volume by channel, and detailed costs.

Trends and Analytics

Identify patterns, optimal sending times, and user behavior.

Gráfica de métricas

Backed by Industry Leaders

We are official partners of META, Google, and the leading mobile carriers in Latin America with direct connections.

Technology Partners

Mobile Carriers

Telcel
AT&T
Movistar
Digicel
Claro
Altán
Tigo
Bitel
Entel
Liberty
Wom
Suma
Kolbi
+Móvil
Telcel
AT&T
Movistar
Digicel
Claro
Altán
Tigo
Bitel
Entel
Liberty
Wom
Suma
Kolbi
+Móvil

Why choose our APIs?

  • Complete documentation and code samples.
  • SDKs for the most popular programming languages.
  • High availability (99.9% uptime guaranteed).
  • 24/7 specialized technical support.
  • Automatic scalability for millions of messages.
  • Control panel with real-time metrics.
const axios = require('axios');
const response = await axios.get('http://bc-pre.conceptomovil.com/broadcaster-cms-endpoint-ws/services/v1/user/resetExecutiveControl', {
headers: {
'userId': '1'
}
});
import requests
headers = {
'userId': '1',
}
response = requests.get(
'http://bc-pre.conceptomovil.com/broadcaster-cms-endpoint-ws/services/v1/user/resetExecutiveControl',
headers=headers,
)
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'http://bc-pre.conceptomovil.com/broadcaster-cms-endpoint-ws/services/v1/user/resetExecutiveControl');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'GET');
curl_setopt($ch, CURLOPT_HTTPHEADER, [
'userId: 1',
]);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
$response = curl_exec($ch);
curl_close($ch);
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.Scanner;
class Main {
public static void main(String[] args) throws IOException {
URL url = new URL("http://bc-pre.conceptomovil.com/broadcaster-cms-endpoint-ws/services/v1/user/resetExecutiveControl");
HttpURLConnection httpConn = (HttpURLConnection) url.openConnection();
httpConn.setRequestMethod("GET");
httpConn.setRequestProperty("userId", "1");
InputStream responseStream = httpConn.getResponseCode() / 100 == 2
? httpConn.getInputStream()
: httpConn.getErrorStream();
Scanner s = new Scanner(responseStream).useDelimiter("\\A");
String response = s.hasNext() ? s.next() : "";
System.out.println(response);
}
}
using System.Net.Http;
HttpClient client = new HttpClient();
HttpRequestMessage request = new HttpRequestMessage(HttpMethod.Get, "http://bc-pre.conceptomovil.com/broadcaster-cms-endpoint-ws/services/v1/user/resetExecutiveControl");
request.Headers.Add("userId", "1");
HttpResponseMessage response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
string responseBody = await response.Content.ReadAsStringAsync();
Connect with your existing developments

Power up your systems with
our APIs

Get access to our APIs and start sending messages in minutes.

Talk to an expert