Spintax — Dynamic Text Variations

Spintax lets you create multiple text variations within a single email, so every recipient gets a slightly different version. This improves deliverability by making each email unique and helps avoid spam filters.

Syntax:
Wrap your alternatives in curly braces, separated by pipes:
{Hello|Hi|Hey} — randomly picks one option per send.

Works In:

Examples:
Subject: {Quick question|Reaching out|Short intro} about {{company}}
Body: {Hope you're doing well|Hope your week is going great}, {{firstName}}. {I wanted to reach out|I'm reaching out|I noticed your work} {about|regarding} {a potential collaboration|an opportunity I think you'd find interesting}.

Multiple spintax blocks multiply your variations:

The variation count is shown in the editor status bar so you can see your total unique combinations at a glance.

Spintax vs Merge Tags:

Preview & Testing:

Processing Order:
1. Merge tags are resolved first ({{firstName}} → 'Scott')
2. Spintax is resolved second ({Hi|Hello} → 'Hello')
3. HTML formatting is applied last

Best Practices:

Related guides in Campaigns

Back to all documentation | Contact support