Chuyển tới nội dung chính

Rewards Management

Rewards give members tangible incentives for participating in the community. Admins create rewards; members earn or claim them through Goals, Workflows, or manual grants.


Reward Types

TypePoint CostStockDescription
BadgeFreeUnlimitedProfile decoration — awarded via Goals or Workflows
VoucherFreeLimitedPartner promo codes — imported via CSV, each code has its own expiry
CouponPointsLimitedEarned discount — member spends points to claim

Creating a Reward

  1. Go to Automation → Rewards in the sidebar
  2. Click Create Reward
  3. Fill in the fields:
FieldDescription
NameReward display name
DescriptionWhat the member receives
TypeBadge / Voucher / Coupon
Point CostPoints required to claim (Coupon only)
StockTotal available units (Voucher / Coupon)
ImageReward thumbnail
Expiry DateWhen the reward expires (optional)
  1. Save and publish

Voucher Code Management

Vouchers use unique codes — each code is assigned to one member.

CSV Import Format

CODE,EXPIRY_DATE
SUMMER25,2025-08-31
PARTNER10,2025-12-31
VIPONLY,2026-03-01
  • Column 1: The promo code string
  • Column 2: Expiry date in YYYY-MM-DD format
  • Import via Rewards → [Voucher] → Import Codes

Code States

StateMeaning
availableIn stock, not yet assigned
assignedGranted to a member, not yet claimed
claimedMember has redeemed the code

Granting Rewards

Admin Grant (no point cost)

Admins can assign any reward directly from the member profile or via a Workflow action. No points are deducted.

Member Claim (points deducted)

Members browse the Rewards Store and claim Coupons by spending points. Points are deducted from the spend wallet at the moment of claim.


Workflow Integration

Use the assign_reward action in a Workflow to automate reward delivery:

  • Trigger: goal_completed → Action: assign_reward (badge)
  • Trigger: course_complete → Action: assign_reward (voucher)
  • Trigger: membership_purchased → Action: assign_reward (welcome coupon)

See [Workflow Builder]( for full action reference.


Ask AI Assistant