Concatenation and Bulk sending
Posted on July 7th, 2009 by Nick.
Categories: All Bulk SMS Account Documentation, Campaign Articles, Documentation
Feature Upgrade
API customers can now send messages up to 612 characters long. If you exceed 160 characters you automatically covert to concatenation sending, this has the following connotations. Each message consists of a 153 character ‘chunk’ (not 160 chars) the extra characters are used to glue the messages together. Therefore a message that is 307 characters long will require 3 messages to send.
The API xml response has also be updated to include the element:
<credits_used></credits_used>
This element contains the number of credits used for that message send.
API bulk sending specification
Popularity: 1%
Related posts:
- SMS Gateway API – Specification
This blog post has been superseded with our website documentation It is recommended that you use the RESTful version of the API which has largely superseded this document... - Is there such a thing as ‘quality’ in Bulk SMS?
There are a vast number of different gateways that bulk sms service providers can use to connect to the UK... - Bulk SMS API ASP Help
Using standard ASP libraries <% url=”http://www.textmarketer.biz/gateway/?username=#&password=#&number=#&message=msg&orig=nameORnumber&option=xml” Set objXMLDoc = CreateObject(“Microsoft.XMLDOM”) objXMLDoc.async = False objXMLDoc.load(url) status = objXMLDoc.documentElement.selectSingleNode(“//response”).getAttribute(“status”) if status =... - How RoughTrax increased sales by over 19% for next to nothing using Bulk SMS – could you?
Further to our article, Top 5 Tips for increasing sales using Bulk SMS, one of our customers RoughTrax (a mail... - PHP 5 Simple SMS send Class
This blog post has been superseded with our website documentation 2 classes available in php 5, SendSMS and SendSMSXML (recommended) Class Name: SendSMS... - KPMG Chooses Text Marketer For Bulk SMS Alerts
The Uk’s leading accountancy firm, KPMG has selected Text Marketer to provide them with a bulk sms solution for internal... - The SMS Gateway
How to use an SMS Gateway Continue reading →... - PHP 5 SMS Send Class implementing listeners on our SMS Gateway
Class Name: SendSMSNotifier This class is designed around the FREE Text Marketer SMS API, you need to sign up here...



