Is Custom Redeem
Runs on: Frontend (Chatbox) — only available in the Chatbox Flow Editor; runs inside the OBS browser source.
The Is Custom Redeem check reads the channel_points_custom_reward_id field on the incoming chat message. If this field is a non-empty string, the message was sent as part of a custom channel-point reward redemption that requires a message. If a custom reward ID is present, the message is forwarded to Pass; otherwise it goes to Fail.
Use this node to visually distinguish messages that came from a custom redemption — for example, a "Read My Message on Stream" reward or any other reward that requires the viewer to type something.
Inputs
| Name | Type | Description |
|---|---|---|
message | chat-message | The chat message object from the Chat Message trigger or an upstream check node. |
Outputs
| Name | Type | Description |
|---|---|---|
pass | chat-message | The message, forwarded if it was sent via a custom channel-point redemption. |
fail | chat-message | The message, forwarded if it was not a custom redemption. |
Example
Route custom redemption messages to a "redeem" variant that highlights the message in a purple box with a channel-points icon, making it clear to viewers that this message was purchased with points.