Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

MyMap = map(); Response = postUrl(”http://api.esme.us/esme/api/login?token=Image Removed” + input.Token, MyMap);

Response = postUrl(”http://api.esme.us/esme/api/send_msg?message=Image Removed” + input.Message + “&tags=” + input.Tags + “&via=zoho”, MyMap);

Response = getUrl(”http://api.esme.us/esme/api/logoutImage Removed“);

What is cool is that there is also the possibility to use the “out-of-the-box” functionality of ZohoCreator applications to import information from Excel to fill internal database tables. Thus, you can rapidly create a series of Apache ESME messages.

...