Skip to main content
All CollectionsDashboardProductsPostmark Campaigns
How to Include Multiple QR Codes in One Email Using Postmark
How to Include Multiple QR Codes in One Email Using Postmark

Display individual ticket QR codes directly in the body text of Postmark campaigns.

L
Written by Lucia Burin Sestakova
Updated over a week ago

When a booking includes a large number of tickets, opening individual attachments to scan each ticket can be cumbersome. To streamline the process and save time, you can now display each ticket's QR code directly in the body of the booking confirmation email using Postmark.

Prerequisites:

  • You have a working Postmark account.

  • Your Ventrata dashboard has been linked with your Postmark account.

πŸ“— TIP

If you need guidance on how to create a Postmark account and how to link it with Ventrata, read our articles Create a Postmark Account and Link Postmark with Ventrata.


  1. In your Postmark account, go to the Servers page.

    Postmark - Servers

  2. Select a server.

  3. Go to the Templates tab.

    Servers - Templates

  4. Select an existing template.


    πŸ“— TIP

    If you need help creating a new template, please refer to this article.


  5. Insert the following code snippet where you want the QR codes to be displayed:

    {{#each tickets}}   
    <img src="{{ code_image_url }}">
    {{/each}}


    πŸ“— TIP

    Learn more about Collection Handling in Postmark.


  6. Press the Save button.

  7. If you edit an existing campaign which is linked with Ventrata, you can skip this step.

  8. To test your template, create a booking with multiple tickets in the Ventrata dashboard.

  9. In the Bookings table, select your booking.

  10. Press 'Bulk Actions' in the action bar.

  11. Then select 'Send Campaign'.

  12. Select the appropriate Postmark campaign.

  13. Press the Send Campaign button.

  14. Within seconds, you should receive an email with the chosen Postmark template as the body text.


    πŸ“— TIP

    Check your 'Junk' or 'Spam' folder if you haven't received anything in your inbox.


Make any adjustments as needed, or start using the template for live bookings.

πŸ“— TIP

Learn more about templates and layouts in Postmark’s Support Center.

Did this answer your question?