Tickets

Customising ticket email text

Markdown

Markdown is a lightweight markup language with plain text formatting syntax that is designed for ease of use and readability. Its primary goal is to be as readable as possible in its raw form, making it intuitive for authors to write structured documents without the complexity of HTML or other rich-text formatting languages.

Headings

# Heading level 1
## Heading level 2
### Heading level 3

Emphasis

*italics text*
**bold text**
***bold and italics***

Bulleted lists

* First item
* Second item
* Third item

HTML

It is also possible to use most common HTML tags in ticket text. For example:

<strong>Bold text</strong>
<em>Italics text</em>
<ul><li>List item</li><li>List item</li></ul>
Link to <a href="https://google.com">Google</a>

Special placeholders

There are several special placeholders that you can use in the ticket text.

:ticket_code

Displays the ticket QR code value as text. Example:

Please use :ticket_code to log in to our streaming service.

Result:

Please use U7E21QCL8 to log in to our streaming service.

:order_date

Will be replaced by the order completion/payment date. Example:

This ticket is valid six months from :order_date.

Result:

This ticket is valid for six months from 21.08.2020.

:attendee_form_url

If you have created attendee specific questions using our "Order form" tool, it is possible to add a link to the confirmation email so that the attendee can later change their details. Example:

Click here to change your registration: :attendee_form_url

Result:

Click here to change your registration: https://fienta.com/attendees?d41d8cd9xf0eb20ee9800

:order_url

Links to a private page where the buyer can manage their order. If you have enabled refunds initiated by the user, the buyer can request a refund on that page and for a free event, the customer can cancel their ticket. Example:

Click here to view and manage your order: :order_url

Result:

Click here to view and manage your order: https://fienta.com/orders/123456/test

:event_id

Returns the unique ID of the event.