Template Variables Reference
When writing email content or landing pages, you can use template variables to personalize the content for each recipient. Variables are replaced with actual values when the email is sent.
| Variable | Description | Example Output |
|---|---|---|
| {{first_name}} | Recipient’s first name | John |
| {{last_name}} | Recipient’s last name | Smith |
| {{email}} | Recipient’s email address | john.smith@company.com |
| {{department}} | Recipient’s department | Finance |
| {{title}} | Recipient’s job title | Senior Analyst |
| {{location}} | Recipient’s location | New York Office |
| {{phishing_url}} | The tracked phishing link URL | https://domain.com/l/abc123 |