EXPAND YOUR BUSINESS BY
REACHING NEW CUSTOMERS.
A\B testing, landing pages, tracking and insights
SIGN UP TODAY

The design of your landing pages is critical. You simply cannot afford not the have a professional and impactful message that delivers ROI.
SMS Studio gives you the ability to easily create your own engaing landing pages to generate leads. Or you can leverage your own website and add multi-tier conversion tracking, which delivers the capability to add products images, so you know which products has been viewed the most times.

reach. instantly.

The first step and key to any successful SMS campaign is building your list of subscribers. SMS Studio offers full list management capabilities, which includes everything from segmentation by countries or action (click/lead/sale) to bounce management (undeilvered messages or wrong syntax) and unsubscribe option.

reach. instantly.

The SMS Studio platform assists you with optimizing your campaigns to ensure they are successful via a\b testing, This feature allows you to create several versions of your message, define the percentage of subscribers you want to perform your test on for each and choose yhe way that the system selects the winning version based on click and leads.

reach. instantly.

Mobile marketing with SMS Studio is not a guessing game.
You actually know if your campaigns are successful or not.
Our platform provides advanced tracking and reporting by language, operating system, type of mobile device, countries and actions (click/lead/sale).

reach. instantly.
The Ultimate Mobile Messaging Solution

SMS Studio is a full-service solution for creating high-impact profesionals text messaging campaigns. Our easy-to-use, robust and high-end, platform combines powerful tools for list management, design, campaign optimization and analytics to help you effectively drive revenue and maximize your mobile relationships.

Reach Your Audience Instantly

Reading text messages is the most frequently used mobile feature, ahead of voice calls and email. If you want to instatly reachexisting and potential customers on a direct one-to-one basis, in a quick, simple, trackable, cost-effective, mobile-friendly way, you can't afford to ignore SMS marketing.

Built-In URL Shortener

Text messaging naturally limits the amount of allowed characters you can display in lieu of this, SMS Studio has the capability of making your URL links shorter, which allows more space for your content.

<SIMPLE API>
Send an SMS with a few lines of code

The SMS Studio platform offers easy and secure API integration, so you can actually use our platform from other platform as well.

Copy code

curl -X POST \
  'https://devapi.sms.studio/customer/custom-sms?api_token=3o489uw8i&response_type=json&from_name=YOUR_NAME_HERE&to=380551112233&text=Hello%20World' \
  -H 'cache-control: no-cache' \
 

<?php
$ch = curl_init();

curl_setopt($ch, CURLOPT_URL, "https://api.sms.studio/customer/custom-sms?
api_token=3o489uw8i&response_type=json&from_name=SMSSTUDI
O&to=RECEPIENT&text=Howdy!
");

curl_setopt($ch, CURLOPT_HEADER, 0);
curl_exec($ch);
curl_close($ch);
?>

var data = null;

var xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener("readystatechange", function () {
  if (this.readyState === 4) {
    console.log(this.responseText);
  }
});

xhr.open("POST", "https://devapi.sms.studio/customer/custom-sms?api_token=3o489uw8i&response_type=json&from_name=YOUR_NAME_HERE&to=380551112233&text=Hello%20World");
xhr.setRequestHeader("cache-control", "no-cache");
xhr.send(data);


curl -X POST \
  'https://devapi.sms.studio/customer/contact?api_token=3o489uw8i&response_type=json&list=1141&phone=380551112233' \
  -H 'cache-control: no-cache' \
<?php

$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => "https://devapi.sms.studio/customer/contact?api_token=3o489uw8i&response_type=json&list=1141&phone=380551112233",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "POST",
  CURLOPT_HTTPHEADER => array(
    "cache-control: no-cache",
   
  ),
));

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);

?>

var data = null;

var xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener("readystatechange", function () {
  if (this.readyState === 4) {
    console.log(this.responseText);
  }
});

xhr.open("POST", "https://devapi.sms.studio/customer/contact?api_token=3o489uw8i&response_type=json&list=1141&phone=380551112233");
xhr.setRequestHeader("cache-control", "no-cache");
xhr.send(data);

curl -X POST \
  'https://devapi.sms.studio/otp?api_token=3o489uw8i&response_type=json&to=380551112233' \
  -H 'cache-control: no-cache' \

<?php
$curl = curl_init();

curl_setopt_array($curl, array(
  CURLOPT_URL => "https://devapi.sms.studio/otp?api_token=3o489uw8i&response_type=json&to=380551112233",
  CURLOPT_RETURNTRANSFER => true,
  CURLOPT_ENCODING => "",
  CURLOPT_MAXREDIRS => 10,
  CURLOPT_TIMEOUT => 30,
  CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  CURLOPT_CUSTOMREQUEST => "POST",
  CURLOPT_HTTPHEADER => array(
    "cache-control: no-cache",
   
  ),
));

$response = curl_exec($curl);
$err = curl_error($curl);

curl_close($curl);


?>
var data = null;

var xhr = new XMLHttpRequest();
xhr.withCredentials = true;

xhr.addEventListener("readystatechange", function () {
  if (this.readyState === 4) {
    console.log(this.responseText);
  }
});

xhr.open("POST", "https://devapi.sms.studio/otp?api_token=3o489uw8i&response_type=json&to=380551112233");
xhr.setRequestHeader("cache-control", "no-cache");
xhr.send(data);

Pricing
Price for
Flat rate pricing in USD
$ 0.025
per message
VOLUME DISCOUNTS AVAILABLE
Sign up and start sending