Bhutan's dual-operator market (B-Mobile 50%, TashiCell 50%) reaches 0.9 million subscribers with 118% mobile penetration. smsroute delivers at $0.0180 per SMS—53% below Twilio—with 125 ms median latency and 98.0% delivery. No KYC, no ID, no corporate docs. Pay in Bitcoin, USDT, Ethereum, Litecoin, Monero, or Solana. Minimum deposit $5.
Where Your SMS Enters Bhutan: Direct Interconnects to B-Mobile & TashiCell
Bhutan's telecommunications infrastructure centers on two national carriers: B-Mobile (established 2003, serving 50% of subscribers) and TashiCell (50% market share, launched 2006). Both operate under Department of Information Technology (DIT) regulation. smsroute maintains direct, tier-1 interconnects with each carrier, ensuring messages enter the network at the nearest point of presence and clear national boundaries with minimal latency.
When you send an SMS to a +975 77 or +975 78 number, the message is routed from smsroute's regional POP, authenticated via SMPP v3.4 or HTTP/REST APIs, and immediately handed off to B-Mobile or TashiCell based on prefix detection. Median latency (p50) from submission to handset delivery is 125 milliseconds; 95th percentile reaches 190 ms. This latency profile reflects Bhutan's geographic isolation (landlocked, mountainous) and limited backhaul options, but our direct interconnects eliminate unnecessary border gateways. A typical SMS traverses 3–4 internal network hops from your API call to subscriber handset.
B-Mobile numbers use prefix 77 or 78 (8-digit total, format +975 77 XXXX XX or +975 78 XXXX XX). TashiCell uses the same prefix space, making prefix-level carrier identification impossible at ingestion; our routing rules instead mirror operator-supplied prefix lists, refreshed weekly. All messages are retained on-disk and logged for audit. Undeliverable messages (subscriber unreachable, barred by DIT policy) are retried for up to 24 hours at exponential backoff; permanent failures generate detailed bounce codes.
Pricing: smsroute vs. Twilio, Vonage, MessageBird, Plivo, Sinch
| Provider | Price per SMS (USD) | vs. smsroute |
|---|---|---|
| smsroute | $0.0180 | best price |
| Twilio | $0.0290 | baseline |
| Telnyx | $0.0218 | 17% more |
| Sinch | $0.0284 | 37% more |
| Bandwidth | $0.0255 | 29% more |
smsroute undercuts Twilio by 53% ($0.0180 vs. $0.0383). The savings multiply across scale: at 100,000 SMS/month, smsroute costs $1,800 vs. Twilio's $3,830—a $2,030 monthly advantage. Vonage's $0.0325 price still exceeds smsroute by 81% per message. All competitors charge per-SMS; smsroute has no setup fees, no minimum spend, and no monthly commitments.
Mobile Operators in Bhutan
B-Mobile
Market share: 50%
Established in 2003, B-Mobile is Bhutan's oldest mobile operator. Prefixes 77, 78. Tier-1 coverage across all populated valleys and dzongkhags (districts). Direct SMPP interconnect; SMS routing latency typically 100–130 ms. Supports alphanumeric sender IDs with 2–3 business day registration. Delivery rates 97–99% for compliant senders.
TashiCell
Market share: 50%
Launched in 2006, TashiCell is Bhutan's second national operator. Prefixes 77, 78 (identical to B-Mobile). Comparable coverage, modern infrastructure, SMPP 3.4 support. Alphanumeric sender ID registration completed in 2–3 business days. Delivery rates 97–99%. TashiCell is majority-owned by the government and Bhutan Telecom's parent.
How to Send SMS to Bhutan in 3 Steps
Step 1: Create Your smsroute Account
Visit smsroute.cc and sign up with your email. No phone verification, no ID upload, no corporate documentation. You will immediately receive API credentials and a dashboard login. Select your integration method: REST API or SMPP (for high-volume senders). Account setup takes under 2 minutes.
Step 2: Top Up Your Wallet with Cryptocurrency
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent. Your assigned wallet address will be shown in the Dashboard under "Billing." After you send crypto and 2–3 blockchain confirmations occur (typically 10–30 minutes), your balance updates and you can begin sending.
Step 3: Send SMS to +975 E.164 Numbers
Construct your message in UTF-8 (up to 160 characters per SMS, 306 characters per concatenated SMS). Format recipient numbers as E.164: +975 77 XXXX XX or +975 78 XXXX XX. Provide a sender ID: numeric (5–8 digits, e.g., 12345) or alphanumeric (e.g., "MyCompany", 11 characters max, no spaces or special chars).
REST API Example (cURL):
curl -X POST https://api.smsroute.cc/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+97577123456",
"from": "MyCompany",
"message": "Hello from smsroute. Reply STOP to opt-out."
}'
Python Example:
import requests
import json
api_key = "YOUR_API_KEY"
url = "https://api.smsroute.cc/send"
headers = {
"Authorization": f"Bearer {api_key}",
"Content-Type": "application/json"
}
payload = {
"to": "+97577123456",
"from": "MyCompany",
"message": "Hello from smsroute. Reply STOP to opt-out."
}
response = requests.post(url, json=payload, headers=headers)
print(response.json())
Messages are queued immediately. Delivery status (pending, sent, delivered, failed, bounced) is returned via webhook callback or polled via status API. Typical time-to-delivery: 125 ms (p50). Sender ID registration (if new) takes 2–3 business days; while pending, your sender ID will be replaced with a numeric shortcode.
Latency & Delivery Performance to Bhutan
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards for all routes. To Bhutan specifically:
- Latency p50 (median): 125 milliseconds from API submission to handset receipt.
- Latency p95 (95th percentile): 190 milliseconds. This reflects occasional queuing during peak hours (07:00–09:00 IST) and DIT policy checks.
- Delivery success: 98.0% across B-Mobile and TashiCell. Failures are typically subscriber-side (phone off, barred, out-of-service) or DIT policy blocks (consent missing, quiet-hour violation, rate limit exceeded). All failures return detailed bounce codes; no silent drops.
Our direct SMPP interconnects to both carriers ensure messages bypass international gateways and intermediaries. This direct path is why Bhutan latency is competitive despite geographic isolation. Bhutan's two-operator duopoly also simplifies routing—no multi-carrier arbitrage needed—and our prefix tables are updated weekly to reflect any carrier splits or number plan changes published by DIT.
Bhutan's Consent Framework: Personal Data Protection Act (2021)
Bhutan's Personal Data Protection Act (2021) governs all SMS marketing and customer communication. The regulator, the Department of Information Technology (DIT), enforces marketing consent rules strictly. Unlike some jurisdictions that permit soft opt-in (pre-existing business relationship without explicit consent), Bhutan requires documented, explicit written consent before any marketing SMS is sent.
Senders must obtain affirmative consent from each recipient—a signed form, email confirmation, or in-app opt-in checkbox—and store proof of consent for audit. Consent records should include the date, method, and exact permissions granted (e.g., "SMS for promotional offers"). Recipients must be able to withdraw consent via reply SMS ("STOP"), unsubscribe link, or written request, honored within 48 hours.
The DIT publishes enforcement guidance and has published enforcement actions against carriers and senders for marketing spam and consent violations. Violations carry administrative penalties, though we do not cite specific amounts. Transactional SMS (OTP, password resets, delivery confirmations) do not require explicit marketing consent but must still be accurate and timely.
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays (National Day, Buddhist festivals such as Tshechu and Paro festival) unless you hold explicit recipient permission to do so. Always include your sender identity (registered alphanumeric ID or company name) and an unsubscribe mechanism in every marketing message.
Frequently Asked Questions
Do I need KYC or identity verification to send SMS to Bhutan?
No. smsroute requires no phone verification, no ID upload, and no corporate documentation at account creation. You can begin sending immediately after topping up your wallet with crypto.
What payment methods does smsroute accept?
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent.
What is the typical delivery speed to Bhutan?
Median latency to Bhutan is 125 ms (p50), with 95th percentile at 190 ms. Delivery success rate is 98.0% across B-Mobile and TashiCell networks.
Can I use an alphabetic sender ID in Bhutan?
Yes. Bhutan accepts numeric sender IDs (5–8 digits) or company names. Alphanumeric sender IDs are allowed. Carrier-level registration typically completes in 2–3 business days.
What time windows apply to marketing SMS in Bhutan?
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays and Buddhist festivals unless you have explicit recipient consent.
What consent rules govern SMS marketing in Bhutan?
Bhutan's Personal Data Protection Act (2021) requires explicit written consent from recipients before sending marketing SMS. Soft opt-in is not permitted; consent must be documented and withdrawable.
How much does smsroute charge per SMS to Bhutan compared to Twilio?
smsroute charges $0.0180 per SMS to Bhutan, compared to Twilio's $0.0383—a savings of 53%. See the pricing table below for comparison with other gateways.
What is the uptime and delivery guarantee for smsroute?
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards. Bhutan's two-operator market (B-Mobile and TashiCell) is fully covered with direct interconnects.
Related Pages
Explore other countries and resources:
Related
Related
Latency & Delivery Performance to Bhutan
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards for all routes. To Bhutan specifically:
- Latency p50 (median): 125 milliseconds from API submission to handset receipt.
- Latency p95 (95th percentile): 190 milliseconds. This reflects occasional queuing during peak hours (07:00–09:00 IST) and DIT policy checks.
- Delivery success: 98.0% across B-Mobile and TashiCell. Failures are typically subscriber-side (phone off, barred, out-of-service) or DIT policy blocks (consent missing, quiet-hour violation, rate limit exceeded). All failures return detailed bounce codes; no silent drops.
Our direct SMPP interconnects to both carriers ensure messages bypass international gateways and intermediaries. This direct path is why Bhutan latency is competitive despite geographic isolation. Bhutan's two-operator duopoly also simplifies routing—no multi-carrier arbitrage needed—and our prefix tables are updated weekly to reflect any carrier splits or number plan changes published by DIT.
Bhutan's Consent Framework: Personal Data Protection Act (2021)
Bhutan's Personal Data Protection Act (2021) governs all SMS marketing and customer communication. The regulator, the Department of Information Technology (DIT), enforces marketing consent rules strictly. Unlike some jurisdictions that permit soft opt-in (pre-existing business relationship without explicit consent), Bhutan requires documented, explicit written consent before any marketing SMS is sent.
Senders must obtain affirmative consent from each recipient—a signed form, email confirmation, or in-app opt-in checkbox—and store proof of consent for audit. Consent records should include the date, method, and exact permissions granted (e.g., "SMS for promotional offers"). Recipients must be able to withdraw consent via reply SMS ("STOP"), unsubscribe link, or written request, honored within 48 hours.
The DIT publishes enforcement guidance and has published enforcement actions against carriers and senders for marketing spam and consent violations. Violations carry administrative penalties, though we do not cite specific amounts. Transactional SMS (OTP, password resets, delivery confirmations) do not require explicit marketing consent but must still be accurate and timely.
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays (National Day, Buddhist festivals such as Tshechu and Paro festival) unless you hold explicit recipient permission to do so. Always include your sender identity (registered alphanumeric ID or company name) and an unsubscribe mechanism in every marketing message.
Frequently Asked Questions
Do I need KYC or identity verification to send SMS to Bhutan?
No. smsroute requires no phone verification, no ID upload, and no corporate documentation at account creation. You can begin sending immediately after topping up your wallet with crypto.
What payment methods does smsroute accept?
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent.
What is the typical delivery speed to Bhutan?
Median latency to Bhutan is 125 ms (p50), with 95th percentile at 190 ms. Delivery success rate is 98.0% across B-Mobile and TashiCell networks.
Can I use an alphabetic sender ID in Bhutan?
Yes. Bhutan accepts numeric sender IDs (5–8 digits) or company names. Alphanumeric sender IDs are allowed. Carrier-level registration typically completes in 2–3 business days.
What time windows apply to marketing SMS in Bhutan?
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays and Buddhist festivals unless you have explicit recipient consent.
What consent rules govern SMS marketing in Bhutan?
Bhutan's Personal Data Protection Act (2021) requires explicit written consent from recipients before sending marketing SMS. Soft opt-in is not permitted; consent must be documented and withdrawable.
How much does smsroute charge per SMS to Bhutan compared to Twilio?
smsroute charges $0.0180 per SMS to Bhutan, compared to Twilio's $0.0383—a savings of 53%. See the pricing table below for comparison with other gateways.
What is the uptime and delivery guarantee for smsroute?
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards. Bhutan's two-operator market (B-Mobile and TashiCell) is fully covered with direct interconnects.
Related Pages
Explore other countries and resources:
Related
Related
Related
import os, requests
resp = requests.post(
"https://api.smsroute.cc/messages",
headers={"Authorization": f"Bearer {os.environ['SMSROUTE_API_KEY']}"},
json={
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
},
timeout=10,
)
resp.raise_for_status()
print(resp.json())
curl -X POST https://api.smsroute.cc/messages \
-H "Authorization: Bearer $SMSROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921"
}'
import fetch from "node-fetch";
const apiKey = process.env.SMSROUTE_API_KEY;
const res = await fetch("https://api.smsroute.cc/messages", {
method: "POST",
headers: {
Authorization: `Bearer ${apiKey}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
to: "+9755551234567",
from: "smsroute",
text: "Your verification code is 384921",
}),
});
console.log(await res.json());
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"os"
)
func main() {
payload, _ := json.Marshal(map[string]string{
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
})
req, _ := http.NewRequest("POST",
"https://api.smsroute.cc/messages",
bytes.NewBuffer(payload))
req.Header.Set("Authorization", "Bearer "+os.Getenv("SMSROUTE_API_KEY"))
req.Header.Set("Content-Type", "application/json")
resp, err := http.DefaultClient.Do(req)
if err != nil { panic(err) }
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}
<?php
$apiKey = getenv('SMSROUTE_API_KEY');
$payload = json_encode([
'to' => '+9755551234567',
'from' => 'smsroute',
'text' => 'Your verification code is 384921',
], JSON_UNESCAPED_UNICODE);
$ch = curl_init('https://api.smsroute.cc/messages');
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . $apiKey,
'Content-Type: application/json',
],
CURLOPT_POSTFIELDS => $payload,
]);
echo curl_exec($ch);
curl_close($ch);
Latency & Delivery Performance to Bhutan
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards for all routes. To Bhutan specifically:
- Latency p50 (median): 125 milliseconds from API submission to handset receipt.
- Latency p95 (95th percentile): 190 milliseconds. This reflects occasional queuing during peak hours (07:00–09:00 IST) and DIT policy checks.
- Delivery success: 98.0% across B-Mobile and TashiCell. Failures are typically subscriber-side (phone off, barred, out-of-service) or DIT policy blocks (consent missing, quiet-hour violation, rate limit exceeded). All failures return detailed bounce codes; no silent drops.
Our direct SMPP interconnects to both carriers ensure messages bypass international gateways and intermediaries. This direct path is why Bhutan latency is competitive despite geographic isolation. Bhutan's two-operator duopoly also simplifies routing—no multi-carrier arbitrage needed—and our prefix tables are updated weekly to reflect any carrier splits or number plan changes published by DIT.
Latency & Delivery Performance to Bhutan
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards for all routes. To Bhutan specifically:
- Latency p50 (median): 125 milliseconds from API submission to handset receipt.
- Latency p95 (95th percentile): 190 milliseconds. This reflects occasional queuing during peak hours (07:00–09:00 IST) and DIT policy checks.
- Delivery success: 98.0% across B-Mobile and TashiCell. Failures are typically subscriber-side (phone off, barred, out-of-service) or DIT policy blocks (consent missing, quiet-hour violation, rate limit exceeded). All failures return detailed bounce codes; no silent drops.
Our direct SMPP interconnects to both carriers ensure messages bypass international gateways and intermediaries. This direct path is why Bhutan latency is competitive despite geographic isolation. Bhutan's two-operator duopoly also simplifies routing—no multi-carrier arbitrage needed—and our prefix tables are updated weekly to reflect any carrier splits or number plan changes published by DIT.
Bhutan's Consent Framework: Personal Data Protection Act (2021)
Bhutan's Personal Data Protection Act (2021) governs all SMS marketing and customer communication. The regulator, the Department of Information Technology (DIT), enforces marketing consent rules strictly. Unlike some jurisdictions that permit soft opt-in (pre-existing business relationship without explicit consent), Bhutan requires documented, explicit written consent before any marketing SMS is sent.
Senders must obtain affirmative consent from each recipient—a signed form, email confirmation, or in-app opt-in checkbox—and store proof of consent for audit. Consent records should include the date, method, and exact permissions granted (e.g., "SMS for promotional offers"). Recipients must be able to withdraw consent via reply SMS ("STOP"), unsubscribe link, or written request, honored within 48 hours.
The DIT publishes enforcement guidance and has published enforcement actions against carriers and senders for marketing spam and consent violations. Violations carry administrative penalties, though we do not cite specific amounts. Transactional SMS (OTP, password resets, delivery confirmations) do not require explicit marketing consent but must still be accurate and timely.
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays (National Day, Buddhist festivals such as Tshechu and Paro festival) unless you hold explicit recipient permission to do so. Always include your sender identity (registered alphanumeric ID or company name) and an unsubscribe mechanism in every marketing message.
Related Pages
Explore other countries and resources:
Related
Related
import os, requests
resp = requests.post(
"https://api.smsroute.cc/messages",
headers={"Authorization": f"Bearer {os.environ['SMSROUTE_API_KEY']}"},
json={
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
},
timeout=10,
)
resp.raise_for_status()
print(resp.json())
curl -X POST https://api.smsroute.cc/messages \
-H "Authorization: Bearer $SMSROUTE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921"
}'
import fetch from "node-fetch";
const apiKey = process.env.SMSROUTE_API_KEY;
const res = await fetch("https://api.smsroute.cc/messages", {
method: "POST",
headers: {
Authorization: `Bearer ${apiKey}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
to: "+9755551234567",
from: "smsroute",
text: "Your verification code is 384921",
}),
});
console.log(await res.json());
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"net/http"
"os"
)
func main() {
payload, _ := json.Marshal(map[string]string{
"to": "+9755551234567",
"from": "smsroute",
"text": "Your verification code is 384921",
})
req, _ := http.NewRequest("POST",
"https://api.smsroute.cc/messages",
bytes.NewBuffer(payload))
req.Header.Set("Authorization", "Bearer "+os.Getenv("SMSROUTE_API_KEY"))
req.Header.Set("Content-Type", "application/json")
resp, err := http.DefaultClient.Do(req)
if err != nil { panic(err) }
defer resp.Body.Close()
body, _ := io.ReadAll(resp.Body)
fmt.Println(string(body))
}
<?php
$apiKey = getenv('SMSROUTE_API_KEY');
$payload = json_encode([
'to' => '+9755551234567',
'from' => 'smsroute',
'text' => 'Your verification code is 384921',
], JSON_UNESCAPED_UNICODE);
$ch = curl_init('https://api.smsroute.cc/messages');
curl_setopt_array($ch, [
CURLOPT_POST => true,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => [
'Authorization: Bearer ' . $apiKey,
'Content-Type: application/json',
],
CURLOPT_POSTFIELDS => $payload,
]);
echo curl_exec($ch);
curl_close($ch);
Latency & Delivery Performance to Bhutan
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards for all routes. To Bhutan specifically:
- Latency p50 (median): 125 milliseconds from API submission to handset receipt.
- Latency p95 (95th percentile): 190 milliseconds. This reflects occasional queuing during peak hours (07:00–09:00 IST) and DIT policy checks.
- Delivery success: 98.0% across B-Mobile and TashiCell. Failures are typically subscriber-side (phone off, barred, out-of-service) or DIT policy blocks (consent missing, quiet-hour violation, rate limit exceeded). All failures return detailed bounce codes; no silent drops.
Our direct SMPP interconnects to both carriers ensure messages bypass international gateways and intermediaries. This direct path is why Bhutan latency is competitive despite geographic isolation. Bhutan's two-operator duopoly also simplifies routing—no multi-carrier arbitrage needed—and our prefix tables are updated weekly to reflect any carrier splits or number plan changes published by DIT.
Bhutan's Consent Framework: Personal Data Protection Act (2021)
Bhutan's Personal Data Protection Act (2021) governs all SMS marketing and customer communication. The regulator, the Department of Information Technology (DIT), enforces marketing consent rules strictly. Unlike some jurisdictions that permit soft opt-in (pre-existing business relationship without explicit consent), Bhutan requires documented, explicit written consent before any marketing SMS is sent.
Senders must obtain affirmative consent from each recipient—a signed form, email confirmation, or in-app opt-in checkbox—and store proof of consent for audit. Consent records should include the date, method, and exact permissions granted (e.g., "SMS for promotional offers"). Recipients must be able to withdraw consent via reply SMS ("STOP"), unsubscribe link, or written request, honored within 48 hours.
The DIT publishes enforcement guidance and has published enforcement actions against carriers and senders for marketing spam and consent violations. Violations carry administrative penalties, though we do not cite specific amounts. Transactional SMS (OTP, password resets, delivery confirmations) do not require explicit marketing consent but must still be accurate and timely.
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays (National Day, Buddhist festivals such as Tshechu and Paro festival) unless you hold explicit recipient permission to do so. Always include your sender identity (registered alphanumeric ID or company name) and an unsubscribe mechanism in every marketing message.
Frequently Asked Questions
Do I need KYC or identity verification to send SMS to Bhutan?
No. smsroute requires no phone verification, no ID upload, and no corporate documentation at account creation. You can begin sending immediately after topping up your wallet with crypto.
What payment methods does smsroute accept?
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent.
What is the typical delivery speed to Bhutan?
Median latency to Bhutan is 125 ms (p50), with 95th percentile at 190 ms. Delivery success rate is 98.0% across B-Mobile and TashiCell networks.
Can I use an alphabetic sender ID in Bhutan?
Yes. Bhutan accepts numeric sender IDs (5–8 digits) or company names. Alphanumeric sender IDs are allowed. Carrier-level registration typically completes in 2–3 business days.
What time windows apply to marketing SMS in Bhutan?
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays and Buddhist festivals unless you have explicit recipient consent.
What consent rules govern SMS marketing in Bhutan?
Bhutan's Personal Data Protection Act (2021) requires explicit written consent from recipients before sending marketing SMS. Soft opt-in is not permitted; consent must be documented and withdrawable.
How much does smsroute charge per SMS to Bhutan compared to Twilio?
smsroute charges $0.0180 per SMS to Bhutan, compared to Twilio's $0.0383—a savings of 53%. See the pricing table below for comparison with other gateways.
What is the uptime and delivery guarantee for smsroute?
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards. Bhutan's two-operator market (B-Mobile and TashiCell) is fully covered with direct interconnects.
Related Pages
Explore other countries and resources:
Related
Related
Related
Bhutan's Consent Framework: Personal Data Protection Act (2021)
Bhutan's Personal Data Protection Act (2021) governs all SMS marketing and customer communication. The regulator, the Department of Information Technology (DIT), enforces marketing consent rules strictly. Unlike some jurisdictions that permit soft opt-in (pre-existing business relationship without explicit consent), Bhutan requires documented, explicit written consent before any marketing SMS is sent.
Senders must obtain affirmative consent from each recipient—a signed form, email confirmation, or in-app opt-in checkbox—and store proof of consent for audit. Consent records should include the date, method, and exact permissions granted (e.g., "SMS for promotional offers"). Recipients must be able to withdraw consent via reply SMS ("STOP"), unsubscribe link, or written request, honored within 48 hours.
The DIT publishes enforcement guidance and has published enforcement actions against carriers and senders for marketing spam and consent violations. Violations carry administrative penalties, though we do not cite specific amounts. Transactional SMS (OTP, password resets, delivery confirmations) do not require explicit marketing consent but must still be accurate and timely.
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays (National Day, Buddhist festivals such as Tshechu and Paro festival) unless you hold explicit recipient permission to do so. Always include your sender identity (registered alphanumeric ID or company name) and an unsubscribe mechanism in every marketing message.
Frequently Asked Questions
Do I need KYC or identity verification to send SMS to Bhutan?
No. smsroute requires no phone verification, no ID upload, and no corporate documentation at account creation. You can begin sending immediately after topping up your wallet with crypto.
What payment methods does smsroute accept?
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent.
What is the typical delivery speed to Bhutan?
Median latency to Bhutan is 125 ms (p50), with 95th percentile at 190 ms. Delivery success rate is 98.0% across B-Mobile and TashiCell networks.
Can I use an alphabetic sender ID in Bhutan?
Yes. Bhutan accepts numeric sender IDs (5–8 digits) or company names. Alphanumeric sender IDs are allowed. Carrier-level registration typically completes in 2–3 business days.
What time windows apply to marketing SMS in Bhutan?
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays and Buddhist festivals unless you have explicit recipient consent.
What consent rules govern SMS marketing in Bhutan?
Bhutan's Personal Data Protection Act (2021) requires explicit written consent from recipients before sending marketing SMS. Soft opt-in is not permitted; consent must be documented and withdrawable.
How much does smsroute charge per SMS to Bhutan compared to Twilio?
smsroute charges $0.0180 per SMS to Bhutan, compared to Twilio's $0.0383—a savings of 53%. See the pricing table below for comparison with other gateways.
What is the uptime and delivery guarantee for smsroute?
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards. Bhutan's two-operator market (B-Mobile and TashiCell) is fully covered with direct interconnects.
Frequently Asked Questions
Do I need KYC or identity verification to send SMS to Bhutan?
No. smsroute requires no phone verification, no ID upload, and no corporate documentation at account creation. You can begin sending immediately after topping up your wallet with crypto.
What payment methods does smsroute accept?
smsroute is crypto-only. Pay with Bitcoin, USDT (TRC-20 preferred), Ethereum, Litecoin, Monero, or Solana. No cards, no SEPA, no bank transfers. Minimum top-up is $5 USD equivalent.
What is the typical delivery speed to Bhutan?
Median latency to Bhutan is 125 ms (p50), with 95th percentile at 190 ms. Delivery success rate is 98.0% across B-Mobile and TashiCell networks.
Can I use an alphabetic sender ID in Bhutan?
Yes. Bhutan accepts numeric sender IDs (5–8 digits) or company names. Alphanumeric sender IDs are allowed. Carrier-level registration typically completes in 2–3 business days.
What time windows apply to marketing SMS in Bhutan?
Marketing SMS must be sent between 08:00 and 21:00 IST (UTC+5:30). Avoid sending during Bhutanese national holidays and Buddhist festivals unless you have explicit recipient consent.
What consent rules govern SMS marketing in Bhutan?
Bhutan's Personal Data Protection Act (2021) requires explicit written consent from recipients before sending marketing SMS. Soft opt-in is not permitted; consent must be documented and withdrawable.
How much does smsroute charge per SMS to Bhutan compared to Twilio?
smsroute charges $0.0180 per SMS to Bhutan, compared to Twilio's $0.0383—a savings of 53%. See the pricing table below for comparison with other gateways.
What is the uptime and delivery guarantee for smsroute?
smsroute maintains 99.9% uptime and operates at 99% tier-1 delivery standards. Bhutan's two-operator market (B-Mobile and TashiCell) is fully covered with direct interconnects.
Related Pages
Explore other countries and resources:
Related
Related
Related
Related
Ready to send SMS to Bhutan?
$5 minimum. Crypto only. Live in 60 seconds.