<?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>Esendex Australia blog – Email to SMS, PC to SMS and Web SMS &#187; Ann</title>
	<atom:link href="http://www.esendex.com.au/blog/post/author/ann/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.esendex.com.au/blog</link>
	<description>Keep up to date with current industry news, tips and highlights from the SMS + COMMS industries with the Esendex Blog</description>
	<lastBuildDate>Tue, 31 Jan 2012 22:30:26 +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>Recent improvements to our blog</title>
		<link>http://www.esendex.com.au/blog/post/recent-improvements-to-our-blog/</link>
		<comments>http://www.esendex.com.au/blog/post/recent-improvements-to-our-blog/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 22:55:50 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Esendex]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://blog.esendex.com.au/?p=386</guid>
		<description><![CDATA[We&#8217;ve recently started categorising our blog posts (see right) to both aid navigation and to allow visitors to read about the topic area they&#8217;re most interest in. One of the new categories is a technical category which will include support updates, product improvements and anything developer/API related. We know some customers use the blog to receive support posts or technical updates (such as info on our API, or [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently started categorising our blog posts (see right) to both aid navigation and to allow visitors to read about the topic area they&#8217;re most interest in. One of the new categories is a technical category which will include support updates, product improvements and anything developer/API related.</p>
<p>We know some customers use the blog to receive support posts or technical updates (such as info on our API, or product improvements) only. Consequently, we&#8217;ve created a technical category with its own RSS feed so you can just subscribe to these types of posts if you&#8217;d prefer. Simply click on the RSS icon on the right to subscribe.</p>
<p>All our blog posts will also go out via Twitter automatically too so if this is your preferred communication method, make sure you are following us!</p>
<p>We hope you find these improvements useful and if you have any further recommendations, send us an email to <a href="mailto:marketing@esendex.com.au">marketing@esendex.com.au</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esendex.com.au/blog/post/recent-improvements-to-our-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esendex launches NEW SMS API &#8211; THE Esendex API</title>
		<link>http://www.esendex.com.au/blog/post/esendex-launches-new-sms-api-the-esendex-api/</link>
		<comments>http://www.esendex.com.au/blog/post/esendex-launches-new-sms-api-the-esendex-api/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 23:13:45 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Esendex]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Echo]]></category>
		<category><![CDATA[REST API]]></category>
		<category><![CDATA[SMS API]]></category>
		<category><![CDATA[SOAP XML]]></category>
		<category><![CDATA[Web SMS]]></category>

		<guid isPermaLink="false">http://blog.esendex.com.au/?p=343</guid>
		<description><![CDATA[Our new SMS API – named the Esendex API – is now live. This new SMS API offers a powerful, yet simple, interface to send and receive SMS messages, manage contacts and contact groups, and your accounts. The Esendex API is built on simple and established standards following ‘REST’ (REpresentational State Transfer) principles based on [...]]]></description>
			<content:encoded><![CDATA[<p>Our new SMS API – named the Esendex API – is now live. This new SMS API offers a powerful, yet simple, interface to send and receive SMS messages, manage contacts and contact groups, and your accounts.</p>
<p>The Esendex API is built on simple and established standards following ‘REST’ (REpresentational State Transfer) principles based on HTTP and using XML. XML is widely implemented in programming languages and reduces the need for additional libraries - which can be necessary with SOAP services for example.</p>
<p>The ‘REST’ style forms the basis of how the Internet works in general. A client makes a request on a page (resource) to perform an operation and gets a response back. E.g you are viewing this blog post because your web browser formed an HTTP GET request for this web page (resource) and the server returned you a HTML representation of the web page.</p>
<div class="mceTemp mceIEcenter"><img class="aligncenter size-full wp-image-349" title="Web Server" src="http://blog.esendex.com.au/wp-content/uploads/2010/03/Web-Server1.JPG" alt="Web Server" width="475" height="153" /></div>
<p>Instead of providing services with a list of commands, our new SMS API provides a set of resources that you can interact with. These resources are identified by different URIs (Uniform Resource Identifiers). Resources represent the different types of data for Esendex. E.g. contacts, message headers and contact groups.</p>
<p>To perform an operation on these resources, create an authenticated HTTP Request with an appropriate HTTP Method. The HTTP Method verbs of GET, POST, PUT and DELETE open up opportunities to retrieve, create, update and remove resources respectively.</p>
<p style="text-align: center;"><img class="size-full wp-image-345  aligncenter" title="The Esendex SMS API" src="http://blog.esendex.com.au/wp-content/uploads/2010/03/Esendex-API.JPG" alt="The Esendex SMS API" width="525" height="150" /></p>
<p>One of the key advantages of the Esendex API is that you can start exploring the data you can get from it straight away using only your web browser. Just navigate to <a href="http://api.esendex.com/v1.0/inbox/messages">http://api.esendex.com/v1.0/inbox/messages</a> and provide your Esendex username and password when prompted by your browser. You will receive a paged XML response of your inbox messages.</p>
<p>The Esendex API is fully documented, and available to <a title="Esendex SMS API documentation" href="http://www.esendex.co.uk/Developers/APIs/EsendexAPI" target="_blank">download as a pdf file</a> now from our Esendex API page. Our confidence in the reliability and flexibility in our new SMS API is such that our new Web SMS application, named “Echo”, is based entirely upon the Esendex API.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esendex.com.au/blog/post/esendex-launches-new-sms-api-the-esendex-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chris Bartlett is February&#8217;s employee of the month</title>
		<link>http://www.esendex.com.au/blog/post/chris-bartlett-is-februarys-employee-of-the-month/</link>
		<comments>http://www.esendex.com.au/blog/post/chris-bartlett-is-februarys-employee-of-the-month/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 22:07:27 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Esendex]]></category>

		<guid isPermaLink="false">http://blog.esendex.com.au/?p=352</guid>
		<description><![CDATA[Congratulations to Chris, Commercial Manager AsiaPac Region, who is February&#8217;s Employee of the Month. Luckily enough, Adam our CTO was visiting the Esendex Australia office this week so he could hand over the (very heavy) award in person. Note &#8211; a patriotic pic the left of Adam. Chris was nominated by the Management Team as despite being [...]]]></description>
			<content:encoded><![CDATA[<p>Congratulations to Chris, Commercial Manager AsiaPac Region, who is February&#8217;s Employee of the Month. Luckily enough, Adam our CTO was visiting the Esendex Australia office this week so he could hand over the (very heavy) award in person. Note &#8211; a patriotic pic the left of Adam.</p>
<p style="text-align: center;"><img class="size-full wp-image-357  aligncenter" title="Chris-Bartlett" src="http://blog.esendex.com.au/wp-content/uploads/2010/03/Chris-Bartlett1.jpg" alt="Chris-Bartlett" width="434" height="277" /></p>
<p>Chris was nominated by the Management Team as despite being many thousands of miles from Head Office he has always sought to challenge the status quo: particularly in looking at new pricing models and sales initiatives.</p>
<p>He&#8217;s always interested in the business’ performance and profitability and has a keen eye for detail. This keen eye was fundamental in resolving some business process issues at the start of the month, so thanks Chris! Enjoy the award!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.esendex.com.au/blog/post/chris-bartlett-is-februarys-employee-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you using an SMS service to build customer loyalty? If not, why not!</title>
		<link>http://www.esendex.com.au/blog/post/are-you-using-an-sms-service-to-build-customer-loyalty-if-not-why-not/</link>
		<comments>http://www.esendex.com.au/blog/post/are-you-using-an-sms-service-to-build-customer-loyalty-if-not-why-not/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 05:00:21 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[appointment reminders]]></category>
		<category><![CDATA[business sms]]></category>
		<category><![CDATA[schedule sms messages]]></category>
		<category><![CDATA[sms marketing]]></category>

		<guid isPermaLink="false">http://172.16.1.140/blog/?p=288</guid>
		<description><![CDATA[I recently wrote an article on using Business SMS services to increase customer loyalty and retention and thought it would be useful to offer a chopped down version on our blog. It has been proven time and time again that customer loyalty and retention are central for increasing business revenue. After all, it costs on [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I recently wrote an article on using Business SMS services to increase customer loyalty and retention and thought it would be useful to offer a chopped down version on our blog.</p>
<p>It has been proven time and time again that customer loyalty and retention are central for increasing business revenue. After all, it costs on average, three times more to acquire new customers that it does to keep an existing one. A study by the global business consulting firm, Baines and Company concluded: “A 5% increase in customer retention can increase a company’s profitability by 75%.”  <span id="more-288"></span></p>
<p>We are seeing more and more of our customers turning to <a title="Business SMS services" href="http://www.esendex.com.au/Services/">Business SMS</a> to build loyalty with their customers as its immediate, discreet, has high readership (over 98%), is cheaper than the phone and direct mail, and it encourages a response. One of the best devices for contacting people is the mobile phone, as they are always with their owner and they can use it wherever they are.</p>
<p>So how can a business use SMS to improve customer loyalty and retention? Here’s a few ideas for you:</p>
<ul>
<li>Regular SMS communication keeps your brand in the minds of your customers</li>
<li>Use SMS to confirm appointment times, reducing no show rates and therefore your costs.</li>
<li>Provide excellent Customer Service. Get your customer service team to communicate via SMS with customers.</li>
<li>Encourage repeat purchase by sending timely reminders – such as insurance renewals, garage services, hairdressers etc.</li>
<li>Use SMS to confirm delivery time of goods.</li>
<li>Reinforce and build brand recognition and awareness through <a title="SMS marketing" href="http://www.esendex.com.au/Target-Pages/SMS-Marketing-PPC">SMS marketing</a> campaigns.</li>
<li>Send last-minute promotions via SMS to boost demand for your products and services.</li>
<li>Allow your customers to send SMS messages back to you. SMS lends itself to 2-way communication with customers.</li>
<li>For many people today, SMS is the preferred method of communication for customers and if you don’t offer this channel your customer may go to a competitor that does.</li>
</ul>
<p>And one last thought, always, always ensure your message recipients have opted in – there’s nothing worse than getting unsolicited text messages from companies you’re never heard of!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.esendex.com.au/blog/post/are-you-using-an-sms-service-to-build-customer-loyalty-if-not-why-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Esendex launches Business SMS services in Germany</title>
		<link>http://www.esendex.com.au/blog/post/esendex-launches-business-sms-services-in-germany/</link>
		<comments>http://www.esendex.com.au/blog/post/esendex-launches-business-sms-services-in-germany/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 14:41:48 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Esendex]]></category>

		<guid isPermaLink="false">http://172.16.1.140/blog/?p=279</guid>
		<description><![CDATA[With the market for mobile communication in Germany maturing , text messaging specialist Esendex, expands its reach into the country with the launch of www.esendex.de/. Esendex routes its SMS traffic directly through leading European operators and, with a presence in Ireland, Spain, France and Australia, is a reliable choice for the German market.  Esendex offers [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>With the market for mobile communication in Germany maturing , text messaging specialist Esendex, expands its reach into the country with the launch of <a href="http://www.esendex.de/">www.esendex.de/</a>. Esendex routes its SMS traffic directly through leading European operators and, with a presence in Ireland, Spain, France and Australia, is a reliable choice for the German market.  <span id="more-279"></span></p>
<p>Esendex offers German companies intuitive internet-based services to deliver SMS and voice messages quickly and effectively. Using <a title="Web SMS " href="http://www.esendex.de/Dienstleistungen/Web-SMS/">Web SMS</a>, <a href="http://www.esendex.de/Dienstleistungen/Email-SMS/">E-mail SMS</a>, <a title="SMS API" href="http://www.esendex.de/Dienstleistungen/SMS-API/">SMS API</a> or <a title="Sprach SMS" href="http://www.esendex.de/Dienstleistungen/Sprach-SMS/">Voice SMS</a>, companies can communicate to their staff and customers during the busy Christmas period and beyond. Part of the website launch sees Esendex offer a free trial that takes less than three minutes to set up and guarantees 25 test messages.</p>
<p>“Germany was one of the first markets to start using PC and internet-based SMS, so it was natural progression for us to expand into this market,” explains Julian Hucker, Managing Director at Esendex. “As experts in our field, we will provide German companies with a reliable and effective service. We’re looking forward to this exciting new venture and we are certain that visitors will be impressed with our offering.”</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.esendex.com.au/blog/post/esendex-launches-business-sms-services-in-germany/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

