Friend Reward Paid Email

Main purpose of this email is to send a Reward via email, and remind about it in the future.
Email is triggered to a Friend who passed Email Gating, and received Reward (i.e. coupon code).

The email will be sent once Talkable knows Friend’s email which they provides on the Friend Claim Page (such technique works great for email capturing). See Email Gating for more details.

Frequently used Variables:

  • Main CTA should point to a merchant site to start shopping {{ proceed_to_merchant_path }}.

  • To show coupon code use {{ coupon_code }}.

  • To show expiration date use {{ valid_until }}. Formatting options.


Friend Claim Email


Here is your {{ reward.incentive.description }} OFF deal you just claimed!
Use it on any purchase by {{ valid_until }}
Coupon code: {{ coupon_code }}
<a href="{{ proceed_to_merchant_path }}">Shop now</a>

Note

Ideal email width is 480px. This is a most universal width for both mobile and desktop platforms. Read more about email design.

Email sending conditions

By default is sent immediately after the reward is created, but can be delayed by configuration.

Main email sending criteria (unable to change):

  • The Email will not be sent only if all three conditions meet:

    1. Reward type is Click

    2. ‘Allow coupon in the Friend Share Email’ is enabled inside Campaign Rules

    3. Friend Share Email is already sent

In all other scenarious the email will be sent immediately unless delayed by configuration.