Blendee allows the use of Parsing tags within emails in order to personalize the content as much as possible.
The Parsing tags that can be used are as follows:
User Parsing Tag
- Email address > {{utente.email}}
- User ID > {{utente.id}}
- Registration date > {{iscrizione.data_iscrizione}}
- Username > {{membership.name}}
- User Surname > {{registration.surname}}
- City > {{inscription.city}}
- Province > {{registration.province}}
- Region > {{registration.region}}
- Status > {{enrollment.status}}
- Company Name > {{iscrizione.azienda_nome}}
- Company Category > {{iscrizione.azienda_categoria}}
- Secure Code > {{registration.secure}}
- Unsubscribe Code > {{iscrizione.unsubribe_code}}
All the tags listed can be used within the emails, by inserting a block of text and selecting the parsing tag of interest through the drop-down menu that appears in the top menu of the email editor.
Parsing Tag Custom Fields
Parsing tags of the custom fields you create are also available, which will look like this:
{{ customfield. mycustomfield }}
Was this content useful?
Thanks for contributing!