<?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>Dead-Simple Software &#187; hosted software</title>
	<atom:link href="http://blog.paloalto.com/tag/hosted-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paloalto.com</link>
	<description>The official Palo Alto Software product blog</description>
	<lastBuildDate>Fri, 15 Jan 2010 18:29:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Integrating Email Center Pro</title>
		<link>http://blog.paloalto.com/email-center-pro/integrating-email-center-pro/</link>
		<comments>http://blog.paloalto.com/email-center-pro/integrating-email-center-pro/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:59:53 +0000</pubDate>
		<dc:creator>Evan</dc:creator>
				<category><![CDATA[Email Center Pro]]></category>
		<category><![CDATA[hosted software]]></category>
		<category><![CDATA[shared email]]></category>
		<category><![CDATA[technical]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://www.deadsimplesoftware.com/?p=98</guid>
		<description><![CDATA[Simple techniques to integrate Email Center Pro into your workflow.]]></description>
			<content:encoded><![CDATA[<p>This post is about integrating Email Center Pro with your pre-existing administration system. You will learn how to create a URL that, when visited, creates a new email in Email Center Pro with a specific recipient, subject, template, and filled-in Input Fields.</p>
<p>I&#8217;ll warn you ahead of time, this post was written for programmers. If you&#8217;re an Email Center Pro end user, you probably don&#8217;t need to look at this. If you&#8217;ve never written a line of code in your life, you&#8217;re probably better off just skipping this article or handing it off to someone else.</p>
<p>If you&#8217;re the brave sort, keep reading.</p>
<p><span id="more-98"></span></p>
<p style="text-align: center;"><a title="Picture 2 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309057799/"><img class="aligncenter" src="http://farm4.static.flickr.com/3590/3309057799_ecc40a9d3e_o.png" alt="Picture 2" width="335" height="126" /></a></p>
<p>Here is a screenshot from inside of our Email Center Pro backend. From time to time we may need to contact the person who holds the account for whatever reason- billing issues, to follow up with a phone call, or sometimes just to say &#8220;hi&#8221;. In its current form, it takes a few clicks to get there. Every time we want to contact an account owner we have to go through the long and arduous task of click, drag, copy, change tab, compose, click &#8220;To&#8221; field, paste.  Let&#8217;s get this down to one click.</p>
<p>All you need to do to is output a link that looks like this:</p>
<blockquote><p><code>&lt;a href="http://<strong>paloalto</strong>.emailcenterpro.com/Client#mailto:<strong>emailcenterpro@paloalto.com</strong>" target="_blank"&gt;<strong>emailcenterpro@paloalto.com</strong>&lt;/a&gt;</code></p></blockquote>
<p>(I&#8217;ve bolded the parts you&#8217;ll need to change.) By adding the #mailto:emailcenterpro@paloalto.com to the link, we tell Email Center Pro that we want to create a new email addressed to emailcenterpro@paloalto.com. We can add a link to this address, dynamically populating the URL part, so that we get something like this:</p>
<p style="text-align: center;"><a title="integrating ECP - 2 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309072849/"><img class="aligncenter" src="http://farm4.static.flickr.com/3624/3309072849_f6d42a9c73_o.png" alt="integrating ECP - 2" width="335" height="126" /></a></p>
<p>Clicking that link leads us here:</p>
<p style="text-align: center;"><a title="integrating ECP - 3 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309903836/"><img class="aligncenter" src="http://farm4.static.flickr.com/3501/3309903836_ba47d364f2_o.png" alt="integrating ECP - 3" width="377" height="169" /></a></p>
<p>Wow! One click, and we&#8217;re ready to compose an email. We&#8217;re already saving time! Not a lot, but every second counts.</p>
<p>Without much more work, you can do some very powerful things. Sometimes we get calls from people who signed up for Email Center Pro but they&#8217;ve lost the email they got when they signed up, and they can&#8217;t remember the URL or user name that they signed up for/with. We send this sort of email fairly often, so we have a template for it in Email Center Pro. The template explains what URL to go to, tells them the user name they signed up for, and gives them information on how to change their password.</p>
<p style="text-align: center;"><a title="Integrating ECP - 4 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309906518/"><img class="aligncenter" src="http://farm4.static.flickr.com/3350/3309906518_9fb2078446_o.png" alt="Integrating ECP - 4" width="448" height="316" /></a></p>
<p>We can look the account up using the user&#8217;s email address or company name, but then to actually get the information to the account owner, we have to: copy the email address, change tab, compose, paste the email address, type a subject, load a template, change a few words in the template (username and URL), and finally send. That&#8217;s a lot of mouse clicks and keystrokes. How could we speed this up?</p>
<p>First, let&#8217;s pick a subject to use. &#8220;Your account information&#8221; sounds pretty good. To add this to our link, we&#8217;ll just add it as a parameter to our URL:</p>
<blockquote><p><code>http://paloalto.emailcenterpro.com/Client#mailto:emailcenterpro@paloalto.com<strong>?subject=Your account information</strong></code></p></blockquote>
<p>I&#8217;ve bolded the new part. To be totally correct, we should escape those spaces, but most modern browsers will do this automatically. Plus, it reads better without %20 everywhere.</p>
<p>Now, we&#8217;re going to find the ID of the template we use. To do this, open the template for editing, and look in your address bar.</p>
<p style="text-align: center;"><a title="Integrating ECP - 5 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309912322/"><img class="aligncenter" src="http://farm4.static.flickr.com/3511/3309912322_84c5145750.jpg" alt="Integrating ECP - 5" width="500" height="24" /></a></p>
<p>You&#8217;ll see something like this:</p>
<blockquote><p><code>http://paloalto.emailcenterpro.com/Client#templateId=<strong>afd17f09-e615-3e92-48eb-534bc28ca27c</strong></code></p></blockquote>
<p>The bolded part is what we&#8217;re interested in. It&#8217;s the <strong>templateId</strong>, a globally unique identifier (GUID) that identifies this template. We&#8217;ll add this to our URL also:</p>
<blockquote><p><code>http://paloalto.emailcenterpro.com/Client#mailto:emailcenterpro@paloalto.com?subject=Your account information<strong>&amp;templateId=afd17f09-e615-3e92-48eb-534bc28ca27c</strong></code></p></blockquote>
<p>Great! We&#8217;re almost there. We don&#8217;t have to type the subject or select the template anymore, but we still have to copy and paste the user&#8217;s information into the email. This is where our newest feature, Input Fields, come in handy.</p>
<p>Remember what our template looked like?</p>
<p style="text-align: center;"><a title="Integrating ECP - 10 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309089713/"><img class="aligncenter" src="http://farm4.static.flickr.com/3412/3309089713_8257eaaf9d_o.png" alt="Integrating ECP - 10" width="445" height="131" /></a></p>
<p>The rows of underscores are the cue to replace part of the template. We updated the template to use Input Fields, now it looks like this:</p>
<p style="text-align: center;"><a title="Integrating ECP - 9 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309089749/"><img class="aligncenter" src="http://farm4.static.flickr.com/3332/3309089749_253bbde284_o.png" alt="Integrating ECP - 9" width="476" height="132" /></a></p>
<p>See the Input Fields? They look like normal words, but they&#8217;re surrounded by {curly braces}. We don&#8217;t need to configure these anywhere, just add them in as needed. You can fill these out in the interface, or you can pass in values from the URL like this:</p>
<blockquote><p><code>http://paloalto.emailcenterpro.com/Client#mailto:emailcenterpro@paloalto.com?subject=Your account information&amp;templateId=afd17f09-e615-3e92-48eb-534bc28ca27c<strong>&amp;name=Evan&amp;subdomain=paloalto&amp;username=admin</strong></code></p></blockquote>
<p>Clicking this link will automatically fill in the Input Fields.</p>
<p style="text-align: center;"><a title="Integrating ECP - 8 by paloaltosoftware, on Flickr" href="http://www.flickr.com/photos/paloalto/3309089815/"><img class="aligncenter" src="http://farm4.static.flickr.com/3544/3309089815_caee3ff21e_o.png" alt="Integrating ECP - 8" width="450" height="129" /></a></p>
<p>Now we can just click &#8220;Send&#8221; and we&#8217;ve managed to shrink a long, multi-step process into just a few clicks. We can easily add this link into our admin panel, automatically pulling the details from our database.</p>



Share and Enjoy:


	<a rel="nofollow" id="print" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F&amp;partner=sociable" title="Print this article!"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a>
	<a rel="nofollow" id="digg" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F&amp;title=Integrating%20Email%20Center%20Pro&amp;bodytext=Simple%20techniques%20to%20integrate%20Email%20Center%20Pro%20into%20your%20workflow." title="Digg"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" id="del.icio.us" href="http://delicious.com/post?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F&amp;title=Integrating%20Email%20Center%20Pro&amp;notes=Simple%20techniques%20to%20integrate%20Email%20Center%20Pro%20into%20your%20workflow." title="del.icio.us"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" id="facebook" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F&amp;t=Integrating%20Email%20Center%20Pro" title="Facebook"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" id="email" href="mailto:?subject=Integrating%20Email%20Center%20Pro&amp;body=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F" title="E-mail this story to a friend!"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>
	<a rel="nofollow" id="friendfeed" href="http://www.friendfeed.com/share?title=Integrating%20Email%20Center%20Pro&amp;link=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F" title="FriendFeed"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow" id="stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F&amp;title=Integrating%20Email%20Center%20Pro" title="StumbleUpon"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" id="twitter" href="http://twitter.com/home?status=Integrating%20Email%20Center%20Pro%20-%20http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fintegrating-email-center-pro%2F" title="Twitter"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.paloalto.com/email-center-pro/integrating-email-center-pro/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mingling with a SaaS-y crowd</title>
		<link>http://blog.paloalto.com/email-center-pro/mingling-with-a-saas-y-crowd/</link>
		<comments>http://blog.paloalto.com/email-center-pro/mingling-with-a-saas-y-crowd/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 21:39:19 +0000</pubDate>
		<dc:creator>Jason Gallic</dc:creator>
				<category><![CDATA[Email Center Pro]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[hosted software]]></category>
		<category><![CDATA[office 2.0]]></category>
		<category><![CDATA[software as a service]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://www.deadsimplesoftware.com/index.php/business-plan-pro/mingling-with-a-saas-y-crowd/</guid>
		<description><![CDATA[I was in San Francisco last week for the Office 2.0 conference. The effort was the third installment of Ismael Gahlimi&#8217;s pledge to bring together leading minds in the Web 2.0 space for a 3-day discussion about moving the duties associated with work off of the hard drive and onto the Internet &#8212; exclusively.
That means [...]]]></description>
			<content:encoded><![CDATA[<p>I was in San Francisco last week for the <a href="http://office20.com/index.jspa">Office 2.0 conference</a>. The effort was the third installment of Ismael Gahlimi&#8217;s pledge to bring together leading minds in the <a href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a> space for a 3-day discussion about moving the duties associated with work off of the hard drive and onto the Internet &#8212; exclusively.</p>
<p>That means all of it, from data storage to accounting, and everything in between. It&#8217;s a radical shift in concept. Moving all of a business&#8217; operations into <a href="http://en.wikipedia.org/wiki/Cloud_computing">&#8220;the clouds&#8221;</a> gives pause to some (data security junkies) and brings smiles to others (whomever might be concerned about the bottom line).</p>
<p>Whatever your feeling about moving organizational functionality into a hosted state, the fact that it&#8217;s gaining momentum is impossible to deny.</p>
<p>Thankfully for those of you who need to use email (please don&#8217;t overlook the sarcasm there), <a href="http://www.emailcenterpro.com/">Email Center Pro</a> is a product with its eye on &#8220;the clouds&#8221;. And that&#8217;s probably one reason I felt so at ease while scrolling through the demo booths last week in San Francisco. Yes, there were plenty of cool applications on display. But were any of them attempting to do to email what we are? No, not that I could tell.</p>
<p>With a rich feature set that&#8217;s only sweetening as we approach the public release of version 2, it was nice to see that Email Center Pro might be standing in the gap between the obligation of email and the genuine usability of a collaborative tool.</p>
<p>Jason Gallic<br />
Product Marketing Manager</p>



Share and Enjoy:


	<a rel="nofollow" id="print" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F&amp;partner=sociable" title="Print this article!"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/printfriendly.png" title="Print this article!" alt="Print this article!" class="sociable-hovers" /></a>
	<a rel="nofollow" id="digg" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F&amp;title=Mingling%20with%20a%20SaaS-y%20crowd&amp;bodytext=I%20was%20in%20San%20Francisco%20last%20week%20for%20the%20Office%202.0%20conference.%20The%20effort%20was%20the%20third%20installment%20of%20Ismael%20Gahlimi%27s%20pledge%20to%20bring%20together%20leading%20minds%20in%20the%20Web%202.0%20space%20for%20a%203-day%20discussion%20about%20moving%20the%20duties%20associated%20with%20work%20o" title="Digg"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow" id="del.icio.us" href="http://delicious.com/post?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F&amp;title=Mingling%20with%20a%20SaaS-y%20crowd&amp;notes=I%20was%20in%20San%20Francisco%20last%20week%20for%20the%20Office%202.0%20conference.%20The%20effort%20was%20the%20third%20installment%20of%20Ismael%20Gahlimi%27s%20pledge%20to%20bring%20together%20leading%20minds%20in%20the%20Web%202.0%20space%20for%20a%203-day%20discussion%20about%20moving%20the%20duties%20associated%20with%20work%20o" title="del.icio.us"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow" id="facebook" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F&amp;t=Mingling%20with%20a%20SaaS-y%20crowd" title="Facebook"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow" id="email" href="mailto:?subject=Mingling%20with%20a%20SaaS-y%20crowd&amp;body=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F" title="E-mail this story to a friend!"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/email_link.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" class="sociable-hovers" /></a>
	<a rel="nofollow" id="friendfeed" href="http://www.friendfeed.com/share?title=Mingling%20with%20a%20SaaS-y%20crowd&amp;link=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F" title="FriendFeed"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/friendfeed.png" title="FriendFeed" alt="FriendFeed" class="sociable-hovers" /></a>
	<a rel="nofollow" id="stumbleupon" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F&amp;title=Mingling%20with%20a%20SaaS-y%20crowd" title="StumbleUpon"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow" id="twitter" href="http://twitter.com/home?status=Mingling%20with%20a%20SaaS-y%20crowd%20-%20http%3A%2F%2Fblog.paloalto.com%2Femail-center-pro%2Fmingling-with-a-saas-y-crowd%2F" title="Twitter"><img src="http://blog.paloalto.com/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://blog.paloalto.com/email-center-pro/mingling-with-a-saas-y-crowd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
