SMS API masuk
UAE
Use Message Central’s SMS APIs to send SMS in UAE and across the globe.



.png)
Harga API SMS Global yang Tak Terkalahkan untuk
UAE
Biaya SMS dalam
UAE
$0.018986/SMS

SMS API untuk Pengembang & Dasbor SMS untuk Pemasar
API verifikasi SMS kami terintegrasi dengan lancar dengan proses pendaftaran atau login melalui REST API kami.



OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = RequestBody.create(mediaType, "");
Request request = new Request.Builder()
.url("https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com")
.method("GET", body)
.addHeader("accept", "*/*")
.build();
Response response = client.newCall(request).execute();
var request = require('request');
var options = {
'method': 'GET',
'url': 'https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com',
'headers': {
'accept': '*/*'
}
};
request(options, function (error, response) {
if (error) throw new Error(error);
console.log(response.body);
});
import requests
url = "https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com"
payload = {}
headers = {
'accept': '*/*'
}
response = requests.request("GET", url, headers=headers, data=payload)
print(response.text)
import requests
url = "https://cpaas.messagecentral.com/verification/v3/send?countryCode=91&flowType=SMS&mobileNumber=9999999999"
payload = {}
headers = {
'authToken': 'eyJhbGciOiJIUzUxMiJ9.eyJzdWOiJDLTMzNDMyQTVGNDlGNzQwNCIsImlhdCI6MTcxMjExOTA0MCwiZXhw'
}
response = requests.request("POST", url, headers=headers, data=payload)
print(response.text)
require "uri"
require "net/http"
url = URI("https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Get.new(url)
request["accept"] = "*/*"
response = https.request(request)
puts response.read_body
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://cpaas.messagecentral.com/auth/v1/authentication/token?customerId=<CustomerId>&key=<Base64 Encrypted password>&scope=NEW&country=91&email=test@messagecentral.com");
request.Headers.Add("accept", "*/*");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());

Mengapa Menggunakan Pusat Pesan?





Pusat Pesan untuk SMS masuk
UAE
Message Central makes it super easy for businesses to start sending SMS in UAE. Our team helps businesses navigate and comply with regulatory measures for sending SMS in UAE.
With direct operator connectivity, we enable a high SMS delivery rate at unbeatable SMS rates in UAE. Our community of developers also help in deploying the user friendly SMS APIs. Our partner network extends support in all geographies.
Our 200+ clients reach their users across the globe and trust us with all their communication needs including SMS APIs. You can send a million messages or just a few, our APIs are tailored for all use cases and volume.


Kasus Penggunaan untuk API SMS

SMS Promosi
Kirim SMS untuk penjualan flash, penawaran waktu terbatas, penjualan musiman, penawaran khusus, pengumuman produk, undangan acara, pembaruan keranjang yang ditinggalkan, dll.

SMS Transaksional
Pesan SMS dengan konfirmasi pesanan, pembaruan pengiriman, pemberitahuan pengiriman, SMS pengembalian dana, tanda terima digital, konfirmasi pemesanan, pengingat janji temu, pengaturan ulang kata sandi, peringatan akun, dll.

SMS OTP
Otentikasi pengguna Anda saat onboarding, pembayaran, dan di titik lain dalam perjalanan pengguna dengan SMS OTP yang dikirimkan dalam waktu kurang dari 3 detik.

SMS Dua Arah
Gunakan pesan SMS percakapan untuk terlibat dengan pengguna, memberikan tanggapan tepat waktu, dan mengubah prospek menjadi pelanggan berbayar. Anda juga dapat mengotomatiskan percakapan berulang untuk menghemat waktu.
Siap untuk Memulai?
Bangun saluran komunikasi yang efektif dengan Message Central.