Technical

skebby sms

How to make your website faster and get more sales

“Hi Bill, look swanky in a new suit with 30% off all suits at Suits 4 You! Offer ends midnight 25/06/2017 https://W9iHjk5d To opt out text MPBD to 88802” The above is a great example of an SMS message, it is…

Integrate SMS with Drupal

The nice chaps at microserve have created a plugin for Drupal which: Supports sending text messages from shared or dedicated phone numbers. Supports receiving text messages from dedicated virtual mobile numbers. Integrates with the SMS Framework module. Take a look at…

Sending SMS with Zendesk text message feature

Zendesk SMS Integration Zendesk has a great ability to trigger text messages to be sent when various actions occur, such as receiving a new ticket. You can easily integrate Zendesk with your Text Marketer account to allow Zendesk to send SMS…

Java example code using our SMS gateway

The popular java language can be easily used to ineterace with our SMS API (sometimes known as gateway). To make life easier a simple example is attached below, this example sends SMS and reads back the responses. This blog post has been…

c# code example

Attached is a C# example – a generic method called SendSMS() for calling the SMS Gateway service and an example of it being called. Included is XML parsing for the returned responses. The API spec can be found here

Multithreading PHP for sending SMS

On occasion we need to control a PHP script from a single script but allow it to execute several PHP instances. PHP it’s self doesn’t have any native ability to multithread, which I remember as being a bit of an irritant…

REST SMS Gateway API – sms resource

This blog post has been superseded with our website documentation sms This resource deals with sending SMS to customer. This document is referred to by the REST SMS Gateway API – Specification Document. Resource URI: https://api.textmarketer.co.uk/services/rest/sms Actions relating to sending SMS messages. POST method – Used…

REST SMS Gateway API – credits resource

This blog post has been superseded with our website documentation credits This document is referred to by the REST SMS Gateway API – Specification Document. Resource URI: https://api.textmarketer.co.uk/services/rest/credits Actions on the account credits. GET method – get the number of credits currently available on…