Universal Approach - Claim Codes
We want to highlight that claim codes are a universal approach that can be used with any application / criteria. For example,
Give codes to finishers of a race
Give codes to attendees of an event
Give codes to those who sign in to your website
Distribute codes via email, SMS, etc
And so on. You distribute according to your needs!
No need for a custom integration or to identify the user by an identifier. Simply identify them with a code.
Use the Codes plugin to set the codes for your claim. We recommend auto-generating them for sufficient randomness, but you may also custom create them.
Generate Codes from Seed Snippet
Auto-generated codes are calculated from a seed code, rather than needing to store all N codes. Note indexes are zero-based (code #1 = idx 0).
Generate Codes from Seed API Endpoint
Or, outsource the generation to our API Route
Save for Later Links
You may also consider using a save for later link. See example below.
Zapier
The get code via idx from seedCode route is also available in Zapier opening up some cool possibilities like auto-distribution.
Last updated