I need help designing my Rewards App to enable offer claims and redemptions without QR codes. Please see below for my required flow:
When a user clicks “Claim Offer,” generate a unique 4-digit code and send it instantly to their email and SMS.
The user gives this code to the business in person.
The business enters the code into a text input (only visible to their business) and clicks a “Code Redeemed” button (unique to their business).
If the code matches an active claim for their business, mark the code as redeemed and increment a redemption tally for that business.
No QR codes should be used at any step. Please guide me on the simplest, most robust way to achieve this using Glide, including any best-practice workflows or integrations you recommend.