Smstools

SMS Reseller Program

Offer White Label Text Message Marketing as a Service to your Customers with your own Branding or as an Affiliate.

Do you want to offer White Label Text Marketing to your clients?

With our white label SMS and partner programs, you can easily resell text message marketing to your customers. Perfect for Software Platforms who want to upsell SMS services or marketing agencies.

FREE TRIAL
Do you want to offer White Label Text Marketing to your clients?

White Label Text Message Marketing Features

Create sub-accounts for your customers or staff.

Sell SMS credits at your own rates.

Brand the SMS service with your colors and logo and URL.

SMS software features customized to your needs.

<?php
	$ch = curl_init();
	$url = "https://api.smsgatewayapi.com/v1/message/send";
	$client_id = "XXX"; // Your API key
	$client_secret = "YYY"; // Your API secret
	$data = [
		'message' => "Hello World", //Message
		'to' => "447412345678", //Receiver
		'sender' => "YourName" //Sender
	];
	curl_setopt($ch, CURLOPT_URL, "$url");
	curl_setopt($ch, CURLOPT_POST, true);
	curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
	curl_setopt($ch, CURLOPT_VERBOSE, true);
	curl_setopt($ch, CURLOPT_HTTPHEADER, [
		"X-Client-Id: $client_id",
		"X-Client-Secret: $client_secret",
		"Content-Type: application/json",
	]);
	curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
	$response = curl_exec($ch);
?>

Easy integration

With our SMS API you can extend your application with an SMS integration. Integrating our SMS API is very easy so you can quickly connect your website or software to our powerful SMS platform

API documentation

Earn with our Referral Program

Another way to work with us: Introduce your clients to Smstools and get rewarded. Perfect for agencies, consultants, influencers, and more. We can setup a referral program where you bring clients and get rewarded. Clients pay directly to us, we handle all the administration, invoices and support. Contact us for more information.

FREE TRIAL
Earn with our Referral Program
White Label Text Message Marketing Overview

White Label Text Message Marketing Overview

White Label SMS software, branded with your company logo and colors.
Your own SMS service which you can offer at your own rates to you customers.
Reseller API to automate everything.

FREE TRIAL
White Label Text Message Marketing Overview