Bulk SMS Operators
Introduction
Apart from GSM modems or phones, SMSLib also supports some bulk SMS operators. These operators are companies which provide APIs and allow you to send SMS via their infrastructure. There are some notable pros and cons in using a bulk SMS operator instead of a simple GSM modem:
Pros
- Faster throughput: Using a bulk SMS company, you can send your messages much faster than when using a GSM modem.
- Reliability: Bulk SMS companies may have redundant network connections available.
Cons
- Reliability: Bulk SMS companies are sometimes (or for some periods) blocked by national GSM providers due to spam.
- Cost: The cost per message is a bit higher (but drops if you send out many messages).
One way communication: Currently, SMSLib and bulk SMS companies can be used only for sending messages - you cannot receive messages via those companies. This is an SMSLib limitation.
In order to overcome all of the above limitations and combine the best of all worlds, you can also consider using both a GSM modem and a bulk SMS operator. The GSM modem can be used for receiving messages. On the other hand, you can forward all outbound messages via the bulk operator. SMSLib supports such a scenario.
Disclaimer
Please pay particular attention to the following issues:
- SMSLib is not supported nor endorsed by any of the following companies.
- Its possible that the supported bulk sms companies offer more features than what SMSLib supports.
Supported Bulk SMS Operators using the HTTP/HTTPS protocol
BULKSMS
BULKSMS is a very well known bulk SMS operator, supporting several transport streams. SMSLib implements the HTTP-to-SMS interface. The following features are supported:
- Plain (http) or secure (https) communication.
- Query of credit balance.
- Query of status/delivery report for a sent message.
- Simple text messages.
- Flash messages and large (multipart) messages are supported.
- Custom originator (from) number or alphanumeric.
Application notes:
- In order to use SMSLib with BulkSMS, you should register at BULKSMS.
- Message IDs returned from BulkSMS are big, alphanumeric strings which look like Class Ids.
- To get a Custom Originator number or alphanumeric, you must request it from BULKSMS. Its up to BULKSMS to grand you the right to use this Originator ID.
Clickatell
Clickatell is also one of the most known bulk SMS operators, supporting many transport streams. SMSLib implements the HTTP / HTTPS Clickatell interface. The following features are supported:
- Plain (http) or secure (https) communication.
- Query of credit balance.
- Query of coverage for a specific message.
- Query of status/delivery report for a sent message.
- Simple text and/or WAP SI messages.
- Three (3) native priority queues.
- 7 bit or Unicode messages, flash messages and large (multipart) messages are supported.
- Custom originator (from) number or alphanumeric.
Application notes:
- In order to use SMSLib with Clickatell, you should register at Clickatell and also register at their SMS Gateway service. Three distinct values are used for authenticating to Clickatell: an API ID, a Username and a Password. All of those will be available right after your registration.
- Message IDs returned from Clickatell are big, alphanumeric strings which look like Class Ids.
- To get a Custom Originator number or alphanumeric, you must request it from Clickatell. Its up to Clickatell to grand you the right to use this Originator ID.
EzTexting
Ez Texting provides affordable two-way messaging through their SMS gateway. They can deliver your messages from their US and Canadian short codes (313131 & 393939). Most features of Ez Texting’s web application are exposed via their APIs. Features include:
- Connection must be secure (https)
- Sending & receiving text messages
- Querying Keyword availability
- Renting & configuring Keywords
- Purchasing credits
- Sending mass voice broadcast messages
Application notes:
- In order to use SMSLib with Ez Texting you’ll need to register for an account with Ez Texting.
Generic SMPP Bulk Operators
Starting from version 3.4.6, SMSLib also supports the SMPP protocol (using the JSMPP library). So you could use SMSLib with the provider of your choice, as long as the SMPP connectivity is supported.