Skip to main content
The Reward Claimed Event fires immediately after a player successfully claims a reward from the menu.

Context Keys

KeyDescription
REWARD_IDID of the reward claimed.
REWARD_CUSTOM_DATAJSON String attached to the specific reward instance.
TOTAL_CLAIMEDLifetime total claims count.
PENDING_COUNTRemaining rewards in queue.
event:
  type: btc_reward_claimed_event
  trigger:
    - action: send_message
      message: "You claimed reward: %context_REWARD_ID%"