How Can We Help?
Email template strings cheatsheet
When creating an email template you can use string replacement tags in the email template and these will be replaced with values from database fields. All string replacements use the pattern dollar sign – open curly brace – tag – close curly brace (ie ${tag}).
Here is an example
Hello ${fname}, Your member number is ${id}.
Member email (all)
- ${fname} – member first name
- ${lname} – member last name
- ${name} – member full name
- ${id} – member number
- ${email} – member email address
- ${expiration} – member expiration date
- ${contact.firstname} – member first name
- ${contact.lastname} – member last name
- ${contact.name} – member full name
- ${contact.email} – member email address
- ${contact.address} – member address
- ${contact.city} – member city
- ${contact.state} – member state
- ${cotnact.zip} – member postal code
- ${contact.id} – member id
- ${contact.expiration} – member expiration date
Member Expiring and expired email
- ${fname} – member first name
- ${lname} – member last name
- ${name} – member full name
- ${id} – member id
- ${email} – member email address
- ${expiration} – member expiration date
Event participant signup email
- ${fname} – participant first name
- ${lname} – participant last name
- ${name} – participant full name
- ${number} – participant registration number
- ${email} – participant email address
- ${class} – participant class number
Event shift worker signup email
- ${fname} – worker first name
- ${lname} – worker last name
- ${name} – worker full name
- ${email} – worker email address
- ${phone} – worker phone number
Event vendor signup email
- ${address1} – vendor address 1
- ${address2} – vendor address 2
- ${city} – vendor city
- ${state} – vendor state
- ${zip} – vendor postal code
- ${phone} – vendor phone number
- ${name} vendor name
- ${number} – vendor number
- ${email} – vendor email address
- ${spaces} – a comma separate list of the spaces purchased
Activity Reminder email
- ${title} – the activity title
- ${description} – the activity description
- ${date} – the activity date
- ${start} – start time
- ${end} – end time
If you need something that is not on this list please contact support at support@middletwin.com.