<?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>ESME &#187; ZohoCreator</title>
	<atom:link href="http://blog.esme.us/tag/zohocreator/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.esme.us</link>
	<description>enterprise microsharing in a process context</description>
	<lastBuildDate>Sun, 24 Jan 2010 14:12:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ZohoCreator ESME Client including Excel Upload</title>
		<link>http://blog.esme.us/zohocreator-esme-client-including-excel-upload/</link>
		<comments>http://blog.esme.us/zohocreator-esme-client-including-excel-upload/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 14:24:21 +0000</pubDate>
		<dc:creator>dick</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[ZohoCreator]]></category>

		<guid isPermaLink="false">http://blog.esme.us/?p=399</guid>
		<description><![CDATA[I just created a Zoho Creator application that creates ESME messages. The application includes a very rudimentary UI to create the message. I&#8217;ve made the application public so that everyone can test it.
Note: Please remember that currently, the information entered in the form is also be stored in the internal application database so that anyone [...]]]></description>
			<content:encoded><![CDATA[<p>I just created a <a href="http://creator.zoho.com/" target="_blank">Zoho Creator</a> application that creates ESME messages. <a href="http://creator.zoho.com/richardhirsch/esmeclient4zoho/#Form:SendMessage" target="_blank">The application </a>includes a very rudimentary UI to create the message. I&#8217;ve made the application public so that everyone can test it.</p>
<p><strong>Note</strong>: Please remember that currently, the information entered in the form is also be stored in the internal application database so that anyone can see the tokens that are being used. It would be pretty easy to add  a small routine to the script to delete the data after it has been sent to ESME.</p>
<p> <a href="http://blog.esme.us/wp-content/uploads/2008/12/zohocreator11.jpg"><img class="size-full wp-image-404 alignnone" title="zohocreator11" src="http://blog.esme.us/wp-content/uploads/2008/12/zohocreator11.jpg" alt="zohocreator11" width="354" height="198" /></a></p>
<p>The code to create the esme message is very simple and is linked to the submit button.</p>
<blockquote>
<p style="PADDING-LEFT: 30px">MyMap = map(); Response = postUrl(&#8221;<a href="http://api.esme.us/esme/api/login?token">http://api.esme.us/esme/api/login?token</a>=&#8221; + input.Token, MyMap);</p>
<p style="PADDING-LEFT: 30px">Response = postUrl(&#8221;<a href="http://api.esme.us/esme/api/send_msg?message">http://api.esme.us/esme/api/send_msg?message</a>=&#8221; + input.Message + &#8220;&amp;tags=&#8221; + input.Tags + &#8220;&amp;via=zoho&#8221;, MyMap);</p>
<p style="PADDING-LEFT: 30px">Response = getUrl(&#8221;<a href="http://api.esme.us/esme/api/logout">http://api.esme.us/esme/api/logout</a>&#8220;);</p>
</blockquote>
<p>What is cool is that there is also the possibility to use the &#8220;out-of-the-box&#8221; functionality of ZohoCreator applications to import information from Excel to fill internal database tables.  Thus, you can rapidly create a series of ESME messages. The first ESME spammer is born.</p>
<p style="text-align: center;"><a href="http://blog.esme.us/wp-content/uploads/2008/12/zohocreator22.jpg" target="_blank"><img class="aligncenter size-full wp-image-403" title="zohocreator22" src="http://blog.esme.us/wp-content/uploads/2008/12/zohocreator22.jpg" alt="zohocreator22" width="371" height="353" /></a></p>
<p><strong>Why is the integration interesting:</strong>  Zoho has a series of business applications (CRM, Invoice, etc.) where it might be relatively easy to integrate ESME and micro-blogging into this environment.  I could imagine interesting scenarios where a company has some applications hosted by Zoho and some internally &#8211; ESME could act as a information bridge between both environments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.esme.us/zohocreator-esme-client-including-excel-upload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
