Skip to main content

Adding the Ticket QR Code to Notification Emails

Updated over a week ago

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.

pic 1.png

Steps to Add the QR Code

  1. Go to Event Settings > Notifications, then click Customize next to the ticket notification template.

    pic 2.png
  2. In the template editor, click “Add block”, and choose “Custom HTML / Liquid” as the block type.

    pic 4.png
  3. Paste the following code into the block:

    <img width="200px" src="data:image/png;base64,##{{ attendee.barcode_image }}" />
    pic 3.png
  4. Drag the block to where you want the QR code to appear. For example, place it just above the message block.

That’s it! The QR code will now appear in the email that your attendees receive.

Did this answer your question?