QR Scans Missing or Not Tracked
Symptom: No QR code on delivered mailer
- Open the Message Template used for that order - QR codes are configured in the Message Template, not the Image Template.
- Confirm the QR code option is enabled and a destination URL is set.
- Preview the mailer in the dashboard - if no QR code appears in the preview, it won't appear on the printed piece.
Symptom: Scan happened but no email/text notification received
- Go to Account Settings → Notifications and confirm QR scan email notifications are enabled.
- For text notifications, confirm Send Notify Text on QR Scan is on and a phone number is saved.
- Check your spam folder.
- Confirm the scan registered in the Global Scan List - if it's listed there but you got no notification, it's a notification configuration issue.
Symptom: QR scan webhook not firing
- Confirm you subscribed to the QR Code Scans event type in your webhook configuration.
- Verify the endpoint URL is publicly accessible (not localhost or behind a VPN).
- Use the dashboard Send Test to fire a test event.
- Check your endpoint logs - if requests arrive but fail, ensure your endpoint returns a
2xx response.