Merge Tags & Personalization

Merge tags let you personalize every email for each prospect automatically.

Built-in Tags:

LinkedIn-Specific Tags (in LinkedIn campaigns):

Sender Tags:

Custom Fields:
When importing prospects via CSV, any column not matching a built-in field becomes a custom field. For example, a CSV column 'department' maps to custom:department, and you can use it as {{custom.department}} or {{department}} in your emails. The {{custom.department}} syntax is recommended (and what the variable picker inserts), but the bare {{department}} shorthand also works.

Custom Fields in Subject Lines:
Custom fields from your CSV work everywhere — including the subject line. If you import a CSV with a custom:subject_line column, you can set your entire subject to {{custom.subject_line}} or {{subject_line}}. For fully pre-written emails, your subject line could be just {{custom.subject_line | default: 'Quick question'}} — each prospect gets their own unique subject.

Fallback / Default Values (two ways to write them):
A fallback is the value used when a field is empty or missing for a prospect — perfect for a column that's only partly filled in. WarmySender supports two ways to write it, and they do exactly the same thing, so use whichever reads more naturally to you:

1) Long form (the classic way):

2) Short form with a double pipe (||):

More examples you can copy and paste:

Good to know about the short form:

Best Practices:

Related guides in Campaigns

Back to all documentation | Contact support