You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by rh...@apache.org on 2011/07/17 17:23:31 UTC

svn commit: r1147657 - /esme/site/trunk/content/docs/clients/zoho-creator.mdtext

Author: rhirsch
Date: Sun Jul 17 15:23:31 2011
New Revision: 1147657

URL: http://svn.apache.org/viewvc?rev=1147657&view=rev
Log:
CMS commit to esme by rhirsch

Modified:
    esme/site/trunk/content/docs/clients/zoho-creator.mdtext

Modified: esme/site/trunk/content/docs/clients/zoho-creator.mdtext
URL: http://svn.apache.org/viewvc/esme/site/trunk/content/docs/clients/zoho-creator.mdtext?rev=1147657&r1=1147656&r2=1147657&view=diff
==============================================================================
--- esme/site/trunk/content/docs/clients/zoho-creator.mdtext (original)
+++ esme/site/trunk/content/docs/clients/zoho-creator.mdtext Sun Jul 17 15:23:31 2011
@@ -1,29 +1,23 @@
 Title: Zoho Creator
-We have created a [Zoho Creator](http://www.zoho.com/creator/)
- application that creates Apache ESME messages. [The application|http://creator.zoho.com/richardhirsch/esmeclient4zoho/#Form:SendMessage]
- includes a very rudimentary UI to create the message. 
 
-Note: Please remember that currently, the information entered in the form
+We have created a [Zoho Creator](http://www.zoho.com/creator/) application that creates Apache ESME messages. [The application|http://creator.zoho.com/richardhirsch/esmeclient4zoho/#Form:SendMessage includes a very rudimentary UI to create the message. 
+
+**Note**: 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 Apache
 ESME.
 
-
-!zohocreator11.jpg|border=1!
-
-
 The code to create the Apache ESME message is very simple and is linked to
 the submit button.
 
-    MyMap = map(); Response =
-postUrl(”http://api.esme.us/esme/api/login?token=” + input.Token,
-MyMap);
-
-    Response = postUrl(”http://api.esme.us/esme/api/send_msg?message=”
-+ input.Message + “&tags=” + input.Tags + “&via=zoho”, MyMap);
+  
 
-    Response = getUrl(”http://api.esme.us/esme/api/logout“);
+        MyMap = map(); Response = postUrl(”http://api.esme.us/esme/api/login?token=” + input.Token,MyMap);
+    
+        Response = postUrl(”http://api.esme.us/esme/api/send_msg?message=”+ input.Message + “&tags=” + input.Tags + “&via=zoho”, MyMap);
+    
+        Response = getUrl(”http://api.esme.us/esme/api/logout“);
 
 What is cool is that there is also the possibility to use the
 “out-of-the-box” functionality of ZohoCreator applications to import
@@ -31,6 +25,5 @@ information from Excel to fill internal 
 rapidly create a series of Apache ESME messages. 
 
 
-!zohocreator22.jpg|border=1!