For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reward Coupons

How to import coupon codes into Open Loyalty rewards using CSV files.

Reward coupons are imported into the Rewards section and can be assigned to members as part of the reward system.

File format: CSV

Sample file

coupons-import-sample.csv
code
WELCOME10
LOYALTY25
BIRTHDAY50

Format rules

  • The file must include the header row code

  • Each row contains one coupon code

  • Codes must be unique

  • Save as .csv with UTF-8 encoding


Common mistakes

Mistake
Fix

Missing header row

The code header is required

Duplicate codes within the file

Ensure all codes are unique

Extra columns

Only code is supported — remove additional columns

Non-UTF-8 encoding

Re-save as UTF-8 to avoid corrupted special characters

Confusing the two import types

Redemption codes go into campaigns, reward coupons go into rewards — they are selected separately in the import dropdown

To find out more, please refer to the article below:

Adding Coupons

Last updated

Was this helpful?