Email & Waitlist
Personalizing Email Content
3 min readUpdated Mar 9, 2026
Overview
Personalized emails get higher open rates, click rates, and conversion. GetLaunchDay supports dynamic tokens, conditional content, and smart segments.
Personalization tokens
Insert tokens anywhere in your subject line or email body:
|-------|---------------|
Fallback values
If a token is empty (e.g., subscriber didn't provide a name), use a fallback:
`{{first_name|there}}` → "Hey Alex" or "Hey there"
Conditional content
Show different content based on subscriber data:
{{#if referral_count > 0}}
Thanks for spreading the word! You've referred {{referral_count}} friends.
{{else}}
Share your referral link to skip the line: {{referral_link}}
{{/if}}
Smart segments
Under **Emails → Segments**, create groups based on:
Then send targeted broadcasts or sequence branches to specific segments.
Best practices
Was this article helpful?