Introduction to V4 Variables for Emails & Notifications
We leveraged the new communication engine in V4 to
provide a consistent naming convention for Variables used in Emails & Standard Push Notifications
provide a consistent set of Variables used in Emails & Standard Push Notifications
Please find below all variables available:
Variables must be surrounded by $$
when used in a template. For example to use the initial owner first name variable, you need to put “Dear $$initial.owner.firstname$$
, …“ in your template.
Global variables
Variable | Value |
initial.owner.firstname | The ticket's initial owner's first name |
initial.owner.fullname | The ticket's initial owner's full name |
initial.owner.email | The ticket's initial owner's email |
previous.owner.firstname | The ticket's previous owner's first name |
previous.owner.fullname | The ticket's previous owner's full name |
previous.owner.email | The ticket's previous owner's email |
current.owner.firstname | The ticket's current owner's first name |
current.owner.fullname | The ticket's current owner's full name |
current.owner.email | The ticket's current owner's email |
recipient.firstname | The ticket transfer recipient's first name |
recipient.fullname | The ticket transfer recipient's full name |
recipient.email | The ticket transfer recipient's email |
app.name | The mobile app name, it can be set up from the Multilingual Settings [key: app.name] |
app.dl.link | The link to download mobile app, it can be set up from the Multilingual Settings [key: app.dl.link] |
organizer.name | Name of the organizer |
ticket.transfer.message | The message that the ticket transfer initiator has added when start a ticket transfer |
ticket.transfer.expiration | The duration that the ticket transfer recipient can decide to accept or reject the ticket, after this time the ticket will be returned to the ticket transfer initiator |
ticket.list | Summary of the list of events, which includes: |
event.name | Name of the event that a ticket belong to |
spectator.firstname | Mobile app user's first name |
spectator.fullname | Mobile app user's full name |
spectator.email | Mobile app user's email |
spectator.pincode | The verification PIN code is sent to the mobile app user when they request to log in |
spectator.deletion.confirmation.link | This is the link a mobile app user can click if they are certain they want to delete their account, even if they still hold a valid ticket for a future event |
Specific variables for Email templates
Template | Supported Variables |
email.ticket.injected | initial.owner.firstname |
email.ticket.transfer.initiated | current.owner.firstname |
email.ticket.transfer.initiated.unknown | current.owner.firstname |
email.ticket.transfer.accepted | previous.owner.firstname |
email.ticket.transfer.cancelled | current.owner.firstname |
email.ticket.transfer.autocancelled.recipient | current.owner.firstname |
email.ticket.transfer.autocancelled.sender | current.owner.firstname |
email.ticket.deleted | current.owner.firstname |
email.ticket.signup.reminder | current.owner.firstname |
email.spectator.pincode | spectator.firstname |
email.spectator.deletion.requested | spectator.firstname |
email.spectator.deletion.confirmed | app.name |
Specific variables for Notifications templates
Template | Supported Variables |
push.ticket.injected | current.owner.firstname |
push.ticket.transfer.initiated | current.owner.firstname |
push.ticket.transfer.accepted | previous.owner.firstname |
push.ticket.transfer.rejected | current.owner.firstname |
push.ticket.transfer.cancelled | current.owner.firstname |
push.ticket.transfer.autocancelled | current.owner.firstname |
push.ticket.deleted.refund | current.owner.firstname |
push.ticket.deleted.reprint | current.owner.firstname |
push.ticket.deleted.reseat | current.owner.firstname |
push.ticket.deleted.resale_pending | current.owner.firstname |
push.ticket.deleted.resale_cancelled | current.owner.firstname |
push.ticket.deleted.resold | current.owner.firstname |
push.ticket.deleted.distribution | current.owner.firstname |
push.ticket.deleted.theft_loss | current.owner.firstname |
push.ticket.deleted.blacklist | current.owner.firstname |
push.ticket.deleted | current.owner.firstname |
push.ticket.updated | current.owner.firstname |
push.spectator.logout | No variable available |
push.spectator.force.logout | No variable available |
Source file: TIXNGO_V4_Communications.xlsx
© TIXNGO 2023 - Login