Whether you want to send a single SMS to an individual, or in bulk to multiple contacts, our simple,
web-based SMS solution has been designed with a range of handy features.
Track your volume of SMS sent, open rates and unsubscribe levels with our easy-to-understand reporting tools.
Simple to Use
Our SMS platform has been designed with real, everyday users in mind - not just tech-savvy developer types.
Automation
SMSTech enables a hands-off approach to SMS, making your business that little bit easier to run on a day-to-day basis.
Simple Pricing
No complicated pricing formulas here. Know exactly what you're paying for at all times.
Training Video
Our product documentation and training resources are second to none - we even have easy to understand instructional videos.
Team Account
Allow multiple users within your company to access the platform with permissions decided by you.
99% Gateway Uptime Guarantee
SMSTech provides a high quality, reliable gateway that routes directly to Telstra and Vodafone, with Optus traffic passing through an Australian aggregator. Multiple gateways and routes ensure the best value and most reliable delivery to all national carriers.
Send SMS From Anywhere
SMSTech was built with your convenience in mind. That's why we don’t limit the ways in which you can send the SMS message.
Web to SMS
Send SMS to all your contacts instantly using our super intuitive and easy to use system.
Email to SMS
Use your favourite email client such as Outlook, and streamline and automate your SMS.
API for Developers
Designed for software developers looking to integrate an SMS service into an existing system.
Powerful SMS API
Our SMS API is designed to allow third party developers to access the SMSTech system using their favourite programming languages.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text.RegularExpressions;
using System.Net;
using System.Text;
namespacesmstech
{
publicclassProgram
{
publicstaticvoidMain(string[] args)
{
HttpWebRequest request = (HttpWebRequest)WebRequest.Create("https://api.transmitsms.com/send-sms.json");
var postData = "message=Test SMSTech message";
postData += "&to=+61412345678";
var data = Encoding.ASCII.GetBytes(postData);
request.Method = "POST";
request.ContentType = "application/x-www-form-urlencoded";
request.ContentLength = data.Length;
string svcCredentials = Convert.ToBase64String(ASCIIEncoding.ASCII.GetBytes("your_api_key:your_api_password"));
request.Headers.Add("Authorization", "Basic " + svcCredentials);
request.PreAuthenticate = true;
request.UseDefaultCredentials = false;
using (var stream = request.GetRequestStream())
{
stream.Write(data, 0, data.Length);
}
HttpWebResponse response = (HttpWebResponse)request.GetResponse();
}
}
}
Faster and Better Response
East Fremantle Soccer Club uses two-way SMS to schedule training and upcoming match between clubs.
We found SMSTech’s prices to be more competitive but most importantly we preferred the way we can import our database - it makes sending bulk email very easy indeed. It’s a known fact that you get much faster response from an SMS than an email overall we are very happy with the SMSTech service.
Robert de Kleine, East Fremantle Soccer Club
Efficient and Time Saving
New View Psychology have helped to improve their consultant response times.
I found the SMSTech product to be very simple and easy to use. The service was efficient and consultants were quick to respond to my enquiries. I would recommend this service to any business as the customer truly comes first.
Tiana Iuculano, New View Psychology
Start Your Free Trial Today
Trusted By Small Businesses And Leading Brands. No Credit Card Required!