Reward Redemption
Trigger for a Twitch Reward Redemption
PubSub
Parameters
Rewardrequired
Select
Select a configured Twitch reward
- Select
Any
to trigger on any reward
You can quickly register a new reward by clicking the
Create Reward
button!Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
counter | number | The amount of times the reward has been used Example: 53 |
rawInput | string | The text entered by the user (if enabled) Example: https://streamer.bot/Test Unescaped Text $$$ |
rawInputEscaped | string | The text entered by the user (if enabled) Example: https://streamer\.bot/Test Escaped Text \$\$\$ |
redemptionId | string | The unique identifier for the reward redemption Example: 4d9f236b-7486-481a-89af-1d03676d5275 |
rewardCost | number | The cost of the reward Example: 200 |
rewardId | string | The unique identifier for the reward Example: 44e86f71-8ace-4739-a123-3ff095489343 |
rewardName | string | The name of the reward Example: My Reward |
rewardPrompt | string | The description of the reward Example: My Reward description |
userCounter | number | The amount of times the reward has been used by this user Example: 8 |