Campaign email
Eventmaker comes with a powerful language editor for your custom campaign emails. It’s derived from the markup language Liquid. This page shows you how you can use the custom Eventmaker liquid tags and variables to build your campaign emails.
Liquid variables
Here are the variables available to use in Liquid for the campaign emails :
{{ receiver }}
{{ event }}
{{ email_url }}
Liquid tags
Along with the native liquid tags, some new ones have been made available for you to build your custom campaign emails.
Create a new guest
Use this tag to create a new guest. The identifier below must be replaced with a guest category id.
Important :
Will be not possible to use unique email in the event, or in the same category (invitee email already exists)
You should be careful if you do a second emailing on the same database, because your invitee is still in your to_be_invited segment
You can registered several guests
Do not prefill the UID in your form
Convert a guest
Use this tag to convert a guest. You can also transfer it to another category with the extension field below
Important :
The guest is converted. It is not anymore in invitee
You can registered only one guest
Website
When using Eventmaker Website feature, you can offer your imported guests to register directly into your website with the following tag :
With registration
being the path to your website page. You can also use this tag to point to any of your website pages that don’t contain a registration form.
Inline image url
inline attach in the mail the image passed as parameter.
Last updated