<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Text Marketer - Email SMS, Bulk SMS Gateway, SMS Marketing Blog &#187; All Bulk SMS Account Documentation</title>
	<atom:link href="http://www.textmarketer.co.uk/blog/category/bulk-sms-documentation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.textmarketer.co.uk/blog</link>
	<description>SMS Gateway</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:50:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Form2SMS &#8211; Instructions</title>
		<link>http://www.textmarketer.co.uk/blog/2012/02/bulk-sms-documentation/form2sms-instructions/</link>
		<comments>http://www.textmarketer.co.uk/blog/2012/02/bulk-sms-documentation/form2sms-instructions/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:41:05 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[capture mobile numbers from forms]]></category>
		<category><![CDATA[form2sms]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[send sms from website]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3945</guid>
		<description><![CDATA[This article details how to obtain and configure the Form2SMS script to use on your website. IMPORTANT: You must have a Text Marketer account before you start as the ID in the script is unique to each account. Then, login to your account and go to SETTINGS &#124; FORM2SMS SETTINGS &#8230; <a href="http://www.textmarketer.co.uk/blog/2012/02/bulk-sms-documentation/form2sms-instructions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.textmarketer.co.uk/widgets/form2sms.htm"><img class="alignright size-full wp-image-4017" title="Form2SMS-Logo" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2012/01/Form2SMS-Logo1.gif" alt="Form2SMS javascript free download form to send sms text message" width="400" height="98" /></a></p>
<p>This article details how to obtain and configure the Form2SMS script to use on your website.</p>
<p style="padding-left: 30px;"><span style="color: #ff0000;"><strong>IMPORTANT:</strong></span> You must have a <a href="http://www.textmarketer.co.uk/signUpGoogle/">Text Marketer account</a> before you start as the ID in the script is unique to each account.</p>
<p>Then, login to your account and go to <strong>SETTINGS | FORM2SMS SETTINGS</strong> &#8211; then configure the options on the screen and test your form script live as shown below. The Form2SMS script will automatically be configured as you change the options. Once you&#8217;re happy with the test you&#8217;ve received, you can copy and paste the Form2SMS script directly to your web page.</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2012/01/Fullscreen-capture-20012012-111729.jpg"><img class="alignnone size-full wp-image-3959" title="Form2SMS Screen" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2012/01/Fullscreen-capture-20012012-111729.jpg" alt="Form2SMS send sms from website form script free" width="640" height="466" /></a></p>
<p>The script will look something like this. Please see below script for configuration options and explanations.</p>
<p><em><strong>EXAMPLE SCRIPT &#8211; DO NOT USE </strong></em></p>
<pre>&lt;script type="text/javascript" src="http://www.textmarketer.biz/adbox/js/adbox.js"&gt;&lt;/script&gt;
&lt;FORM id="TMadbox" name="TMadbox" method="POST" action="" onsubmit="return validateTMbox(this);"&gt;
&lt;INPUT type="hidden" name="ID" value="<span style="color: #ff0000;"><em><strong>[this-will-be-your-unique-ID]</strong></em></span>" /&gt;
&lt;!-- Redirect URL after form submission 1=Stay on Same Page or enter URL like www.xyz.com/mypage.html --&gt;
&lt;INPUT type="hidden" name="Redirect" value="<span style="color: #ff0000;"><strong>1</strong></span>" /&gt;
&lt;!-- Add number to a group in your Text Marketer account 1=yes,0=no --&gt;
&lt;INPUT type="hidden" name="AddToGroup" value="<span style="color: #ff0000;"><strong>1</strong></span>" /&gt;
&lt;!-- The name of the Group in your system. A new group will be created if it doesn't exist --&gt;
&lt;INPUT type="hidden" name="GroupName" value="<span style="color: #ff0000;"><strong>XYZ Product Out of Stock</strong></span>" /&gt;
&lt;!-- Up to 11 alphanumerics (including spaces) or a 16 numerics only --&gt;
&lt;INPUT type="hidden" name="SenderID" value="<span style="color: #ff0000;"><strong>XYZ Ltd</strong></span>" /&gt;
&lt;!-- The content on the text message. Maximum of 612 characters including spaces. --&gt;
&lt;INPUT type="hidden" name="Message" value="<span style="color: #ff0000;"><strong>This is where the text message goes.</strong></span>" /&gt;
&lt;!-- Number of accepted uses from a visitors IP address in 24h. Default 10, maximum 100. --&gt;
&lt;INPUT type="hidden" name="SubIP" value="<span style="color: #ff0000;"><strong>10</strong></span>" /&gt;</pre>
<pre>UK Mobile Number:</pre>
<pre>&lt;LABEL&gt;
&lt;INPUT type="text" maxLength="13" name="MobileNumber" /&gt;
&lt;/LABEL&gt;
&lt;LABEL&gt;
&lt;INPUT type="submit" name="Submit" value="Submit" /&gt;
&lt;/LABEL&gt;
&lt;/FORM&gt;</pre>
<p>The variables shown in bold/red above are the elements you can configure &#8211; namely;</p>
<p>- <strong>ID</strong> &#8211; this will be automatically generated in your account when you get the script</p>
<p>- <strong>Redirect</strong> &#8211; this is where the visitor will go after submitting the form. It defaults to 1 which means they will stay on the same page. Otherwise enter a redirect URL in the format shown. This may be a thanks page for example.</p>
<p>- <strong>AddToGroup</strong> &#8211; if you want to capture the mobile numbers entered in your Text Marketer account, leave to 1 for yes, else 0 for no.</p>
<p>- <strong>GroupName</strong> &#8211; this is the name of the Group to add numbers to in your Text Marketer account. If the Group already exists it will add the numbers to that. If not, it will create the Group in your account when the first number is entered. A number will not be added to the group if it already exists but they will still receive the text.<br />
If you were using Form2SMS across a whole site, you might configure this as the product group name on a page, e.g. Camping Enquiries, Tent Enquiries, Caravan Enquiries, etc.. That way, all the numbers captured will be in specific group names, meaning you could run more tailored follow up text campaigns. Numbers will not be captured if there is no group name.</p>
<p><strong>SenderID</strong> &#8211; this is the name or number that will appear on the inbox on the phone. It can be up to 11 alphanumerics (including spaces) or 16 numerics (in other words a full international format number). If you want the ability for people to be able to reply to texts sent, you might want to consider a <a href="http://www.textmarketer.co.uk/txtUs.htm">virtual mobile number</a>. There must be something in this field if you want to return a message.</p>
<p><strong>Message</strong> &#8211; this is the body of text message. It can be up to 612 characters in length, including spaces. If you do not want to send a confirmation message back then simply leave this blank. The number will still be added to your group (so long as that is enabled).</p>
<p><strong>SubIP</strong> &#8211; this is a protection feature to help against &#8216;spamming&#8217; from your form. If this is set to 10 for example a single visitor (from the same IP address) can only use your form 10 times in any 24 hour period. The minimum is 1 and the maximum is 100.</p>
<h3>FAQ&#8217;s</h3>
<p><strong>What does it cost?</strong><br />
The script and the system to capture numbers is free. There is only a cost if you return a confirmation text. This is charged per message at our <a href="http://www.textmarketer.co.uk/bulk-sms-prices.htm">low bulk SMS prices</a>. You simply add credits to your account on a pay as you go basis. Credits do not expire once added. But, if you&#8217;re using it simply to collect mobile numbers then it won&#8217;t cost you anything.</p>
<p><strong>What if my account runs out of credits &#8211; will the confirmation messages stop?</strong><br />
Yes, the confirmation message won&#8217;t go out but the numbers will still be captured. There is a low credits warning system on accounts (which you can set to whatever you like) which will send you a warning email and a text message to ensure you don&#8217;t run out.</p>
<p><strong>Will it work for non-UK numbers?</strong><br />
Yes, it will so long as you have<a href="http://www.textmarketer.co.uk/blog/2011/03/bulk-sms/sending-to-non-uk-international-numbers-with-text-marketer/"> requested your account to be an international</a> account. You should also note that non-UK users will have to enter their mobile number in full international GSM format, i.e. including country code and dropping the leading zero.</p>
<p><strong>Couldn&#8217;t somebody &#8216;flood&#8217; the form with mobile numbers and if I was returning a message end up costing me all my credits?</strong><br />
It is highly unlikely. You can set the number of times any 1 IP address can use the form to send a message so you have control over that. As an absolutely worst case scenario, should you be targeted by <em>NASA-level-hackers</em>, your liability will only ever be the total number of credits in your account. Once they are depleted, the confirmation messages will stop.</p>
<p><strong>Can I export all the data that I&#8217;m collecting?</strong><br />
Yes, as a CSV or Excel document. Go to <strong>GROUPS | UPLOAD NUMBERS TO A GROUP</strong> in your account and you&#8217;ll see an export option there. When you open a Text Marketer account, you get a full text marketing system, rich in features. You will receive instructions when you open an account. You may also wish to have a look through our <a href="http://www.textmarketer.co.uk/help/help-bulk-sms.htm">online instructions</a> to see how your account works.</p>
<p>&nbsp;</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3945&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2012/02/bulk-sms-documentation/form2sms-instructions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>txtUs virtual mobile number &#8211; now has names</title>
		<link>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/txtus-virtual-mobile-number-now-has-names/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/txtus-virtual-mobile-number-now-has-names/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 11:29:49 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[txtUs]]></category>
		<category><![CDATA[virtual mobile number]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3863</guid>
		<description><![CDATA[We&#8217;ve upgraded the txtUs virtual mobile number service so it now displays the names of people who text you if they are included in the Address Book on your account. It&#8217;s very easy to add contacts to your address book and it means that as the email responses come in &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/txtus-virtual-mobile-number-now-has-names/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve upgraded the <a href="http://www.textmarketer.co.uk/txtUs.htm">txtUs virtual mobile number</a> service so it now displays the names of people who text you if they are included in the <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/">Address Book</a> on your account.</p>
<p>It&#8217;s very easy to add contacts to your address book and it means that as the email responses come in from people, their name will be displayed in the conversation history as well as their mobile number.</p>
<h3>Here&#8217;s how it works;</h3>
<p><strong>Step1</strong>. We send out a text campaign to 2 of the contacts in our address book to confirm if they will be coming to the meeting tomorrow.<br />
<em>(Note: You do not have to use the Send to Address Book screen for this feature to work but your contacts&#8217; names and numbers must be in the <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/">Address Book</a> for their names to appear on email replies. Otherwise, only their mobile number will be displayed.)</em></p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-094457.jpg"><img class="size-full wp-image-3867 alignnone" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Address Book Screen" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-094457.jpg" alt="Send bulk SMS from Address Book" width="640" height="466" /></a></p>
<hr />
<p><strong><br />
Step2</strong>. We can see that both Henry and Anne have replied. Their name is shown in the inbox as well as the conversation history in the email message itself.</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-100222.bmp.jpg"><img class="size-full wp-image-3868 alignnone" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Email reply" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-100222.bmp.jpg" alt="SMS to email reply in Outlook" width="640" height="328" /></a></p>
<hr />
<p><strong><br />
Step3</strong>. Henry has said he can&#8217;t make it and asked for information on the next meeting. We can simply reply to the email and that will go back as a text message to his phone. If he replies again, the full conversation history will be shown on subsequent emails.</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-100353.bmp.jpg"><img class="size-full wp-image-3869 alignnone" style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="Reply by email to sms" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-16122011-100353.bmp.jpg" alt="Email to SMS reply" width="640" height="358" /></a></p>
<hr />
<p>Related information:</p>
<ul>
<li>The<a href="http://www.textmarketer.co.uk/txtUs.htm"> txtUs Virtual Mobile Number</a> system</li>
<li>How to use the <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/">Address Book</a> function in your system</li>
<li><a href="http://www.textmarketer.co.uk/blog/2011/03/business-sms/text-message-enquiry-system-reduces-costs-and-increases-enquiries/">Reducing costs and increasing enquiries with txtUs</a></li>
</ul>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3863&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/txtus-virtual-mobile-number-now-has-names/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Address Book Feature</title>
		<link>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 14:44:53 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[feature]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3769</guid>
		<description><![CDATA[Text Marketer&#8217;s Address Book feature is great for storing/viewing/editing contacts so you can quickly send messages to people by selecting them from your address book. The Address Book feature in Text Marketer accounts &#8211; Video Instructions. Uploading Contacts to your Address Book Go to GROUPS &#124; MANAGE ADDRESS BOOK You&#8217;ll &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Text Marketer&#8217;s Address Book feature is great for storing/viewing/editing contacts so you can quickly send messages to people by selecting them from your address book.</p>
<p><a onclick="_gaq.push(['_trackEvent', 'Videos', 'Address', 'Blog Page'])" href="/video/AddressBook-SMS.flv" rel="shadowbox;height=480;width=854"><img class="tight" src="/images/icon-video.gif" alt="" width="58" height="56" /></a><br />
<a onclick="_gaq.push(['_trackEvent', 'Videos', 'Address', 'Blog Page'])" href="/video/AddressBook-SMS.flv" rel="shadowbox;height=480;width=854">The Address Book feature in Text Marketer accounts &#8211; Video Instructions.</a></p>
<h3>Uploading Contacts to your Address Book</h3>
<p>Go to <strong>GROUPS | MANAGE ADDRESS BOOK</strong></p>
<div id="attachment_3774" class="wp-caption alignnone" style="width: 650px"><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-135053.jpg"><img class="size-full wp-image-3774" title="Manage Address Book" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-135053.jpg" alt="Address Book feature in Text Marketer" width="640" height="465" /></a><p class="wp-caption-text">The Manage Address Book screen</p></div>
<p>You&#8217;ll see 2 ways of uploading contacts. You can add them 1 by 1 under the title &#8216;Add&#8217; and then clicking the + button or you can &#8216;Add Many&#8217; by copy and pasting in a CSV formatted file of your contacts.</p>
<div id="attachment_3775" class="wp-caption alignnone" style="width: 650px"><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144159.jpg"><img class="size-full wp-image-3775" title="Upload CSV file" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144159.jpg" alt="Uploading a CSV file to your Address Book" width="640" height="467" /></a><p class="wp-caption-text">Copy and paste the CSV information into the Add Many box and press the + button to upload</p></div>
<div id="attachment_3776" class="wp-caption alignnone" style="width: 650px"><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144218.jpg"><img class="size-full wp-image-3776" title="Contacts in Address Book" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144218.jpg" alt="Showing Address Book Contacts" width="640" height="468" /></a><p class="wp-caption-text">You will now see there are 3 contacts in your Address Book by clicking Show All</p></div>
<h3 style="padding-left: 30px;">Formatting of the CSV</h3>
<p style="padding-left: 30px;">CSV (comma separated values) is the most industry standard of file types for data. We do not know of a piece of software that cannot export contacts as a CSV file.</p>
<p style="padding-left: 30px;">Very simply, your CSV file must be formatted with the fields in the same order as they are shown on the Manage Address Book screen.</p>
<p style="padding-left: 30px;">Here&#8217;s an example of a CSV file with 3 contact records in. You would copy and paste only the records (last 3 lines), not the column headers;</p>
<pre style="padding-left: 30px;">Mobile,First,Surname,Company,Email,Free Text
44777123456,Rich,Smith,XYZ Ltd,test@test.com,nothing here for now
44777123457,Jon,Smythe,XYZ Ltd,test@test.com,nothing here for now
44777123458,George,Jones,XYZ Ltd,test@test.com,nothing here for now</pre>
<p style="padding-left: 30px;">If you&#8217;re unsure about this, try copy and pasting the last 3 lines of the above into the Add Many box and press the + button. You&#8217;ll see 3 new contacts added (which you can delete at your leisure).</p>
<p style="padding-left: 30px;">If you are unsure how to export contacts from your software as a CSV file then ask your IT department or developer of your software &#8211; it will be a 2 minute job for them.</p>
<h3>Searching/Viewing/Editing Contacts</h3>
<p>Go to <strong>GROUPS | MANAGE ADDRESS BOOK</strong></p>
<p><strong></strong>Once you have some contacts in your Address Book, you may wish to view, edit or delete them. From the Manage Address Book screen you can click &#8216;Show All&#8217; to list all your contacts or use the search field to find specific contacts. You will then be given options to edit or delete them.  Make sure to hit the submit button after any changes to save those changes.</p>
<h3>Sending a message to contact/s in your Address Book</h3>
<p>Go to <strong>SEND SMS | SEND TO ADDRESS BOOK</strong></p>
<div id="attachment_3777" class="wp-caption alignnone" style="width: 650px"><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144301.jpg"><img class="size-full wp-image-3777" title="Send SMS to Address Book" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/12/Fullscreen-capture-05122011-144301.jpg" alt="Send Bulk SMS using Address Book" width="640" height="466" /></a><p class="wp-caption-text">Simply select the contacts you wish to send to and complete the SMS Campaign information in the normal way</p></div>
<p>Although this screen has all the same functionality of the other send screens, the majority of space has been dedicated to selecting contacts from your address book.</p>
<p>Simply tick the box/es next to the contacts you wish to send to and then set up the campaign in the normal way.<br />
There is a handy select all/deselect all link at the top of list. This is great if you want to send to almost everybody in your Address Book apart from a few. Simply click select all and then manually untick the few you do not want to send to.</p>
<p>&nbsp;</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3769&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/address-book-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buy Keywords on our Shortcode Service or txtUs numbers &#8211; Pay by Invoice instead of card</title>
		<link>http://www.textmarketer.co.uk/blog/2011/09/sms-marketing-articles/buy-keywords-on-our-shortcode-service-or-txtus-numbers-pay-by-invoice-instead-of-card/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/09/sms-marketing-articles/buy-keywords-on-our-shortcode-service-or-txtus-numbers-pay-by-invoice-instead-of-card/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 09:38:18 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[2way]]></category>
		<category><![CDATA[incoming]]></category>
		<category><![CDATA[invoice]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[payment]]></category>
		<category><![CDATA[shortcode]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[subscriptions]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[txtUs]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3546</guid>
		<description><![CDATA[Subscription payments by card. Generally speaking, annoying for the customer and the seller and many companies don&#8217;t even allow subscription payments by credit or debit card. We&#8217;ve built a system to get around this and it&#8217;s launched today. You can now buy keywords on our shortocde or txtUs dedicated virtual &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/09/sms-marketing-articles/buy-keywords-on-our-shortcode-service-or-txtus-numbers-pay-by-invoice-instead-of-card/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Subscription payments by card. Generally speaking, annoying for the customer and the seller and many companies don&#8217;t even allow subscription payments by credit or debit card.</p>
<p><em>We&#8217;ve built a system to get around this and it&#8217;s launched today.</em></p>
<p>You can now buy <a href="http://www.textmarketer.co.uk/shortcode_sms.htm">keywords on our shortocde</a> or <a href="http://www.textmarketer.co.uk/txtUs.htm">txtUs dedicated virtual mobile numbers</a> and we can simply invoice you so you can pay by BACS in the normal way. Then, when a renewal is due, your system will automatically email you another invoice for the next period at which point you can either choose to cancel or pay that invoice to extend the term of the keyword or txtUs number.</p>
<h3><strong>IS THERE ANY DIFFERENCE?</strong></h3>
<p>The main difference is that you can only choose renewal terms of 3, 6, 9 or 12 months using this system (you can pay month by month using our automated card subscriptions system). As you can appreciate, this has to be done to cover the additional administration cost of handling non-automated payments.</p>
<h3><strong>SETTING UP A KEYWORD</strong></h3>
<ul>
<li>Log in to your Text Marketer account.</li>
<li>Go to <strong>INCOMING SMS | ADD A SHORT CODE KEYWORD</strong></li>
<li>Enter the keyword you want to check it is available</li>
<li>Click <strong>PLACE ORDER BY INVOICE</strong> and complete the details for the invoice</li>
<li>We&#8217;ll send you the first invoice for payment and once paid, your keyword will be set up</li>
</ul>
<div>
<h3></h3>
<h3><strong>SETTING UP A txtUs NUMBER</strong></h3>
<ul>
<li>Log in to your Text Marketer account.</li>
<li>Go to <strong>INCOMING SMS | ADD A TXTUS REPLY NUMBER</strong></li>
<li>Check the list and pick the number you want</li>
<li>Click <strong>PLACE ORDER BY INVOICE</strong> and complete the details for the invoice</li>
<li>We&#8217;ll send you the first invoice for payment and once paid, your number will be set up</li>
</ul>
<p>Of course, our automated system is still available in your account should you be happy to pay the subscription payments by card but we hope this offers the flexibility to those customers who do not wish to.</p>
</div>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3546&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/09/sms-marketing-articles/buy-keywords-on-our-shortcode-service-or-txtus-numbers-pay-by-invoice-instead-of-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to post mobile numbers to a group in your account using a web form</title>
		<link>http://www.textmarketer.co.uk/blog/2011/08/bulk-sms-documentation/how-to-post-mobile-numbers-to-a-group-in-your-account-using-a-web-form/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/08/bulk-sms-documentation/how-to-post-mobile-numbers-to-a-group-in-your-account-using-a-web-form/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 08:55:19 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3235</guid>
		<description><![CDATA[Most businesses have enquiry or order forms on their web site. This is a great way of collecting mobile numbers for later text marketing. Another use for collecting mobile numbers from a web form is for competitions where for example there may be an on pack promotion which people can &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/08/bulk-sms-documentation/how-to-post-mobile-numbers-to-a-group-in-your-account-using-a-web-form/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Most businesses have enquiry or order forms on their web site. This is a great way of collecting mobile numbers for later text marketing. Another use for collecting mobile numbers from a web form is for competitions where for example there may be an on pack promotion which people can text to but also a web entry form.</p>
<p>We have built a simple way to &#8216;inject&#8217; mobile numbers into a group (you need to have already set up a group in your Text Marketer account).</p>
<p>What you&#8217;ll need:</p>
<ul>
<li>A group name for a group that&#8217;s already been created in your account. To create a group, in <a title="Text Marketer account" href="http://apps.textmarketer.co.uk/account/" target="_blank">your Text Marketer account</a>, go to <strong> Groups</strong> and select <strong>Create a Group </strong>(note: if you want to add numbers to a group for a shortcode keyword, a group may already have been created for it. It would be named using the format Short_[keyword]). Or go to <strong>Groups </strong>and <strong>Upload Numbers to a Group</strong> to check what groups already exist in your account. Make a note of the group name for the group you want to be able to add numbers to using a web form.</li>
<li>Your API username and password (which may be different from your login details). Go to <strong>Settings </strong>and <strong>API Settings</strong> to get these in your <a href="http://apps.textmarketer.co.uk/account/" target="_blank">account</a>.</li>
<li>A web form to collect the mobile number from your customers.</li>
</ul>
<p>For those using PHP, two solutions for integrating this into a web form are provided below. After this is done, the mobile number of everyone who completes your form will be added to the send group specified.</p>
<p><strong>Case 1 : Using a form we provide</strong></p>
<p>You can download our <a href="http://www.textmarketer.co.uk/developers/examples/Php_add_to_group_form_example.rtf">PHP mobile number submission form</a>. Copy the contents to a new PHP file (the name you give it is irrelevant) and put it on your server. You need to edit a few lines at the top of the file with the group name, API username and API password you collected earlier. If you now enter the corresponding web address that points to your new file, in your web browser you&#8217;ll see a simple web form asking you for a mobile number. If you enter a mobile number and click the submit button, it will add the number to the group you specified in the file, in your Text Marketer account.</p>
<p>The PHP script provided above contains a very simple form. The HTML for the form can be found at the bottom of the file. You may wish to pass this script and the details above to your web designer and they will be able to customise it to your own style.</p>
<p><strong>Case 2: Integrating into your existing website form</strong></p>
<p>If you already have a form on your website and you&#8217;d like to add the functionality to it so that the mobile numbers collected on your form are added to the group in your Text Marketer account, you can use this <a title="Example Group Add Class" href="http://www.textmarketer.co.uk/developers/examples/TMGroupAdd.inc.txt">PHP include file</a>. Change the .txt extension to .php and put the file in your includes folder.</p>
<p>To use the file, let&#8217;s say your web form contains an input text box named &#8216;mobile&#8217; and the form action points to a file called submit.php. In your file submit.php you will simply add these lines of code:<span class="Apple-style-span" style="font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;"> </span></p>
<pre>include_once ('TMGroupAdd.inc.php');

// TODO change these!
$username = 'myAPIusername';
$password = 'myAPIpassword';
$groupName = 'myGroupName'; 

$groupAdder = new TMGroupAdd($groupName, $username, $password);
$success = $groupAdder-&gt;add($_REQUEST['mobile']);</pre>
<p>Change the username, password and group name values with the details you gathered earlier. You can use the boolean variable $success to determine whether the add was successful or not.</p>
<p><strong>For more advanced details</strong> about the data that is returned when you add a number to a group, see the <a title="REST API" href="http://www.textmarketer.co.uk/developers/restful-api.htm">REST API documentation</a>.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3235&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/08/bulk-sms-documentation/how-to-post-mobile-numbers-to-a-group-in-your-account-using-a-web-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recurring Billing &#8211; Get invoiced automatically when your credits get low</title>
		<link>http://www.textmarketer.co.uk/blog/2011/07/sms-marketing-articles/reoccurring-billing-get-invoiced-automatically-when-your-credits-get-low/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/07/sms-marketing-articles/reoccurring-billing-get-invoiced-automatically-when-your-credits-get-low/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 10:00:55 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[automatic]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[invoicing]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3128</guid>
		<description><![CDATA[We recognise that many users of the system don&#8217;t want to be fussed with the finance side of running their account but at the same time they don&#8217;t want to run out of credits. We have therefore built in an &#8216;auto billing&#8217; option in your account that simply generates an &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/07/sms-marketing-articles/reoccurring-billing-get-invoiced-automatically-when-your-credits-get-low/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We recognise that many users of the system don&#8217;t want to be fussed with the finance side of running their account but at the same time they don&#8217;t want to run out of credits.</p>
<p>We have therefore built in an &#8216;auto billing&#8217; option in your account that simply generates an invoice and sends it to your finance department when the credits hit a certain level in your account &#8211; decided by you.</p>
<h3>Here&#8217;s how it works</h3>
<p>You set a credits level at which an invoice is generated and set how many text credits should be invoiced. You specify a name and email address to send the invoice to.<br />
As soon as your account hits the credit level you&#8217;ve set, an invoice is generated and emailed. Once that invoice is paid the credits are automatically added and the reoccurring invoice trigger is reset.</p>
<p style="padding-left: 30px;"><strong>Example:</strong><br />
If you send 5000 messages per month and know your accounts department take a month to pay invoices, then we would suggest setting your trigger limit at about 6000 which gives your accounts a month to pay the invoice and little extra to ensure you don&#8217;t run out!</p>
<h3>How to set it up in your account</h3>
<p>Go to <strong>Financial | Reoccurring invoices</strong> and you&#8217;ll see the screen below;</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/07/Fullscreen-capture-25072011-104920-copy.jpg"><img class="alignnone size-full wp-image-3130" title="Fullscreen capture 25072011 104920 copy" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/07/Fullscreen-capture-25072011-104920-copy.jpg" alt="" width="550" height="403" /></a></p>
<p><strong>Credit Trigger</strong> = the level of credits in your account at which you want an invoice to be triggered<br />
<strong>Credits Required</strong> = the amount of credits to invoice for <em>(the minimum is 1,000)</em><br />
<strong>Purchase Order No</strong>. = if applicable but optional<br />
<strong>Select Billing Contact</strong> = if you have a contact in your account you can choose one from here otherwise simply complete the details below of the person to receive the invoices.</p>
<p>Press submit.</p>
<p>You&#8217;ll see the system is now set up and you can also edit the settings at any time.</p>
<p>Once one invoice has been triggered and sent the system will not send any further invoices until that one has been paid &#8211; payment of an invoice &#8216;resets the trigger&#8217;.</p>
<p>This setting does not affect your credits alert warning which can be set much lower as a fail safe back up in case the invoice hasn&#8217;t been paid.</p>
<p>Invoices generated in this way must be paid by BACS to the details on the invoice. There is no facility to pay triggered invoices by credit card. Should you wish to pay by card, please simply select pay by card in the payment options.</p>
<p>&nbsp;</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3128&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/07/sms-marketing-articles/reoccurring-billing-get-invoiced-automatically-when-your-credits-get-low/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deleting a number or numbers from a group</title>
		<link>http://www.textmarketer.co.uk/blog/2011/07/bulk-sms-documentation/deleting-a-number-or-numbers-from-a-group/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/07/bulk-sms-documentation/deleting-a-number-or-numbers-from-a-group/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 08:49:01 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[delete]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[numbers]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=3113</guid>
		<description><![CDATA[Deleting one or many mobile numbers from groups in your Text Marketer system is very straightforward. Download the PDF instruction manual for the main functions of the system Go to Groups &#124; Group Maintenance on the menu and then you&#8217;ll see a box. Enter the number or numbers you want &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/07/bulk-sms-documentation/deleting-a-number-or-numbers-from-a-group/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Deleting one or many mobile numbers from groups in your Text Marketer system is very straightforward.</p>
<ul>
<li><a onclick="_gaq.push(['_trackEvent', 'PDF', 'Main Send Manual'])" href="http://www.textmarketer.co.uk/instructions/TextMarketerInstructions.pdf">Download the PDF instruction manual for the main functions of the system</a></li>
</ul>
<p>Go to <strong>Groups | Group Maintenance</strong> on the menu and then you&#8217;ll see a box. Enter the number or numbers you want to remove there (if there are multiple numbers, please separate them with a new line &#8211; i.e. a single column of numbers) then either click &#8216;find&#8217; if you just want to see if they exist in your groups or &#8216;delete&#8217; to delete from all groups. <strong>The number/s will be deleted from all groups in your system (except your stop list).</strong></p>
<p><strong>DELETING NUMBERS FROM THE STOP LIST<br />
</strong>Should you wish to also delete numbers from the stop list, simply tick the box next to the numbers box that says &#8216;also remove from stop list&#8217;.</p>
<p>We recommend you search for the number in its full international format, e.g. 447&#8230;&#8230; not just 07&#8230;&#8230; &#8211; this is because the number could potentially exist in that format if it has been collected using the incoming SMS features.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=3113&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/07/bulk-sms-documentation/deleting-a-number-or-numbers-from-a-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create and Manage Text Marketer sub-accounts from an Administrator account</title>
		<link>http://www.textmarketer.co.uk/blog/2011/06/sms-marketing-articles/create-and-manage-text-marketer-sub-accounts-from-an-administrator-account/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/06/sms-marketing-articles/create-and-manage-text-marketer-sub-accounts-from-an-administrator-account/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 08:38:13 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[second]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[sub]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=2810</guid>
		<description><![CDATA[IMPORTANT: These functions are not available by default. You need to contact us to request your account be made an administrator account. Although our accounts are designed to be able to run multiple campaigns, keywords, databases, etc. Sometimes, possibly for admin/accounts reasons, it is desirable to set up separate accounts &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/06/sms-marketing-articles/create-and-manage-text-marketer-sub-accounts-from-an-administrator-account/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><span style="color: #ff0000;"><strong>IMPORTANT</strong></span>: These functions are not available by default. You need to <a href="http://www.textmarketer.co.uk/sms_enquiry_form.htm">contact us</a> to request your account be made an administrator account.</p>
<p>Although our accounts are designed to be able to run multiple campaigns, keywords, databases, etc. Sometimes, possibly for admin/accounts reasons, it is desirable to set up separate accounts for clients or departments.</p>
<h2>CREATE A SUB ACCOUNT</h2>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/06/create-sub-acct.jpg"><img class="alignnone size-full wp-image-2811" style="border: 1px solid black;" title="create-sub-acct" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/06/create-sub-acct.jpg" alt="create additional text marketer account" width="480" height="289" /></a></p>
<p>Go to <strong>Financial | Create a Sub Account</strong>.</p>
<p>Complete the new account details and press submit.<br />
<strong><br />
Notes</strong>:<br />
The &#8216;use this accounts pricing&#8217; tickbox should be checked if you want to copy over the administrator account&#8217;s pricing structure otherwise it will be set up at default pricing.<br />
The &#8216;Promo Code&#8217; box can be left blank or if you have a promo code or want to use your<a href="http://www.textmarketer.co.uk/sms-partners.htm"> SMS Partner code</a>.</p>
<h2>MANAGING SUB ACCOUNTS</h2>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/06/view-accts.jpg"><img class="alignnone size-full wp-image-2812" style="border: 1px solid black;" title="view-accts" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/06/view-accts.jpg" alt="manage text marketer sub accounts" width="480" height="289" /></a></p>
<p>Go to <strong>Financial | Display Sub Accounts</strong>.</p>
<p>Here you will see all the sub accounts associated with your administrator account, their account names, usernames and passwords and number of credits.</p>
<p>There are also quick links on the right to transfer credits from your administrator account, to login to a sub account (useful if you want to change a sub account&#8217;s settings or purchase from that account) and to delete a sub account.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=2810&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/06/sms-marketing-articles/create-and-manage-text-marketer-sub-accounts-from-an-administrator-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Much Does It Cost to Send a Text to 88802 or a TxtUs Number?</title>
		<link>http://www.textmarketer.co.uk/blog/2011/05/sms-marketing-ideas/how-much-does-it-cost-someone-to-text-to-88802-or-a-txtus-number/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/05/sms-marketing-ideas/how-much-does-it-cost-someone-to-text-to-88802-or-a-txtus-number/#comments</comments>
		<pubDate>Wed, 25 May 2011 07:42:55 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Short Code SMS]]></category>
		<category><![CDATA[SMS Marketing Ideas & Advice]]></category>
		<category><![CDATA[short code sms]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=2762</guid>
		<description><![CDATA[How much does it cost someone to send a text to 88802? It will cost them one text at their normal network rate. What exactly that is will depend on the individual&#8217;s network and tariff but is likely to be in the range of 8-12 pence. Sending a text to &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/05/sms-marketing-ideas/how-much-does-it-cost-someone-to-text-to-88802-or-a-txtus-number/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h3>How much does it cost someone to send a text to 88802?</h3>
<p>It will cost them one text at their normal network rate. What exactly that is will depend on the individual&#8217;s network and tariff but is likely to be in the range of 8-12 pence.  Sending a text to a short code is not included in a free text bundle tariff. So it will always cost 8 &#8211; 12 pence regardless of the network and tariff.</p>
<h3>How much does it cost to send a text to a Txtus, virtual mobile number?</h3>
<p>Texts sent to virtual mobile numbers cost one text at the sender&#8217;s standard rate. Texts are included in monthly free text allowance, so people on contracts will probably pay nothing at all. Pay as you go customers will be charged 8 &#8211; 12 pence depending on the network they&#8217;re using.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=2762&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/05/sms-marketing-ideas/how-much-does-it-cost-someone-to-text-to-88802-or-a-txtus-number/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending to non-UK International numbers with Text Marketer</title>
		<link>http://www.textmarketer.co.uk/blog/2011/03/bulk-sms/sending-to-non-uk-international-numbers-with-text-marketer/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/03/bulk-sms/sending-to-non-uk-international-numbers-with-text-marketer/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 15:35:01 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Bulk SMS]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[international]]></category>
		<category><![CDATA[non-uk]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=2345</guid>
		<description><![CDATA[Text Marketer accounts are set to send to UK mobile numbers only by default. But, you can enable your account to send to to any non-UK mobile number (except the USA because they don&#8217;t accept sms messages from anywhere without a US shortcode sender id) by contacting us and requesting &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/03/bulk-sms/sending-to-non-uk-international-numbers-with-text-marketer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Text Marketer accounts are set to send to UK mobile numbers only by default. But, you can enable your account to send to to any non-UK mobile number (<em>except the USA because they don&#8217;t accept sms messages from anywhere without a US shortcode sender id</em>) by <a href="http://www.textmarketer.co.uk/sms_enquiry_form.htm">contacting us</a> and requesting the change.</p>
<h3>What&#8217;s the difference?</h3>
<p>The main difference is cost. Non-UK networks charge &#8216;interconnect fees&#8217; to deliver your message (as they are separate companies). This means that each message to a non-UK mobile number will cost double the amount of credits shown in the credit counter on your account.</p>
<p>Even though it is &#8216;double credits&#8217;, because of our incredibly low prices per credit, this means Text Marketer are still one of the cheapest international SMS gateways available.</p>
<h3>Formatting international mobile numbers</h3>
<p>If sending to non-UK mobile numbers (in an international-enabled Text Marketer account), you must ensure that you enter the number in full international GSM format, including the <a href="http://countrycode.org/">country code</a>.</p>
<p>In most countries mobile numbers start with a zero and the easiest way to remember international formatting is &#8220;replace the zero with the country code&#8221; (you don&#8217;t need any + sign before the number).</p>
<p>Here are a few examples:</p>
<p>UK &#8211; 07657345987 becomes 447657345987<br />
DENMARK &#8211; 024215712 becomes 4524215712<br />
NEW ZELAND &#8211; 0211238815 becomes 64211238815<br />
AUSTRALIA &#8211; 0211238815 becomes 61211238815</p>
<p><span style="font-size: 15px; font-weight: bold;">Does it affect sending to UK numbers?</span></p>
<p>No. Your account will work out which numbers are UK and which aren&#8217;t and charge you accordingly.</p>
<p>To enable your account for international mobile numbers, please <a href="http://www.textmarketer.co.uk/sms_enquiry_form.htm">contact us with the company name of your Text Marketer account</a> to request the change.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=2345&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/03/bulk-sms/sending-to-non-uk-international-numbers-with-text-marketer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to transfer text credits from one account to another</title>
		<link>http://www.textmarketer.co.uk/blog/2011/02/bulk-sms-documentation/how-to-transfer-text-credits-from-one-account-to-another/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/02/bulk-sms-documentation/how-to-transfer-text-credits-from-one-account-to-another/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 09:21:05 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=2188</guid>
		<description><![CDATA[There are often times when it is convenient to have separate Text Marketer accounts within a company but it is beneficial from a cost point of view to make bulk purchases through one head account. There is a &#8216;transfer credits&#8217; feature within your account which allows you to send credits &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/02/bulk-sms-documentation/how-to-transfer-text-credits-from-one-account-to-another/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are often times when it is convenient to have separate Text Marketer accounts within a company but it is beneficial from a cost point of view to make bulk purchases through one head account.</p>
<p>There is a &#8216;transfer credits&#8217; feature within your account which allows you to send credits from your head account to any other Text Marketer account.</p>
<p><strong>Go to, &#8220;Financials&#8221; tab on the menu and then click, &#8220;Credits Transfer&#8221;:</strong></p>
<p><a href="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-24022011-090841.bmp.jpg"><img class="alignnone size-full wp-image-2190" title="Text Marketer credits transfer screen" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-24022011-090841.bmp.jpg" alt="" width="480" height="290" /></a></p>
<p>- On the left enter how many credits you wish to transfer.<br />
- On the right enter the account number (can be found in &#8216;Settings&#8217; | &#8216;Account Settings&#8217;) and password of the account to send to and click Submit.</p>
<p>A log of all your transactions is shown as well and can be exported at any time.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=2188&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/02/bulk-sms-documentation/how-to-transfer-text-credits-from-one-account-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the txtUs 2-way Text Messaging feature</title>
		<link>http://www.textmarketer.co.uk/blog/2011/02/documentation/using-the-txtus-2-way-text-messaging-feature/</link>
		<comments>http://www.textmarketer.co.uk/blog/2011/02/documentation/using-the-txtus-2-way-text-messaging-feature/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 11:56:39 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[2-way]]></category>
		<category><![CDATA[reply]]></category>
		<category><![CDATA[response]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[txtUs]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=2172</guid>
		<description><![CDATA[Using txtUs dedicated virtual mobile numbers for your business A txtUs number gives your business a dedicated virtual mobile number which people can text (but cannot call) enquiries to or to reply to messages you send out to them from your system. You can add as many txtUs numbers to &#8230; <a href="http://www.textmarketer.co.uk/blog/2011/02/documentation/using-the-txtus-2-way-text-messaging-feature/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/TxtUsLogo_mini.gif"><img class="size-full wp-image-2173 alignnone" title="TxtUsLogo_mini" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/TxtUsLogo_mini.gif" alt="" width="114" height="40" /></a></p>
<h3>Using txtUs dedicated virtual mobile numbers for your business</h3>
<p>A txtUs number gives your business a dedicated virtual mobile number which people can text (but cannot call) enquiries to or to reply to messages you send out to them from your system.</p>
<p>You can add as many txtUs numbers to your account as you wish and they can each have bespoke settings which can be a great solution for a small office environment or call centre where each member of staff could have their own txtUs number for their clients.</p>
<p><a onclick="_gaq.push(['_trackEvent', 'Videos', 'txtUsDemoPlay', 'Blog Page'])" href="/txtUsDemo.flv" rel="shadowbox;height=480;width=854"><img class="tight" src="/images/icon-video.gif" alt="" width="58" height="56" /></a><a onclick="_gaq.push(['_trackEvent', 'Videos', 'txtUsDemoPlay', 'Blog Page'])" href="/txtUsDemo.flv" rel="shadowbox;height=480;width=854">A quick 2 min Video Demo of the 2 main uses</a> | <a title="SMS Marketing Videos" href="/sms-marketing-videos.htm">See more videos</a></p>
<p>The unique advantage of the txtUs system is that the full conversation between you and each mobile number is sent to you via email and you simply reply via email. In essence, to answer the &#8216;how does it work?&#8221; question &#8230;. exactly like your email does. The only difference being of course that your replies are being sent out the customer as text messages.</p>
<h3>Step 1 &#8211; Adding a txtUs number to your account</h3>
<p>Login to your account. If you don&#8217;t have an account, you can set one up <a href="http://www.textmarketer.co.uk/signUpGoogle/">here</a>.<br />
Go to <strong>&#8220;Incoming SMS&#8221; | &#8220;Add a txtUs reply number&#8221;</strong>. Simply choose the number you want and press Place Order. This will take you through the Google Checkout system to set up the subscription payment for your txtUs number.</p>
<p>NEW! <a href="http://www.textmarketer.co.uk/blog/2011/09/sms-marketing-articles/buy-keywords-on-our-shortcode-service-or-txtus-numbers-pay-by-invoice-instead-of-card/">You can also pay for your txtUs number by recurring invoice rather than with a card</a></p>
<p><a href="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-18022011-111326.bmp.jpg"><img class="alignnone size-full wp-image-2179" title="Add a txtUs mobile number" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-18022011-111326.bmp.jpg" alt="" width="480" height="287" /></a></p>
<p>Your subscription may be cancelled at any time in your Google account and you have complete control of all payments.</p>
<h3>Step 2 &#8211; Applying the settings for your txtUs number</h3>
<p>Go to &#8220;Incoming SMS&#8221; | &#8220;Change reply settings&#8221; then click &#8220;Configure&#8221; next to your txtUs number. You will be presented with the screen below.</p>
<p><img class="alignnone size-full wp-image-2180" title="txtUs settings screen" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-18022011-111945.bmp.jpg" alt="" width="480" height="290" /></p>
<p>- <strong>Auto reply by SMS settings</strong> &#8211; If you would like to automatically send a text message back when somebody texts your txtUs number, you can set it here. Simply change active to &#8216;Y&#8217;, enter your text message and press submit.<br />
<em><span style="color: #ff0000;"><strong>IMPORTANT NOTE</strong></span>: The text autoresponse is only sent once to any individual mobile number, the first time they text in. This is to avoid them receiving the same autoresponse message over and over if you get into a conversation with them.</em></p>
<p>- <strong>Reply settings</strong> &#8211; This is where you set how your system handles the text conversations you have via email;</p>
<ul>
<li>Active &#8211; set to N if you do not wish to have incoming texts emailed to you</li>
<li>E-mail &#8211; set the email address you wish incoming texts to go to.</li>
<li>Thread Count &#8211; This is the amount of history you want included on each conversation email. For example, if you wanted to see the last 5 messages from a person and the last 5 replies you sent them you would set it to 10.</li>
<li>Use as Sender default &#8211; enable this if you want your txtUs number to be the default reply number for text messages you send out from your system</li>
</ul>
<p>- <strong>Advanced (API) settings</strong> &#8211; only used for programmers to deliver incoming message data to a script URL. Please leave this inactive unless you are sure of what you&#8217;re doing.</p>
<h3>Step 3 &#8211; Testing your new txtUs number / Seeing a conversation in action</h3>
<p>Send a text message to your new txtUs number then, if enabled, check your email inbox on the email address you have set (if it doesn&#8217;t come pretty instantly, check any spam filters or folders you may have enabled). You will see you have a new message from yourself.</p>
<p>Now reply to that email in the normal way (as you would an email). The only difference being you must end the message you send back with ##. This tells our system that it&#8217;s the end of the reply and so doesn&#8217;t send all the history contained in the email below.</p>
<p>You will then receive the reply on your phone. If you reply back again, check your email again you will now see the conversation thread developing.</p>
<p>Below is a conversation thread email for example from a company confirming a meeting:</p>
<p>You can also see the <a href="http://www.textmarketer.co.uk/blog/2011/12/sms-marketing-articles/txtus-virtual-mobile-number-now-has-names/">name of the person texting in if they are in your Address Book</a>.</p>
<div class="mceTemp" style="text-align: left;">
<dl id="attachment_3877" class="wp-caption alignnone" style="width: 650px;">
<dt class="wp-caption-dt"><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/02/Fullscreen-capture-16122011-100222.bmp.jpg"><img class="size-full wp-image-3877 " style="border-image: initial; border-width: 1px; border-color: black; border-style: solid;" title="sms to email" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2011/02/Fullscreen-capture-16122011-100222.bmp.jpg" alt="SMS to email text reply" width="640" height="328" /></a></dt>
<dd class="wp-caption-dd">If your contacts&#8217; names and numbers are in your address book, the name of the person replying will also be shown.</dd>
</dl>
</div>
<p>&nbsp;</p>
<h3>Step 4 &#8211; Promoting your new txtUs number</h3>
<p><strong><span style="color: #ff0000;">Congratulations!</span></strong> Now you are a text enabled business and you can promote your number as you would your telephone number, fax number or email address. See how we do on our <a href="http://www.textmarketer.co.uk/sms_enquiry_form.htm" target="_blank">enquiries page</a>. As a customer, you are free to use the <a href="http://www.textmarketer.co.uk/img/TxtUslogo.png">txtUs logo</a> next to your number which adds impact and encourages use.</p>
<h3>Other Common Questions</h3>
<p><strong>Getting replies from text campaigns</strong><br />
To enable people to reply to you, you simply have to set the <a href="http://www.textmarketer.co.uk/blog/2009/07/system-faqs/can-i-set-the-sender-name-who-the-message-is-from/">Sender ID</a> as your txtUs number. When you have a txtUs number your account will automatically do this as the default, which you can change if you wish.</p>
<p>You will see a new setting on your send screens, &#8220;Use Reply Number&#8221;. Simply tick this to use your txtUs number:</p>
<p><a href="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-18022011-115429.jpg"><img class="alignnone size-full wp-image-2183" title="Fullscreen capture 18022011 115429" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2011/02/Fullscreen-capture-18022011-115429.jpg" alt="" width="480" height="288" /></a></p>
<p><strong>Charges</strong><br />
You are only charged for messages you send out, not for incoming messages. The cost of this is just 1 credit per 160 characters as per normal charges.</p>
<p><strong>Cancellation</strong><br />
You can cancel your number at any time. There are no fixed contract lengths. To do this simply log in to your <a href="http://checkout.google.com">Google Checkout Account</a> and cancel your subscription payments.</p>
<p><strong>Logs</strong><br />
All of your conversations are stored in a log. Go to <strong>&#8220;Incoming SMS&#8221; | &#8220;Reply Data&#8221;</strong> to download your full log for your txtUs number.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=2172&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2011/02/documentation/using-the-txtus-2-way-text-messaging-feature/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Cancel a Keyword on SMS Short Code 88802 or txtUs Subscription</title>
		<link>http://www.textmarketer.co.uk/blog/2010/10/text-messaging-response/how-to-cancel-a-keyword-on-sms-short-code-88802/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/10/text-messaging-response/how-to-cancel-a-keyword-on-sms-short-code-88802/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 07:28:27 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Text Messaging Response]]></category>
		<category><![CDATA[short code sms]]></category>
		<category><![CDATA[sms short code]]></category>
		<category><![CDATA[text response]]></category>

		<guid isPermaLink="false">http://www.textmarketer.co.uk/blog/?p=1879</guid>
		<description><![CDATA[All our short code services are run by subscription and we use Google Checkout as the subscription processor. You can cancel your keyword or TxtUs number from within your Text Marketer account. To do this this go to Incoming SMS &#8211; Change Reply Settings. Click Cancel next to the keyword &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/10/text-messaging-response/how-to-cancel-a-keyword-on-sms-short-code-88802/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>All our short code services are run by subscription and we use <a title="google checout" href="http://checkout.google.com" target="_blank">Google Checkout </a>as the subscription processor.</p>
<p>You can cancel your keyword or TxtUs number from within your Text Marketer account.<br />
To do this this go to <strong>Incoming SMS</strong> &#8211; <strong>Change Reply Settings</strong>.<br />
Click <strong>Cancel</strong> next to the keyword or TxtUs number.<br />
You&#8217;ll then be asked to confirm that you wish to cancel the subscription.<br />
By confirming, you subscription will immediately be cancelled.</p>
<p>You can also cancel you subscription by logging in directly to your Google account.</p>
<p>To do this, simply <a title="google checkout" href="http://checkout.google.com" target="_blank">login </a>to your Google account and cancel your subscription with Google. Text Marketer does not hold your Google login or credit card details. See<a href="https://checkout.google.com/support/bin/answer.py?hl=en-uk&amp;answer=1090911"> Google Help</a> for more information.</p>
<p>As soon as your monthly payment has been cancelled your keyword will automatically be removed from your account.</p>
<p>Please note that if you need to download data from the <a title="short code sms" href="http://www.textmarketer.co.uk/blog/2009/07/system-faqs/ive-got-a-keyword-set-up-on-a-short-code-how-do-i-access-the-incoming-texts/" target="_self">short code log</a>, do this before cancelling your keyword as the data cannot be retrieved once a keyword has been cancelled.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1879&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/10/text-messaging-response/how-to-cancel-a-keyword-on-sms-short-code-88802/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reply by email to incoming SMS. Have a &#8216;text conversation&#8217; by email.</title>
		<link>http://www.textmarketer.co.uk/blog/2010/08/sms-marketing-articles/reply-by-email-to-incoming-sms-have-a-text-conversation-by-email/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/08/sms-marketing-articles/reply-by-email-to-incoming-sms-have-a-text-conversation-by-email/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 09:25:18 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[Email to SMS]]></category>
		<category><![CDATA[conversation]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[replies]]></category>
		<category><![CDATA[reply]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1713</guid>
		<description><![CDATA[A great new feature added to Text Marketer accounts today. If you have a keyword on your account and receive incoming SMS&#8217;s, you can now reply to them by email. In effect, you can have a &#8216;text conversation&#8217; with people simply using your email program! What you need to be &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/08/sms-marketing-articles/reply-by-email-to-incoming-sms-have-a-text-conversation-by-email/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A <strong><em>great new feature</em></strong> added to Text Marketer accounts today. If you have a keyword on your account and receive incoming SMS&#8217;s, you can now reply to them by email. In effect, you can have a &#8216;text conversation&#8217; with people simply using your email program!</p>
<p><strong>What you need to be able to do this:<br />
</strong>1. A <a href="http://www.textmarketer.co.uk/signUpGoogle/">Text Marketer SMS account</a><br />
2. <a href="http://www.textmarketer.co.uk/get-sms-short-code-keyword.htm">A keyword on your account</a> (you can get any keyword free for a week to trial this), <a href="http://www.textmarketer.co.uk/blog/2009/07/system-faqs/ive-got-a-keyword-set-up-on-a-short-code-how-do-i-access-the-incoming-texts/">configured to copy incoming SMS&#8217;s to your email address</a>.</p>
<p><strong>Once you have these, the process is very simple.</strong><br />
Let&#8217;s take the example of a hairdresser, Zaks. Their keyword is ZAKS on our shortcode 88802. So, any message starting with the keyword ZAKS sent to 88802 will go to their account and be sent by email to the address/es they set.</p>
<p>Zaks send out a campaign with their Sender ID set to 88802 so people can reply, such as, &#8220;50% off all cut &amp; blow drys this Monday &amp; Tuesday. Reply with name, day &amp; time to book yours, starting your reply message with the word ZAKS.&#8221;</p>
<p>All replies will then be sent to the email address Zaks have set up.</p>
<p>When an email response is received they can simply hit the reply button as normal and type a return message to the client. The only difference from a normal email reply is that you must type ## at the end of the text reply you want to send (otherwise it will send all the text in the email).</p>
<p>So, their email reply might look something like, &#8220;Thanks Joyce. I can confirm your appointment for Monday at 10am. See you then. Zaks. If you want to reply to this message remember to start your message with the word ZAKS.##&#8221;. This will go straight back to the client.</p>
<p>In essence, so long as the person starts any message with the keyword ZAKS you can continue to have a text conversation with them using solely your email program.</p>
<p>For more advanced options on replies please see our <a href="http://www.textmarketer.co.uk/blog/2010/06/sms-gateway/email-to-sms-gateway-service-from-text-marketer/">email to sms instructions</a>.</p>
<p><strong>FAQ&#8217;s on replying to SMS&#8217;s using Email</strong></p>
<p>Q. How many characters can I have in my reply.<br />
A. Up to 612 characters including spaces.</p>
<p>Q. Does it cost anything to reply.<br />
A. It simply uses the credits system of your account, so whatever you&#8217;re paying per credit at present.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1713&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/08/sms-marketing-articles/reply-by-email-to-incoming-sms-have-a-text-conversation-by-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email-to-SMS Gateway service from Text Marketer</title>
		<link>http://www.textmarketer.co.uk/blog/2010/06/sms-gateway/email-to-sms-gateway-service-from-text-marketer/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/06/sms-gateway/email-to-sms-gateway-service-from-text-marketer/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 13:37:21 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[All SMS Gateway Documentation]]></category>
		<category><![CDATA[Email to SMS]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gateway]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hotmail]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[sms]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1636</guid>
		<description><![CDATA[Please note that this blog page has been superseded with http://www.textmarketer.co.uk/developers/sms-email-gateway.htm  Our email-to-SMS service provides a simple way for you to send text messages via email. This is in addition to our simple HTTP SMS Gateway API, explained here, and we also provide a more complex RESTful SMS API to send SMS messages and &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/06/sms-gateway/email-to-sms-gateway-service-from-text-marketer/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Please note that this blog page has been superseded with<a href="http://www.textmarketer.co.uk/developers/sms-email-gateway.htm"> http://www.textmarketer.co.uk/developers/sms-email-gateway.htm </a></p>
<p>Our email-to-SMS service provides a simple way for you to send text messages via email.</p>
<p>This is in addition to our simple HTTP <a title="SMS Gateway API" href="/blog/2009/05/sms-gateway/text-marketer-apigateway-spec/">SMS Gateway API</a>, explained <a title="SMS Gateway API" href="/blog/2009/05/sms-gateway/text-marketer-apigateway-spec/">here</a>, and we also provide a more complex <a title="RESTful SMS API" href="/blog/2010/03/sms-gateway/restful-web-services-sms-api-overview/">RESTful SMS API</a> to send SMS messages and give you access to information about your <a title="Get an SMS account" href="http://www.textmarketer.co.uk/signUpGoogle/" target="_self">SMS marketing account</a> (dont have one? You need to have an <a title="Free SMS account" href="http://www.textmarketer.co.uk/signUpGoogle/">account</a>).</p>
<p><strong>There are 3 main ways to use the email to sms gateway;</strong></p>
<p>Option 1 &#8211; To send single emails/messages using domain authentication<br />
Option 2 &#8211; To send single emails/messages using username/password authentication<br />
Option 3 &#8211; To send messages to multiple recipients with a single email (and advanced features)</p>
<p>&nbsp;</p>
<h2><strong>Option 1 &#8211; Send single emails/messages using domain authentication</strong></h2>
<p>This option is used when you cannot or do not want to transmit your username and password in the subject field of the email. You set your sending domain in your account, e.g. mycompanyname.com which is what we use for validation when the email comes in. Only emails sent from the domain you set will be accepted (no generic email accounts like hotmail or gmail are acceptable).</p>
<p><strong>Step 1</strong> &#8211; enable domain authentication in your Text Marketer account. <strong>Go to Settings | Account Settings</strong> as shown below.</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-100448.jpg"><img class="alignnone size-full wp-image-2718" title="Fullscreen capture 18052011 100448" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-100448.jpg" alt="" width="480" height="292" /></a></p>
<p>&nbsp;</p>
<p>Under &#8220;Email Gateway Settings&#8221; enter your domain name (<em>e.g. if your email address was richard@greens.com then your domain name is greens.com</em>) in the field and press <strong>submit </strong>(do not include the @ sign). The system will return an &#8216;updated&#8217; message.</p>
<p>Then, click <strong>change </strong>next to your domain name and make sure it turns from disabled to <span style="color: #ff0000;"><strong>Active </strong></span>(in red).</p>
<p><strong>Step 2</strong> &#8211; now you are ready to send a test message. Format the email address as [mobilenumber]@textmarketer.biz (for example, <a href="mailto:447777111999@textmarketer.biz">447777111999@textmarketer.biz</a>) and send it our gateway. Make sure you add ## to the end of the text in the body you want to send (this tells our system that this is the end of the text to send out and avoids sending things like signatures etc). You can change the message termination string by logging into your account and navigating to &#8220;settings&#8221; =&gt; &#8220;Account Settings&#8221;.<br />
You don&#8217;t have to put anything in the subject line as it&#8217;s not used.</p>
<p>Here&#8217;s an example message (note the ## added at the end of the text to be sent):</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-095127.jpg"><img class="alignnone size-full wp-image-2715" title="Fullscreen capture 18052011 095127" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-095127.jpg" alt="" width="480" height="278" /></a></p>
<p>&nbsp;</p>
<h2><strong>Option 2 &#8211; To send single emails/messages using username/password authentication</strong></h2>
<p>This option is exactly the same as option 1 apart from you do not need to turn on domain authentication in your account and instead you use your API username and password in the subject field (formed like <em>username%password</em>) of the email for authentication. You can find your API username and password in your  account on the <strong>Settings | API Settings</strong> page.</p>
<p>So your email would look like this:</p>
<p><a href="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-095743.jpg"><img class="alignnone size-full wp-image-2716" title="Fullscreen capture 18052011 095743" src="http://www.textmarketer.co.uk/wordpress/wp-content/uploads/2010/06/Fullscreen-capture-18052011-095743.jpg" alt="" width="480" height="277" /></a></p>
<p>&nbsp;</p>
<h2><strong>Option 3 &#8211; To send messages to multiple recipients with a single email (and advanced features)</strong></h2>
<p><img class="alignnone size-full wp-image-1662" style="border: black 1px solid;" title="fullscreen-capture-01072010-143626bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/06/fullscreen-capture-01072010-143626bmp.jpg" alt="fullscreen-capture-01072010-143626bmp" width="480" height="217" /></p>
<p>1. Create an email to the address shown above<br />
<strong>IMPORTANT</strong>: this must be the gateway[at]textmarketer.co.uk address, not a [number]@ style address or it will fail.<br />
2. Put your API username and password in the subject field with a % symbol in between (no spaces). You can find your API username and password in your  account on the Settings &gt; API Settings page but it is usually the same unless you&#8217;ve updated your login details.<br />
3. Type the text message you want to send and at the end put two hash symbols &#8220;##&#8221;<br />
4. Put 1 or many numbers in a single column underneath (it&#8217;s always best in international format but UK numbers starting 07&#8230;&#8230; are OK too).<br />
5. Send the email!</p>
<p><strong><br />
Expanded Instructions / Additional Features</strong></p>
<p>The Email-to-SMS (or email-to-text-message) service allows you to send SMS text messages via email. You must have an <a title="Get an SMS account" href="http://www.textmarketer.co.uk/signUpGoogle/" target="_self">SMS marketing account</a> (you can create a <a title="Free SMS account" href="http://www.textmarketer.co.uk/signUpGoogle/">free account here</a>) to send text messages via this service.</p>
<p>The actual email address of the email-to-SMS gateway is shown in the screenshot above (gateway@ and the domain is textmarketer.co.uk).</p>
<p>To send a text message to one or more mobile numbers, you will specify the message to send, and the numbers to send to, in an email. You then send the email to our email-to-sms gateway email address (using a specific format/structure).</p>
<p>Let&#8217;s say you want to send a text message containing &#8216;Call us for a quote&#8217; to the UK mobile number 07777123456. To do this your email contents would look like this:</p>
<pre>Call us for a quote##
07777123456</pre>
<p>The &#8216;##&#8217; characters simply tell us that this is the end of the message to be sent. And it&#8217;s followed by the mobile number. That&#8217;s it!</p>
<p><strong>IDENTIFICATION</strong></p>
<p>Your email will contain your account&#8217;s API username and password in the email <em>subject</em>. This allows us to verify your identity and deduct credits for the text messages sent from your account.</p>
<p>Your email subject should contain your API username, followed by &#8216;%&#8217;, followed by your API password (You can find your API username and password in your  account on the &#8216;Settings&#8217; &gt; &#8216;API Settings&#8217; page.), e.g.</p>
<pre>myAPIusername%myAPIpassword</pre>
<p><strong>Example</strong></p>
<p>So the complete email (subject and body) would look like this:</p>
<p>Email Subject:</p>
<pre>myAPIusername%myAPIpassword</pre>
<p>Email Body/Contents:</p>
<pre>Call us for a quote##
07777123456</pre>
<p><strong>MULTIPLE RECIPIENTS</strong></p>
<p>You want to send a text message via email to more than one mobile number? No problem! Simply list the numbers on separate lines, like this:</p>
<pre>Call us for a quote##
07777123456
07777123457</pre>
<p>Or put them on the same line, with commas in between to separate the numbers, like this:</p>
<pre>Call us for a quote##
07777123456,07777123457</pre>
<p><strong>MESSAGE WITH MULTIPLE LINES</strong></p>
<p>A message sent using the email-to-SMS gateway can contain more than more line. Simply ensure the message still ends with &#8216;##&#8217;, e.g.:</p>
<pre>Special offer this week on:
- black tights
- green shoes##
07777123456</pre>
<p><strong>FROM/SENDER ID</strong></p>
<p>The sender ID is the number/name that your text message will appear as being sent from. When using the email-to-text API this defaults to the sender ID that is set in your account settings (see the &#8216;Send SMS&#8217; &gt; &#8216;Default Sender ID&#8217; page). For example, you might want to set the sender ID as the name of your business, or perhaps to your own mobile number.</p>
<p>The sender ID can be any 16-digit number, or any text of up to 11 alpha-numeric characters.</p>
<p><strong>Example</strong></p>
<p>Let&#8217;s say you want to send the message &#8216;Special 2-for-1 offer this week&#8217; to the UK mobile number 07777123456, with a sender ID of &#8216;Fast Pizzas&#8217;. Your email body (contents) would look like this:</p>
<pre>Special 2-for-1 offer this week##
Fast Pizzas#
07777123456</pre>
<p>The sender ID is &#8216;terminated&#8217;, i.e. ends with, a single &#8216;#&#8217; character. It can appear before or after the message, so this works too:</p>
<pre>Fast Pizzas#
Special 2-for-1 offer this week##
07777123456</pre>
<p><strong>ERROR REPORTING</strong></p>
<p>If your email-to-SMS request is successful, with no errors or problems, you will not get any response (unless you&#8217;re using the Sandbox service). However, if there are any problems with the format of your email, or problems sending to any of the numbers you specify in the email, you will get a verbose email response with details of the problem(s) encountered.</p>
<p>Note that you will not get any response if your API username or password (included in the email subject) were incorrect, or did not contain the &#8216;%&#8217; character to separate them.</p>
<p><strong>TESTING/SANDBOX</strong></p>
<p>If you want to test the service without actually sending any text messages, there is a different email address to use for this purpose:</p>
<p>gateway-sandbox@ followed by the same domain: textmarketer.co.uk</p>
<p>It works in the same way as the normal service, except that no text messages will be sent and therefore no credit will be deducted from your account. Also, unlike the normal service, you will get a confirmation email telling you what message would have been sent, and to what numbers, if you had used the normal live service.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1636&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/06/sms-gateway/email-to-sms-gateway-service-from-text-marketer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extract name and email address from Text Message autoresponses using Excel</title>
		<link>http://www.textmarketer.co.uk/blog/2010/06/bulk-sms-documentation/extract-name-and-email-address-from-text-message-autoresponses-using-excel/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/06/bulk-sms-documentation/extract-name-and-email-address-from-text-message-autoresponses-using-excel/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 08:32:08 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[extract]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1629</guid>
		<description><![CDATA[When using a text message response mechanic it is often good to ask for a name and an email address in the response as well. As the data of the incoming message all comes in in one field it is often a time consuming process to extract the name and &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/06/bulk-sms-documentation/extract-name-and-email-address-from-text-message-autoresponses-using-excel/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>When using a <a href="http://www.textmarketer.co.uk/shortcode_sms.htm">text message response mechanic</a> it is often good to ask for a name and an email address in the response as well. As the data of the incoming message all comes in in one field it is often a time consuming process to extract the name and email address.</p>
<p>We have built a nifty little Excel worksheet which takes care of this. <a href="http://www.textmarketer.co.uk/files/DataPicker.xls">Download the file here</a>.</p>
<p>INSTRUCTIONS:</p>
<p>When promoting your campaign, it is important to ask people to text in in a specific way which is:<br />
<strong>[KEYWORD] space [FIRSTNAMEONLY] space [EMAILADDRESS]</strong></p>
<p>Then, once all the autoresponses are in simply copy and paste them into the yellow part of column A of the Excel sheet. It will remove the keyword and split out the name and email address into separate columns for easier importing into other applications.</p>
<div id="attachment_1633" class="wp-caption alignnone" style="width: 490px"><a href="http://www.textmarketer.co.uk/files/DataPicker.xls"><img class="size-full wp-image-1633 " title="fullscreen-capture-24062010-165108bmp-11" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/06/fullscreen-capture-24062010-165108bmp-11.jpg" alt="Paste your autoresponse data into the yellow section to strip out the name and email address. Handles up to 10,000 records at a time." width="480" height="222" /></a><p class="wp-caption-text">Paste your autoresponse data into the yellow section to strip out the name and email address. Handles up to 10,000 records at a time.</p></div>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1629&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/06/bulk-sms-documentation/extract-name-and-email-address-from-text-message-autoresponses-using-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending SMS Text Messages to landline telephone numbers</title>
		<link>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/sending-sms-text-messages-to-landline-telephone-numbers/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/sending-sms-text-messages-to-landline-telephone-numbers/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 14:05:40 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1387</guid>
		<description><![CDATA[This article simply outlines how to use your Text Marketer account to send bulk sms to landline numbers. There are 2 critical differences when sending to landline numbers using your text marketer account: 1. The &#8216;originator&#8217; or &#8216;sender ID&#8216; MUST be numeric only. You can use a mobile number, your &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/sending-sms-text-messages-to-landline-telephone-numbers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article simply outlines how to use your <a href="http://www.textmarketer.co.uk/">Text Marketer</a> account to send bulk sms to landline numbers.</p>
<p>There are 2 critical differences when sending to landline numbers using your text marketer account:</p>
<p>1. The &#8216;originator&#8217; or &#8216;<a href="http://www.textmarketer.co.uk/blog/2009/07/system-faqs/can-i-set-the-sender-name-who-the-message-is-from/">sender ID</a>&#8216; MUST be numeric only. You can use a mobile number, your office number or our shortcode number (88802) but there must be no alpha characters in the sender ID. For example, 88802, 01179992299, 0700099999 is fine.</p>
<p>2. The landline number you are sending to must be in international format which means it must start 44 instead of 0. For example, 01179992299 becomes 441179992299 in GSM international format. This is true whether you are uploading databases or using the quick send feature in your account.</p>
<p>It does not cost any more than usual to send to landlines.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1387&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/sending-sms-text-messages-to-landline-telephone-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send a Personalised / Merge Text Message</title>
		<link>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/how-to-send-a-personalised-text-message-marketing-campaign-using-a-csv-file/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/how-to-send-a-personalised-text-message-marketing-campaign-using-a-csv-file/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 10:17:09 +0000</pubDate>
		<dc:creator>Richard</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[merge]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[personalise]]></category>
		<category><![CDATA[personalised]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1322</guid>
		<description><![CDATA[This article shows you how to use the merge function in our text messaging application. This is useful when you want to send personalised marketing text messages by merging data fields from a CSV file. This is a relatively advanced feature of the system and the process outlined below should be followed precisely to ensure &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/how-to-send-a-personalised-text-message-marketing-campaign-using-a-csv-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This article shows you how to use the merge function in our text messaging application. This is useful when you want to send personalised marketing text messages by merging data fields from a CSV file.</p>
<p>This is a relatively advanced feature of the system and the process outlined below should be followed precisely to ensure a successful campaign.</p>
<p><strong>Overview: The step by step process<br />
</strong>1. What is a CSV file and how the data should be formatted<br />
2. <a href="#step2">Creating a &#8220;merge group&#8221; in the system</a><br />
3. <a href="#step3">Uploading your CSV file to the &#8220;merge group&#8221;</a><br />
4. <a href="#step4">Creating the campaign and inserting &#8220;merge&#8221; fields into the message</a><br />
5. <a href="#step5">Previewing the campaign, editing &amp; submitting the campaign</a></p>
<h3>Step 1: Understanding &amp; creating your CSV File</h3>
<p><img class="alignnone size-full wp-image-1323" title="fullscreen-capture-20042010-093122bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-093122bmp.jpg" alt="fullscreen-capture-20042010-093122bmp" width="480" height="324" /></p>
<p>A CSV file is a Comma Separated Values file. They are <a href="http://office.microsoft.com/en-us/excel/HP100997251033.aspx#export" target="_blank">easily exported from Excel</a> or almost any other software. If you are not familiar with CSV files, you should seek technical help within your company.</p>
<p>Above you&#8217;ll see an example CSV file, ready for merge upload. Each line is a &#8220;record&#8221; or &#8220;row&#8221; and each bit of data between each comma is a &#8220;field&#8221;. So in each line of the example above, we have the following data:<br />
&#8220;mobile_number,name,username,password,code&#8221;<br />
There are 5 records in our example CSV database.</p>
<p>Create or export your CSV file, following the rules shown below and save it on your computer ready to upload to your account. (Step 3.)</p>
<p><strong><span style="color: #ff0000;">VERY IMPORTANT </span>- Rules for CSV files for Text Marketer:<br />
</strong>1. The mobile number <strong>MUST</strong> be saved as the first field in each row<br />
2. You can have up to a maximum of 4 additional custom fields in addition to the mobile number<br />
3. There is a maximum of 60 characters for each custom field<br />
4. Commas are used to separate the fields, do not use them in your data<br />
5. The maximum number of rows you can upload at one time is 50,000</p>
<p><a id="step2" name="step2"></a></p>
<h3>Step 2: Creating a &#8220;merge group&#8221; in the system</h3>
<p><img class="alignnone size-full wp-image-1324" style="border: black 2px solid;" title="fullscreen-capture-20042010-093352bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-093352bmp.jpg" alt="fullscreen-capture-20042010-093352bmp" width="480" height="294" /></p>
<p>Now we have the CSV file prepared, the next step is to create a special &#8220;merge group&#8221; in your system.<br />
Log in and go to <strong>Groups -Create a Group</strong>. Give the group a name and tick the box &#8220;Is it a Merge Group?&#8221;. This tells the system to expect a merge group CSV file instead of the normal single column of numbers used in non-merge campaigns.<br />
Then press <strong>Submit</strong>.<br />
<a id="step3" name="step3"></a></p>
<h3>Step 3: Uploading your CSV file to the &#8220;merge group&#8221;</h3>
<p><img class="alignnone size-full wp-image-1325" style="border: black 2px solid;" title="fullscreen-capture-20042010-093525bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-093525bmp.jpg" alt="fullscreen-capture-20042010-093525bmp" width="480" height="290" /></p>
<p>After creating the &#8220;merge group&#8221; you will be returned to the screen above with the group you have created already selected.<br />
Next to Select File, click the  grey <strong>Browse</strong> button.<br />
Navigate your way to the CSV file you created and saved in Step 1.<br />
When you have found the CSV file, double click the file or highlight it and select <strong>open</strong>.<br />
(You will see the path to the file now appears in the window next to Select File.)<br />
Then click <strong>Submit</strong>.<br />
If any errors are found in your file these will be reported. If this is the case, please go back to Step 1 and see the &#8220;Rules for CSV files&#8221;. If your file uploads successfully, you will see the &#8220;Numbers in Group&#8221; for your &#8220;merge group&#8221; change from zero to the numbers of records in your CSV file.</p>
<p>In our example CSV file we had 5 records which we uploaded to the group &#8220;MergeData1&#8243; so it is now displaying 5 records in that group as per below.</p>
<p><img class="alignnone size-full wp-image-1327" style="border: black 2px solid;" title="fullscreen-capture-20042010-095838bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-095838bmp.jpg" alt="fullscreen-capture-20042010-095838bmp" width="480" height="291" /><br />
<a id="step4" name="step4"></a></p>
<h3>Step 4: Creating the campaign and using &#8220;merge&#8221; fields in the message</h3>
<p><img class="alignnone size-full wp-image-1329" style="border: black 2px solid;" title="fullscreen-capture-20042010-100056bmp1" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-100056bmp1.jpg" alt="fullscreen-capture-20042010-100056bmp1" width="480" height="292" /></p>
<p>To create a merge SMS campaign go to <strong>Send SMS</strong> &#8211; <strong>Send to Merge Group</strong><br />
Then select the merge group you are sending to (MergeData1 in our example).<br />
Give the campaign a name for your records (this can be anything useful to you but is not set as the <a title="set sender name" href="http://www.textmarketer.co.uk/blog/2009/07/system-faqs/can-i-set-the-sender-name-who-the-message-is-from/" target="_blank">sender name </a>for your campaign).<br />
Select the date and time to send your campaign and then we&#8217;ll create the message.</p>
<p><strong>How To Create A Merge Message</strong><br />
The code you need to insert into a message to pull through a custom field is {1}, {2}, {3} or {4} where the number corresponds to the position of the custom data field in each record in your CSV file. The custom fields exclude the number column so {1} is the first data field.<br />
If you only have one custom field then you will only ever need {1}. If you remember, in our example CSV file (from Step 1) the order of each record was &#8220;mobile_number (which is ignored for data merging),name,username,password,code&#8221; so in the message above we have created:</p>
<p><em>&#8220;Hi {1}, your username is: {2}, password {3} &amp; your voucher code is {4}. Thanks.&#8221;</em><br />
You can now create your message following this example and insert the {1}, {2}, {3} or {4} (if you are using all 4 custom fields) in your message as appropriate.<br />
Then click <strong>Next</strong> <strong>&gt;&gt;</strong> <span style="color: #ff0000;"><em>Don&#8217;t worry, there is a preview screen next to check your message before it is submitted!</em></span><br />
<a id="step5" name="step5"></a></p>
<h3>Step 5: Previewing the campaign, editing &amp; submitting the campaign</h3>
<p><img class="alignnone size-full wp-image-1331" style="border: black 2px solid;" title="fullscreen-capture-20042010-100119bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-100119bmp.jpg" alt="fullscreen-capture-20042010-100119bmp" width="480" height="290" /></p>
<p>Once you have clicked<strong> Next &gt;&gt;</strong> you will be given a preview of up to the first 20 merged messages.<br />
This allows you to check the messages look OK.<br />
The message box also re-appears so you can make amendments to your message if it doesn&#8217;t look right. If you do make amendments in the message box, click <strong>Preview &gt;&gt;</strong> afterwards to preview the first 20 messages again with the amended message text.</p>
<p><strong><span style="color: #ff0000;">IMPORTANT</span> &#8211; Information on credits usage with merged campaigns</strong><br />
Merging data can and will produce different message lengths depending on your data  (if someone has a long name for example).<br />
This can have the effect of using more credits for a particular message. Therefore this screen also shows you the total credits required for the campaign and the total volume (or, number of mobile numbers you are sending to).<br />
Should these numbers differ it means that some of your data fields are pushing the total character count in those messages over the limit.<br />
You can either choose to accept this and <strong>submit</strong> the campaign or you may wish to trim the message (remember to hit <strong>Preview &gt;&gt;</strong> to reload the new message) until you are happy with the credits required number.</p>
<p>In our example everything looks fine with 5 credits needed to send our 5 text messages so we can now <strong>Submit </strong> the campaign.</p>
<p><img class="alignnone size-full wp-image-1332" style="border: black 2px solid;" title="fullscreen-capture-20042010-100139bmp" src="http://www.textmarketer.co.uk/blog/wp-content/uploads/2010/04/fullscreen-capture-20042010-100139bmp.jpg" alt="fullscreen-capture-20042010-100139bmp" width="480" height="291" /></p>
<p>You will then see your normal campaign log screen with the campaign details. If you are happy with this then simply leave the campaign to process. If you are not happy, hit the <strong>Abort?</strong> link next to the campaign to abort.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1322&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/04/bulk-sms-documentation/how-to-send-a-personalised-text-message-marketing-campaign-using-a-csv-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Unsubscribe Service Now Available for All Customers</title>
		<link>http://www.textmarketer.co.uk/blog/2010/02/sms-marketing-articles/free-unsubscribe-service-now-available-for-all-customers/</link>
		<comments>http://www.textmarketer.co.uk/blog/2010/02/sms-marketing-articles/free-unsubscribe-service-now-available-for-all-customers/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 09:58:19 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Distributed SMS Articles]]></category>
		<category><![CDATA[News and Case Studies]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=1037</guid>
		<description><![CDATA[The Mobile Marketing Association best practive guidelines state that you need to have an unsubscribe service so that customers who no longer wish to receive your text alerts can easily remove themselves from your list. Text Marketer offers all customers a free unsubscribe service when they set up a free &#8230; <a href="http://www.textmarketer.co.uk/blog/2010/02/sms-marketing-articles/free-unsubscribe-service-now-available-for-all-customers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a title="mobile marketing association" href="http://mmaglobal.com/main" target="_blank">Mobile Marketing Association </a>best practive guidelines state that you need to have an unsubscribe service so that customers who no longer wish to receive your text alerts can easily remove themselves from your list.<br />
Text Marketer offers all customers a free unsubscribe service when they set up a <a title="free bulk sms account" href="http://www.textmarketer.co.uk/signUpGoogle/">free bulk sms account</a>.</p>
<ul>
<li><a onclick="_gaq.push(['_trackEvent', 'PDF', 'Main Send Manual'])" href="http://www.textmarketer.co.uk/instructions/TextMarketerInstructions.pdf">Download the PDF instruction manual for the main functions of the system</a></li>
</ul>
<h3>How does the sms opt out service work?</h3>
<p>The opt out service works, using a keycode and a five digit short code. Customers who wish to unsubscribe from your list, simply text a unique keycode to a 5 digit short code, (<strong>88802</strong>). Their mobile number is then captured by your account and added to your unsubscribe list.<br />
Your account will then check your unsubscribe list before sending out an sms campagn. This means that you cannot send an sms to an unsubscribed customer by mistake.</p>
<h3>How do I set up the unsubscribe service on my bulk sms account?</h3>
<p>Setting up the unsubscribe service is free and is available to you as soon as you set up your free account. Immediately after setting up your free account, you will receive a welcome email containing confirmation of your username and password. This email also contains your unsubscribe keycode. This will be a 4 letter code, (eg WJBC) To unsubsbribe, your contacts simply text this code to <strong>88802</strong>.</p>
<h3>&#8230;.for existing customers</h3>
<p>&#8230;. go to &#8220;Incoming SMS&#8221; / &#8220;Reply Data&#8221; in your account to see what your STOP code is.</p>
<h3>How can I see the list of people that have unsubscribed from my list.</h3>
<p>To view your unsubscribers, go to <strong>Incoming SMS</strong> -<strong>Reply Data</strong>. Here you will see your unsubscribe keycode (with &#8216;about unsubscribe keywords&#8217; next to it), along with the toal number of users that have unsubscribed. To downoad an excel spreadsheet or .csv file, cick on either the &#8216;download to CSV&#8217; or &#8216;download to Excel&#8217; link on the right hand side.</p>
<p>The mobile number is in column C. You will need to format the column so that you can view the numbers. Click on the column header to hightlight it &#8211; right click &#8211; format cells &#8211; select number&#8217; and click down to 0 decimals places. You will then see the numbers in international format.</p>
<h3>How can I add people to my stop list manually?</h3>
<p>Simply go to <strong>GROUPS | UPLOAD NUMBERS TO A GROUP</strong> and then choose your stop list group. It will be named like &#8220;Short_[your stop code]&#8220;. Then copy and paste the number/s you wish to add in the numbers box and press submit. (Similarly, you can remove numbers from the stop list by going to <strong>GROUPS | GROUP MAINTENANCE</strong> and entering the numbers there, ticking &#8216;also remove from stop list&#8217; and clicking delete).</p>
<h3>What&#8217;s best way of wording  the unsubscription option in the outbound text?</h3>
<p>There are 2 options here.<br />
<strong>Option 1</strong> &#8211; Set the sender ID as <strong>88802</strong>. (Go to <strong>Send SMS </strong>- <strong>Default Sender ID</strong> &#8211; Change to 88802 and click <strong>Submit</strong>.) 88802 is the short code that you use for unsubscribing.<br />
Then at the end of your texts add <strong><em>Reply [code] to cancel</em></strong> ' (use your key code.)</p>
<p><strong>Option 2</strong> - If you wish to keep your sender name as it is, you need to give fuller instruction on how to unsubscribe. E.g <strong><em>Text [code] to 88802 to cancel</em></strong>.</p>
<p>Keywords are not case sensitive.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=1037&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2010/02/sms-marketing-articles/free-unsubscribe-service-now-available-for-all-customers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>System Update &#8211; Unsubscribe Service Now Live on Bulk SMS Service</title>
		<link>http://www.textmarketer.co.uk/blog/2009/11/bulk-sms/system-update-unsubscribe-service-now-live-on-bulk-sms-service/</link>
		<comments>http://www.textmarketer.co.uk/blog/2009/11/bulk-sms/system-update-unsubscribe-service-now-live-on-bulk-sms-service/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:16:38 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[All Bulk SMS Account Documentation]]></category>
		<category><![CDATA[Bulk SMS]]></category>
		<category><![CDATA[Business SMS]]></category>
		<category><![CDATA[System FAQs]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[sms marketing]]></category>
		<category><![CDATA[stop texts from sms service]]></category>
		<category><![CDATA[unsubscribe from sms service]]></category>

		<guid isPermaLink="false">http://87.106.109.73/blog/?p=655</guid>
		<description><![CDATA[Our development team has been busy recently building a range of new tools for our main bulk sms service. We&#8217;ll be reporting these new tools and what they can do for our customers over the next few weeks. One of the main reasons that sms is such a responsive direct &#8230; <a href="http://www.textmarketer.co.uk/blog/2009/11/bulk-sms/system-update-unsubscribe-service-now-live-on-bulk-sms-service/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Our development team has been busy recently building a range of new tools for our <a title="sms service" href="http://www.textmarketer.co.uk/bulksms/sms-bulk.htm" target="_blank">main bulk sms service</a>. We&#8217;ll be reporting these new tools and what they can do for our customers over the next few weeks.</p>
<p>One of the main reasons that sms is such a responsive direct marketing channel is that if hasn&#8217;t been ruined in the way that e-mail has, by endless spam. Open rates for sms campaigns run at over 95%, whereas e-mail open rates have sunk to as low as 2 or 3%, (source Mobile Marketing Association).</p>
<p>To keep your customers happy and to make sure that you can&#8217;t be accused of text spamming them in any way, it&#8217;s a good idea to have an opt out service that allows you customers to opt our from receiving further texts from you.</p>
<h3>How does an sms opt out service work?</h3>
<p>The opt out service works, using a keyword and a five digit short code. Customers who wish to unsubscribe from your list, simply text a unique keyword to a 5 digit short code. Their mobile number is then captured by your account and added to your unsubscribe list.</p>
<p>Your account will then always check your unsubscribe list before sending out an sms campagn. This means that you cannot send an sms to an unsubscribed customer by mistake.</p>
<h3>How do I set up the unsubscribe service on my <a title="unsubscribe from sms" href="http://www.textmarketer.co.uk/bulksms/sms-bulk.htm" target="_blank">bulk sms account</a>?</h3>
<p>Setting up the unsubscribe service is free and your account will have already been allocated a 4 letter keycode. Full instructions on this can be found here.</p>
<img src="http://www.textmarketer.co.uk/wordpress/?ak_action=api_record_view&id=655&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.textmarketer.co.uk/blog/2009/11/bulk-sms/system-update-unsubscribe-service-now-live-on-bulk-sms-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

