Skip to main content

Channel Point Redeem

Runs on: Backend — calls the Twitch Helix API to fetch reward details.

The Channel Point Redeem data node reads the full configuration of a specific channel point reward and outputs it as a Redeem object. Select which reward to read from the dropdown — the node loads your channel's available rewards from Twitch automatically.

The Redeem output carries all configurable properties of the reward: title, cost, prompt, enabled state, pause state, cooldown settings, per-user limits, and more. Downstream nodes that accept a Redeem type — such as the Modify Channel Point Redeem effect — can consume this output directly, or you can use Extract nodes to read individual fields.

Outputs

NameTypeDescription
RedeemRedeemThe full reward object for the selected channel point reward.

Configuration

  • Reward: Dropdown listing all channel point rewards in your channel. Select the reward whose data you want to output.

Example

Before pausing a reward, a flow reads its current cost with Channel Point Redeem, passes the Redeem object to an Extract node to pull the cost field, then routes it through a Condition node. If the cost is already above 10,000 points, the flow skips the pause; otherwise it fires a Modify Channel Point Redeem effect to set is_paused to true.