fbpx

Resellers

Your Customers, Your Branding, Our Platform.

Sign up to the most popular SMS Reseller Program and enjoy the benefits of running your own SMS business.

The Beem reseller program.

Provide new solutions to your customers.

Send Two-way SMS notifications

Onboarding

Take full ownership of your customers, manage, engage and delight them with your own unique offering.

Send confirmations using two-way sms

Collect Payments

Set your own pricing and collect payments directly from your customers. Zero transaction fees.

Run contests with two-way sms

Instant Sign Up

Start selling today with instant reseller sign up and online SMS Credit Purchase using Mobile Payments.
Use two-way SMS to provide support

Zero Setup Costs

It has never been easier to become a reseller. Zero setup costs and a simple pay-as-you-go payment model.

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
Beem reseller dashboard.

Key Features

Built for hassle free business.

Free Reseller Account
Instant Free Reseller Account. No Sign up costs or setup fees plus free test credits with every new sign up.
Zero Upfront Payment
Simple Pay-As-You-Go payment model. Purchase SMS Credits as and when required.
Intuitive Management Console
Simple and easy to use Reseller Management Console with in-depth guides for assistance.
On-Call Support
9-to-5 Technical support available over the phone and on email, with emergency support available 24/7.
Free Training
Free technical, platform, sales and customer management training available for all reseller accounts.
White Label Solution
Brand your Customer Portal with your own colours and logos to provide a unique experience to your customers.

How it Works

4 Simple & Easy Steps

Step 1

Sign up for a free Reseller Account.

Step 2

Purchase SMS credits.

Step 3

Sign up Customers under your account.

Step 4

Sell SMS Credits at your own price.

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

Robust and Scalable platform processing millions of transactions.

Network Reach

Support for over 150 Mobile Networks across Africa & the World.

Support

Dedicated support team with an Industry Standard SLA.

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);

BECOME A RESELLER

Get in touch

Become a part of a winning reseller program and increase your product portfolio and income generation stream with Beem. Get in touch with us if you have more questions about how you can benefit from our Reseller program.

Harness the power of SMS across Africa, and the World, with Beem’s SMS Messaging Platform.