fbpx

Two-Way SMS

Interactive. Instant. Automated.

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

Real Time Conversations

Improve Customer Engagement & Loyalty, Achieve Business Growth.

Advancements in technology are changing how enterprises interact with their customers and keep up to their ever-changing needs in an attempt to increase loyalty and ensure consumer retention over the long-run. Two-Way messaging services enable businesses to automate engagement in real-time and improve overall customer satisfaction. Beem’s Two-Way SMS solution allows companies to send messages and receive instant replies, follow up, collect data and much more. Beem Engage brings all this functionality with indepth analysis all in one place.
Two way SMS engagement

Your Number Options.

Long Code

Long code, also known as Virtual Mobile Numbers (VMN), these resemble normal mobile numbers, which can encourage replies from customers from a marketing campaign or chat service. Usually 10-16 characters in length for e.g. (255784845874), SMS sent to longcodes are usually charged to subscribers themselves at standard sms rates, but toll free longcodes are available in certain countries.

Short Code

A short code is a virtual number provided by mobile network operators/carriers, usually 5-6 digit numbers for example (15320) and are easy to remember for marketing purposes, competitions and other services. A short code can either be dedicated, meaning that it solely belongs to you or shared, which means that it is used by multiple users and differentiated by a keyword. For example, a retail shop and pharmacy can both use the same short code e.g 12345 differentiated by the first keyword in the sms e.g “SHOP” or “PHARMACY”. A shortcode can be billed in different ways. A premium billing means customers are charged higher than a normal sms message. This is usually used to purchase content or services. Standard rate billing means means that customers pay the normal sms cost to send a message to the short code. Free to End User (FTEU), or Toll Free billing which means that it is free for the end user to send a message to the short code and the business takes on charges on behalf of the customer. The shortcode can either be used as the sender ID in your SMS communication, enabling your audience to respond to your sent messages, or be promoted as a part of a competition or a contact method for your business.

What can you use it for?

Send Two-way SMS notifications

Notifications

Send product and service notifications.

Send confirmations using two-way sms

Confirmations

Send delivery confirmation for orders.

Run contests with two-way sms

Contests

Run competitions and raffle draws.

Use two-way SMS to provide support

Support

Provide timely customer support through SMS.

Use two-way SMS for polling

Polls

Run polls & collect votes on important subjects.

Use two-way SMS for appointments

Appointments

SMS based appointment booking.

Conduct surveys using two-way SMS

Surveys

Collect valuable information.

Initiate transactions with two-way SMS

Transactions

Provide a transaction initiation channel.

Key Features

So you can focus on what matters.

R

Track transactions and conversations on Beem the Engage portal.

R
Integrate your software with our easy to use Developer API.
R
Real-time delivery reports.
R
Secure and private.
R
Automate inbound campaigns through keyword-based auto-responses.
R
Transfer over your own registered number and leverage our existing mobile operator connectivity to launch your service faster.
R
Prioritise your interaction with predefined keywords that would help you trigger filing and sorting of message replies based on your customer’s needs.
R
Design complex visual flows of how you want to handle SMS responses with our integration with TextIt.

How it Works

4 Simple & Easy Steps

Step 1

Purchase a new virtual number per country.

Step 2

Configure & setup with mobile networks.

Step 3

Configure number on Beem Engage.

Step 4

Monitor transactions on Beem Engage or API.
*Step 1 & 2 are only required for Shared Numbers.

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

Ready to incorporate Two Way SMS into your own platform? Take a look at our comprehensive API documentation and sample code which provide you with detailed instructions and comprehensive tutorials.

<?php

//==REQUIRED INFORMATION==

$username = “Enter your username”;
$password = “Enter your password”;
$destnum = “Enter your destnum”;
$source_address = “Enter your sourceadd”;
$message = “Enter message”;

//== END OF OPTIONAL REQUIREMENT ==

//==DO NOT EDIT ANYTHING BELOW==

$destnum = urlencode($destnum);
$message = urlencode($message);

$posturl = “https://api.blsmsgw.com:8443/bin/send?USERNAME=”.$username.“&PASSWORD=”.$password.“&DESTADDR=”.$destnum.“&SOURCEADDR=”.$source_address.“&MESSAGE=”.$message;
// echo $posturl;
// Setup cURL
$ch = curl_init($Url);
error_reporting(E_ALL);
ini_set(‘display_errors’, 1);
curl_setopt($ch, CURLOPT_URL, $posturl);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT ,0);
curl_setopt($ch, CURLOPT_TIMEOUT, 500); //tim

$response = curl_exec($ch);
echo $response;
if($response === FALSE){
echo $response;

die(curl_error($ch));
}
var_dump($response);
?>

Need a custom quotation for larger volumes? Get in touch with us for a custom quotation.