Set Redeem Status
The Set Redeem Status effect enables or disables a Twitch channel point reward on your channel. When a reward is disabled, viewers can no longer redeem it. When it is re-enabled, the reward becomes available again.
This is useful for making certain redeems available only during specific parts of your stream, or for temporarily disabling a reward that is being abused.
Inputs
| Name | Type | Description |
|---|---|---|
Status | boolean | true to enable the reward, false to disable it. |
Configuration
- Reward: Select which channel point reward to control from the dropdown list of your existing rewards.
Example
You have a "Song Request" channel point reward that should only be active during your music segments. Connect a Stream Category Change trigger to a check that looks for the "Music" category, then connect it to a Set Redeem Status effect configured for your Song Request reward with true. Add another branch for when the category changes away from Music that sets it to false. Now the reward is automatically available only during music segments.