Personalization variables and merge tags
Estimated reading time: 4 minutes.
Sonity supports template variables to personalize messages per contact.
Common variables
{firstname}{lastname}{company}{position}
Variables are replaced with contact data at send time.
Example
Template:
Hi {firstname}, I saw your work at {company}.
Rendered output:
Hi Grace, I saw your work at Acme Labs.
Best practices
- Keep fallback messages for missing data cases.
- Do not overuse variables in one message.
- Preview templates before launching campaigns.
- Keep tone natural and concise.