The following variables are available in templates and landing pages:
Tip: Remember - Templates are case sensitive!
| Variable | Description |
|---|---|
| {{.RId}} | The target's unique ID |
| {{.FirstName}} | The target's first name |
| {{.LastName}} | The target's last name |
| {{.Position}} | The target's position |
| {{.Email}} | The target's email address |
| {{.From}} | The spoofed sender |
| {{.TrackingURL}} | The URL to the tracking handler |
| {{.Tracker}} | An alias for <img src="{{.TrackingURL}}"/> |
| {{.URL}} | The phishing URL |
| {{.BaseURL}} | The base URL with the path and rid parameter stripped. Useful for making links to static files. |