Created
February 12, 2019 15:20
-
-
Save edfryed/1d4a6b34e9be4744dd08ed74305f10b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>{% if customer.clearbit-location == "FR" %} | |
Bonjour | |
{% if customer.first_name != blank %} {{ customer.first_name | capitalize }}{% else %}{% endif %}, | |
{% else %} | |
Hi | |
{% if customer.first_name != blank %}{{ customer.first_name | capitalize }}{% else %}there{% endif %},{% endif %} | |
</p> | |
{% if customer.account_salesforce-type == "Customer" or customer.account_salesforce-type == "Trial" %} | |
<p>Today, we're announcing new Hull Free Trials for new teams joining Hull. Teams will be able to sign up and install up to 5 connectors to test drive Hull for their workflows.</p> | |
{% elsif customer.hubspot-campaign == "saastr2019" %} | |
<p>Great to see you last week at SaaStr!</p> | |
<p>I might have mentioned then that we were about to introduce free trials at Hull to sign up & onboard yourself..? We're just announcing it today, so I wanted to share our newsletter with you.</p> | |
{% else %} | |
<p>This week, we're introducing Free Trials at Hull. You can now sign up free and onboard yourself to Hull Customer Data Platform.</p> | |
{% endif %} | |
<p>Like most marketing tools, it is a 14-day free trial. And like most developer/database tools, a credit card is required (but you can cancel in a click - no need to get stuck with any of us).</p> | |
{% if customer.account_salesforce-type == "prospect" %} | |
<p><a href="https://dashboard.hullapp.io/signup?utm_source=newsletter&utm_medium=email&utm_campaign=free-trial{% if customer.hull_anonymous_id != blank %}&?hjs_aid={{customer.hull_anonymous_id}}{% endif %}"><strong>Create a Hull Org for {{ customer.clearbit-employment_name | "your team" }}</strong></a></p> | |
{% endif %} | |
<p>Our latest blog post shares a little more about why we launched it, and five quick ideas new users can test drive on Hull. {% if customer.account_salesforce-type == "Customer" or customer.account_salesforce-type == "Trial" or customer.account_salesforce-type == "Partner" %}</p><p>We'd really appreciate it if you could share this with your data-driven {% if {customer.clearbit-employment_role == "marketing"%}marketing {% elsif customer.clearbit-employment_role == "sales"%}sales {% elsif customer.clearbit-employment_role == "founder" or customer.clearbit-employment_role == "ceo" %}founder {% endif %}friends!{% endif %} <a href="https://www.hull.io/blog/free-trials/?utm_source=newsletter&utm_medium=email&utm_campaign=free-trial{% if customer.hull_anonymous_id != blank %}&?hjs_aid={{customer.hull_anonymous_id}}{% endif %}">Read all about it on the Hull blog.</a></p> | |
<p>That’s all for this week - let me know if you have any questions,</p> | |
<p>Cheers,<br><br></p> | |
<p>Ed Fry<br> | |
<strong>'Ed of Growth, <a href="https://www.hull.io/">Hull.io</a></strong><br> | |
<em>For {% if customer.clearbit-employment_role == "sales" %}people in sales{% elsif customer.clearbit-employment_role == "marketing" %}marketers{% else %}people{% endif %} who like curly brackets }}</em></p> | |
<p>P.S. Want to see the templated personalization behind this email? <a href="">Checkout this gist.</a></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment