Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

bulk sms prices pricingBulk SMS Software

Blog Archives

REST SMS API Code Examples

Posted on March 22nd, 2010 by Jay.
Categories: All SMS Gateway Documentation, Development Blog, PHP Classes, Technical Tags: , , , , ,

In our REST API specification document we saw, in general terms, how to make a request to our REST SMS API and how to deal with the response. Here we provide you with some more concrete examples that you can copy & paste! NOTE: You will want to add additional … Continue reading

  • Share/Bookmark

PHP 5 Delivery Report Helper Class for our SMS Gateway

Posted on June 2nd, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes Tags: , , , ,

Class Name: ProcessDeliveryReport This class enables you to access your delivery reports in a nice simplified way. You can search for the outcome of a message for a given number, specify the outcome and the number, download all the data for the given date or parse the reports line by line. … Continue reading

  • Share/Bookmark

PHP 5 SMS Send Class implementing listeners on our SMS Gateway

Posted on June 2nd, 2009 by Nick.
Categories: All SMS Gateway Documentation, PHP Classes Tags: , , ,

Class Name: SendSMSNotifier This class is designed around the FREE Text Marketer SMS API, you need to sign up here to use it. SendSMSNotifier is a singleton class design, incorporating listeners. Your class must include the following public functions: creditAlert($credits_remaining) and failureAlert($error,$number,$message,$error). Download the class from here Example of use … Continue reading

  • Share/Bookmark