Last active
November 9, 2017 15:11
-
-
Save theinventor/134557ad2368f91ab985324e370e8b11 to your computer and use it in GitHub Desktop.
Marketr Template for follow up with thumbs up and down
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> </p> | |
<p><span style="font-size: 20px;">Hey {{customer_first_name}}!</span></p> | |
<p> </p> | |
<p><span style="font-size: 20px;">It's been a few days since you picked up your device. We would love to know how the repair went and how it has settled since then. </span></p> | |
<table style="height: 370px;" width="495"> | |
<tbody> | |
<tr> | |
<td><a title="Thumbs Up!" href="YOURWEBSITE/reviews"><img src="https://i.imgur.com/tMoWjMp.png" alt="Thumb Up" width="280" height="280" /></a></td> | |
<td><a title="Thumbs Down!" href="https://goo.gl/forms/YOURGOOGLEFORMHERE"><img src="https://i.imgur.com/Y8udxX8.png" alt="Thumb Down" width="280" height="280" /></a></td> | |
</tr> | |
<tr> | |
<td> | |
<h3 style="text-align: center;">Repair went amazingly and my experience was great! I would LOVE to let you know what I liked!</h3> | |
</td> | |
<td> | |
<h3 style="text-align: center;">Repair had issues and my experience could have been better. I would like to let you know what happened. </h3> | |
</td> | |
</tr> | |
</tbody> | |
</table> | |
<h3> </h3> | |
<p><span style="font-size: 20px;">Thanks,</span></p> | |
<p><span style="font-size: 20px;"> {{account_tech}}<br /> | |
<a href="http://{{account_website}}"><span style="font-size: 20px;">{{account_website}}</span></a> | |
<span style="font-size: 20px;"><br /> phone: {{account_phone}}</span> | |
<br /> <br /> | |
{{location_logo_100}} | |
</p> | |
{{social_links}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment