SMS custom work — we integrate your SMS solution with your CRM, ERP or existing software.

We can developer SMS software or automation scripts for your company!

You want a simple, effective and cost-effective way to communicate via SMS with your customers, audience or groups, but you don't find exactly what you're looking for? Then please contact us. Smstools has years of experience in offering successful SMS services.

Our standard software includes many features.
We can create add-ons to our existing software so it will meet your requirements.

  • Custom-built
  • Custom API integration
  • Personal consulting
CRM
ERP
Custom App
POS
Smstools
SMS Engine
Custom
integration
EU-based support
In-house developers
Personal consulting
Full API access
20+ years experience

Some possibilities of SMS customization

SMS integration in your webshop

api.smsgatewayapi.com
<?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' => "32495123456", //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);
?>
API

Easy SMS API integration

With our SMS API you can quickly extend your software with a reliable SMS integration. Thanks to our clear API documentation and official SDKs for PHP, Node.js, Ruby, Python and Powershell, you can connect your website, webshop or application to our powerful and scalable SMS platform in just a few minutes.

API documentation
Discover our SMS platform today!

Sending SMS has never been this easy.