What is an SMS gateway? Explained here.
When you send an SMS message, do you ever wonder what happens after you hit the Send button? The message goes on a crazy trip, extremely fast, to get to the mobile you were trying to reach. The details of that journey vary a little depending on how you sent the message and the recipient, but most of the messages will travel through at least one SMS gateway to get to their destination.
But what exactly is an SMS gateway anyway? In many respects it’s as simple as the name implies: a gateway. Various mobile carriers all have their own computer systems and networks. In order for SMS messages to travel between networks, it has to leave one carrier’s network and enter into another’s gateway where it then is sorted and sent along its way.
When you send messages from your mobile, your network takes care of all that sorting for you. But you can also send SMS messages via an online SMS provider like fastsms. In those cases, the provider is an SMS gateway too. For example, fastsms has connections with 500 mobile networks in over 200 countries. When you send a message through any of our send options (email, NetMessenger or via our API) we take your message and make sure it gets through to the proper network and reaches its destination. Likewise, if you receive SMS messages, they enter our gateway and our system then delivers them to your inbox.
While that may sound quite simple, logistically and technically speaking it can get quite complicated for a number of reasons. First, SMS gateways need to be able to handle bulk SMS messages. And “bulk” here means millions. It takes significant investment in infrastructure to handle that kind of load. Second, in order to have the connections to all those mobile networks we need to have agreements in place with various networks and other SMS gateways. Third, we also need to develop the software to interface to those various gateways. These include our web-based NetMessenger, API and email to SMS service.
Connecting via our API
When we created our API we wanted it to be simple to use, yet powerful enough to do everything customers would want to do from within an application. We also know that people have preferences when it comes to programming languages and interfaces. So our API supports four different options developers can choose:
- HTTP API
- XML API
- SMTP API
Detailed API documentation, SDKs and a sandbox can be found in our Developer Zone, but you can read the highlights here.
PHP Software Developers Kit (SDK)
According to W3techs.com, “PHP is used by 81.6% of all the websites whose server-side programming language we know.” This made it a perfect choice when we were deciding which languages to include because just about anyone with a website is likely to use PHP.
Our PHP SDK is hosted on GitHub. We give you everything you need to get started using PHP to connect your website or application to our systems. You’ll find the source code and examples to send messages, check messages, account balances, create users and lists, reporting, creating users and other functions.
HTTP API
One of the simplest and most popular ways to connect your application to our services is by using our HTTP API. You can connect using HTTP GET or POST. And by passing the relevant parameters, you can access virtually every feature we offer including importing contacts and inbound message forwarding.
XML API
Many enterprise applications, such as Oracle, use XML for importing and exporting data. By most reports XML is still heavily used today all across the web too. Our XML API is a perfect fit for integrating into existing applications that already rely on XML. You can download our DTD files from our Developer Zone and even use a live connection to our API to test out the XML interface. You’ll find lots of examples too, and all the information you need to create a robust integration.
.NET SDK
For those who choose to develop in .NET, you can get our .NET SDK from github as well. This is a fairly new addition to our API toolset, but one that Windows developers will find useful. In our SDK, you’ll find all you need to get started easily.
Sandbox
We also have a sandbox, accessible from our Developer Zone. Here you can test out the various function calls and see the appropriate API response. In order to use the Sandbox, you’ll need to have your API token. This allows you to have a secure connection with the API which is required even for running tests in the Sandbox.
In fact, whichever way you access our API you’ll need an API token that you can generate from within your account under the Preferences API section. You only have to do this once and it helps keep your account secure. Instead of entering usernames and passwords, your encrypted API token authorises your application to perform the actions requested.
If you’re still deciding on which SMS gateway you want to use, our Developer Zone is available to everyone, not just account holders. So feel free to check it out by clicking on the link and contact us with any questions or requests. We develop all our own software, so when you talk to us, you’re talking to the people who created the system and understand developer’s needs.
Related Articles
Sending “Just in Time” Messages Using our SMS API
A few weeks ago I wrote a blog post about using SMS messaging to contact your list after some sort of trigger - they made a purchase, had a birthday, or some other event or date. I’m going to build on that concept a little bit more in this post and share how you can really offer just-in-time SMS messages by integrating with your existing systems.
In Store SMS Service Could Improve Sales
Have you ever been inside a Walmart or ASDA Supercentre? If you have, you’ll appreciate the possibility of what I’ll share in a moment. If you haven’t, try imagining walking into a store so big you can barely see one end from the other, where the shelves are packed with everything you might ever need, and staff who are often less than helpful (not everywhere mind you, but often). The point is you can get lost or frustrated if you’re trying to find a certain item that you need, or is on sale. Finding the right section is sometimes challenging, and even if you think you’re in the right spot you might not be.
Advice and Predictions for the Future of SMS Messaging in 2017
SMS messaging took off in 2016. And that’s saying something for a technology that’s been around twenty-five years. Come take a look at the past year and see what we think 2017 will bring to the industry and how you can use it in your business.
A is for API Integration [Infographic]
Emergency SMS Messages for Vehicle Accidents: A Fastsms API Case Study
This SMS messaging case study explains how a student at the University of West England used the fastsms API in an experimental project aiming to improve vehicle safety. The post is Q&A session between Thomas West, the student, and fastsms, relating how the project unfolded.
Is Your SMS Marketing Keeping Customers Loyal by Being Fun?
When you think about your SMS marketing campaigns would you label them as fun? Is there any aspect of your SMS marketing or loyalty program that you think customers would call fun? If so, you're going to love what you read in this blog. If not, then you need to read this blog. It turns out that a little bit of fun and games can keep your customers more engaged – and more loyal.
SMS and Two Factor Authentication
The benefit of using SMS messaging for authentication is that people have their mobiles with them all the time. It’s convenient for them to receive the passcodes quickly so they can get logged in and do their business, whatever that may be. At its simplest, the procedure goes something like this...
3 More Reasons to Use SMS Marketing This Year
If you’re still not sure about why you need SMS marketing, this blog takes you beyond the usual statistics to show three convincing reasons why you do. Find out how it provides value to you, and your, customers a variety of ways.
What Every Business Ought to Know About A2P SMS
Can your business benefit from A2P SMS? According to recent research the answer is yes. See the industries that are using it and how the convenient and easy to use fastsms API can get you started, even if you don’t want to code.
Promoting Your App Using Your Website and SMS Messaging
By 2017 there will be 270 billion app downloads worldwide. And the Google Marketplace and the Apple App Store each have over 1.3 million apps available. You need to help people find your app if you’re to break through all that noise. Your website is a great place to start promoting your app, but maybe not in the way you might think.