Skip to content

Instantly share code, notes, and snippets.

@sruli
Created December 11, 2012 18:46
Show Gist options
  • Save sruli/4260972 to your computer and use it in GitHub Desktop.
Save sruli/4260972 to your computer and use it in GitHub Desktop.
<section class="main">
<header>
<h2>Hi <%= current_user.first_name %><span class="subtle">!</span></h2>
</header>
<section class="mimi_voice_main">
<div class="mimi_voice_content">
<h4>Integrate Salesforce with Mad Mimi</h4>
<p>You already use Salesforce to manage all of your important customer and prospect data. Now unlock the power of that information with Mad Mimi. Welcome new clients, send promotions, or create a regular newsletter to keep your customers informed. Mad Mimi can do it all! It's time to send your Salesforce contacts a gorgeous Mad Mimi email!</p>
<p>Use this nifty integration to instantly import your Salesforce contacts to Mad Mimi, then use your favorite email marketing platform to keep in close touch with your customers and prospects.</p>
<% if !@salesforce.authorized? %>
<p>If you don't have a Salesforce account, <%= link_to "grab one here", 'http://www.salesforce.com' %>.</p>
<% end %>
</div>
</section>
<% content_for :sidebar do %>
<aside>
<a href="https://www.madmimi.com/auth/salesforce" class="btn primary full mega">Import Contacts</a>
</aside>
<% end %>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment