{{ contact.name }} becomes “Jane Smith”, {{ account.name }} becomes the recipient’s account, and so on — one personalized copy per recipient.
Merge tags work anywhere personalization is supported: email template subject lines and bodies, survey invitations, and Agent Studio email actions.
Syntax
| Syntax | Meaning | Example |
|---|---|---|
{{ group.field }} | Insert a field’s value | {{ account.name }} |
{{ group.field }} in subject | Personalize the subject line | A quick update for {{ account.name }} |
Use double curly braces:
{{ ... }}. Spaces inside the braces are optional — {{contact.name}} and {{ contact.name }} behave the same. Statisfy validates merge-tag syntax before a template can be published, so a malformed tag is caught early.Inserting tags with the picker
You don’t need to memorize tag names. In the email editor, open the Insert Merge Tag picker to browse every tag available in your workspace, grouped by entity. Search by name, expand a group, and click a tag to insert it. Each entry shows the tag’s name, its{{ ... }} value, and a sample value so you know what it will resolve to.
Merge tag groups
The tags available to you depend on your workspace’s data model. They are organized into the following groups:| Group | Prefix | What it contains |
|---|---|---|
| Special | — | Built-in links (see below) |
| Account | account. | Fields from the recipient’s account |
| Contact | contact. | Fields about the individual recipient |
| User | user. | Fields about the Statisfy user (e.g. the assigned CSM / owner) |
{{ account.name }}, {{ contact.name }}, or a custom field like {{ account.your_custom_field }}.
Special tags
Two built-in tags handle links that Statisfy generates per recipient:| Tag | What it does |
|---|---|
{{ unsubscribe_this }} | Inserts the recipient’s unsubscribe link. Required in Promotion, Newsletter, and Custom email templates. The Unsubscribe editor block inserts it for you. |
{{ survey_url }} | Inserts the link to the recipient’s survey. Used in survey invitations. The Begin Survey editor block inserts it for you. |
Tips for reliable personalization
- Send a test first. Use a campaign test send to confirm every tag resolves to a real value before a large send. See Creating Campaigns.
- Watch for empty values. If a recipient is missing data for a field, that tag may render blank. Keep critical sentences readable even if a value is missing.
- Use the picker, not guesswork. Custom fields are workspace-specific — insert from the picker so the tag name matches your data exactly.
- Personalize the subject too. Subject-line tags (e.g.
{{ account.name }}) can lift open rates.
Related
Email Templates
Build the templates where merge tags live.
Surveys
Personalize survey invitations.
Agent Studio Actions
Send personalized email from automations.
Unsubscribe
How the unsubscribe link works.