Skip to main content
All CollectionsSettingsCustomization
Adding the ticket QR code to the notifications emails
Adding the ticket QR code to the notifications emails
Updated over 5 months ago
pic 1.png

By default, ticket emails do not contain the QR code. Instead, they have a link to the ticket page with the QR code. We've got you covered if you'd like to change this and add the ticket QR code to the email template.

First, go to Event Settings -> Notifications and hit the Customize button for the ticket notification template to open the template editor:

pic 2.png

In the template editor, select the "Add block" option and choose the "Custom HTML / liquid" block type:

pic 3.png

Add the following snippet to this new block content input:

<img width="200px" src="data:image/png;base64,##{{ attendee.barcode_image }}" />
pic 4.png

Don't forget to drag the block to the position you'd like it to be within the email (in our example, this is just above the message block).

That's it; as always, contact us if you have any questions!

Did this answer your question?