The Soapbox Engage Check-in app allows organizations to scan QR codes to quickly check attendees in for events, scan inventory, and more. To work correctly, the scanner needs a properly formatted QR code to translate. There are a variety of ways for organizations to create QR codes. Here are two ways to do this quickly and easily.
- Use our Soapbox Engage Check-in App QR Code Generator Template (a Google Spreadsheet) to generate a list of QR codes based on Salesforce record Id or any other field you choose.
- Use the QR Code Generator website to create a QR code one at a time.
- Create a formula field on the Ticket object in Salesforce to generate the QR code for the purpose of emailing it to attendees. The following formula is an example:
IMAGE("https://api.qrserver.com/v1/create-qr-code/?size=100x100&data="&sbxe1__sbx_SoapboxTicketId__c,"QR Code for Ticket")