Table of contents
Developer Web API and connectivity options
SMSPrime offers several connectivity options for automated interaction with our server. Our Web APIs are perfect for sending SMS through your own website or applications.
HTTP connectivity
HTTP/S provides just about the simplest way of programming your connection to SMSPrime, and if you need to overcome a firewall problem HTTP/S is almost certainly your best solution.. You only have to perform a HTTP call using the programming language of your choice.
- Supports text, Unicode and flash messaging.
- Support of all languages with special characters (Arabic, Chinese, Greek etc)
- Support for concatenated messages (long SMS)
- Support for bulk sendings
- Dynamic sender identity
- Delivery reports
- Easy to use
How to connect via HTTP
Sign up to our system from here. Use your free credits in order to make your tests
- Specifications and code samples: HTTP XML POST API