You can add Advocate Offer Email sent to all Advocates after purchase by following these steps:
1. Navigate to Campaign Editor tab:
2. Switch to 'HTML & CSS' Editor:
3. Click 'Create new view':
4. Choose the view type: 'Advocate Offer Email'
5. Click 'Create':
5. Find the string:
<a href="{{ site_setup.url }}?tkbl_expand=true" target="_blank" title="{{ cta }}">
and update it to:
<a href="{{ site_setup.url }}?tkbl_expand=true&email={{ advocate_info.email }}&traffic_source=advocate_offer_email" target="_blank" title="{{ cta }}">
This will help to redirect Advocates instantly on the Share Page, skipping the Signup Page, since we already know their emails. And the traffic-source will help you to track the efficiency of this email.
6. If you'd like to set up a delay for this email, you can click on Extra, set up "Hours since action" and Save Changes:
By default the email will be sent once a user sees the Share Page (for example in the Post Purchase campaign) and after users sign up (for the rest of the campaigns).
7. Go back to 'Editor' tab
8. Update the image
9. Update the CTA's color
10. If needed, change the copy by editing it in the localizations:
11. Once you're ready to push it live, you can turn it on here Repeat the same steps for any other campaigns.