Resellers
Your Customers, Your Branding, Our Platform.
The Beem reseller program.
Explore new Business Opportunities by providing new solutions to your customers
Onboarding
Take full ownership of your customers, manage, engage and delight them with your own unique offering.
Collect Payments
Set your own pricing and collect payments directly from your customers. Zero transaction fees.
Instant Sign Up
Zero Setup Costs
Advanced SMS Platform.
Enterprise Management tools to help you scale.
- Clean, Modern & User Friendly User Interface
- Manage All Your Client Accounts in One Place
- Set Your Own Pricing Tiers Per Client
- In-depth Client Reporting & Activity Tracking
- Advanced Client & Contact Management & Grouping
- Send SMS’s Using Your Address Book or File Upload
- Schedule SMS Broadcasts
- Personalize Each SMS
- Online SMS Credits Purchase Using Mobile Money
- Create Unlimited SMS Templates

Key Features
Built for hassle free business.
Free Reseller Account
Zero Upfront Payment
Intuitive Management Console
On-Call Support
Free Training
White Label Solution

How it Works
4 Simple & Easy Steps
Step 1
Step 2
Step 3
Step 4
The Beem Advantage
We understand our customers rely on our services and expect us to deliver scalable and reliable bulk SMS services. Through our SMS messaging experience, market knowledge, and domain expertise, we constantly strive to solve our customer's challenges whilst remaining economical and competitive.
Uptime
Platform uptime guarantee of 99.9%.
Scalability
Network Reach
Support
Flexible Models
No minimum commitment with a pay-as-you-go model.
Tiered Pricing
Competitive tier-based pricing.
Integrate with Our Platform
Want to add SMS features into your own platform? Our robust API backed by a comprehensive API documentation and sample code allows businesses to integrate with our SMS solution into any application other third party systems like an ERP, CRM, etc easily.
<?php
//…. replace <api_key> and <secret_key> with the valid keys obtained from the platform, under profile>authentication information
$api_key=‘<api_key>’;
$secret_key = ‘<secret_key>’;
// The data to send to the API
$postData = array(
‘source_addr’ => ‘INFO’,
‘encoding’=>0,
‘schedule_time’ => ”,
‘message’ => ‘Hello World’,
‘recipients’ => [array(‘recipient_id’ => ‘1’,‘dest_addr’=>‘255700000001’),array(‘recipient_id’ => ‘2’,‘dest_addr’=>‘255700000011’)]
);
//…. Api url
$Url =‘https://apisms.beem.africa/v1/send’;
// Setup cURL
$ch = curl_init($Url);
error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt_array($ch, array(
CURLOPT_POST => TRUE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HTTPHEADER => array(
‘Authorization:Basic ‘ . base64_encode(“$api_key:$secret_key”),
‘Content-Type: application/json’
),
CURLOPT_POSTFIELDS => json_encode($postData)
));
// Send the request
$response = curl_exec($ch);
// Check for errors
if($response === FALSE){
echo $response;
die(curl_error($ch));
}
var_dump($response);
Our regional offices.
Sebele Centre
Gabarone
Botswana
Telephone:
+267 72 217218
Plot 13 Block E
Apemso-Kumasi
Ghana
Telephone:
+233 54 8383383
+233 50 1375295
First floor, Room 10
Wisdom House
Kenyatta Drive
P.O Box 3008
Blantyre
Malawi
Telephone:
+265 99 8996888
334/A Mawanella Rd
Pethiyagoda Kelaniya
Sri Lanka
Telephone:
+94 78 5814708
Entrée Bingerville
Bp 151 Bingerville
Bingerville
Telephone:
+225 42 323507
Makuza Peace Plaza
KN4 Avenue St
Kigali
Telephone:
+250 78 8306159
No 17 Buboni Villas
Roma Park, Zambezi Road
Lusaka, Zambia
Telephone:
+260 96 9188677
Maison Kengue Gérard
Quartier Zoca
Ville: Abomey-Calavi
Telephone:
+229 67 730676
5th Street Industrial Area, Suit 5.2
2nd Floor Uganda House
Kampla, Uganda
Telephone:
+254 78 0622106
Harness the power of SMS across Africa, and the World, with Beem’s SMS Messaging Platform.