Email template cheat sheet
Email templates allow you to setup shareable pre-written or approved emails to use when asking for consent remotely.
There is a rich text editor to allow formatting and inserting of normal links. We also have a small set of Liquid tags, objects and filters that you can use in a template.
Using liquid for personalisation
Here is a list of all of the objects and tags you can use in your email templates.
Objects and tags populate the email template at the point of use, with information that is:
- taken from the person generating loading and using the email template, or
- that is true at the point of loading the email template when sending messages
Objects
Object | Description |
---|---|
{{ participant.name }} |
The participant’s first name |
{{ researcher.name }} |
Researcher’s full name |
{{ researcher.email }} |
Researcher’s email address |
{{ organisation.name }} |
The organisation name from organisation settings |
The ‘magic’ consent url
We have created a custom filter which inserts a uniquely generated link for each participant into the email.
Each consent url is unique to the participant and the event that the participant has been added to.
{{ 'Set consent' | consent_url }}
Get help
Can't find what you are looking for?