SMS communication and job planning software with employees or employees via SMS
Smstools

SMS services for job planners

Communicate with your employees on the job or workers on call via SMS.

SMS services for job planners

Smstools allows you to automate recurring job scheduling actions via SMS. Sending a daily schedule, a cancellation, a work appointment or a change in a truck route is quick and simple with our software. This can save you a lot of time and work.

REGISTER
SMS services for job planners

Smstools has been supplying SMS services to job planners for more than 20 years.

2-weg communicatie via persoonlijke SMS nummers

Integreer een Virtual Mobile Number om SMS berichten te versturen en ontvangen en uw afzender te personaliseren zodat uw berichten altijd vanaf dezelfde nummer verzonden worden, en uw contacten ook kunnen reageren op uw berichten.

REGISTER
2-weg communicatie via persoonlijke SMS nummers
Manage multiple locations

Manage multiple locations

You can create sub-accounts for your different locations. You can centralise invoicing and SMS purchases while keeping control over all locations by consulting statistics.

Manage multiple locations

Detailed reports

Our comprehensive software allows you to directly import files from your CRM software into our SMS software. You can use this data for personalised mailings to which the recipient can respond if necessary to confirm the job scheduling. Recipients can respond via a virtual mobile number, SIM hosting and SMS shortcode keywords. Our detailed reports allow you to generate a report at any time and check your schedule.

REGISTER
Detailed reports
How can you use our services?

How can you use our services?

REGISTER
How can you use our services?
<?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);
?>

Easy SMS API integration

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

API documentation

Other products

  • SMS SOFTWARE

    Send & receive SMS messages through our software

    Read more
  • VIRTUAL NUMBER

    Receive SMS messages through a virtual number

    Read more
  • SMS GATEWAY API

    Integration tool for developers

    Read more