Stream Kit Docs
API ReferenceTwitch

Reward Redeemed

Twitch trigger: twitch:twitch:channel-points:reward-redeemed

Reward Redeemed

Trigger IDtwitch:twitch:channel-points:reward-redeemed
PluginTwitch
CategoryChannel Points

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{userId}{rewardId}{rewardTitle}{redemptionId}{input}{broadcasterId}{channel}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{userId}
string

Platform user ID of the chatter or actor.

Example: 999001

{rewardId}
string

Channel point reward ID tied to the redemption.

Example: test-reward-id

{rewardTitle}
string

Reward Title (string).

Example: Test Reward

{redemptionId}
string

Redemption Id (string).

Example: test-redemption-id

{input}
string

Input (string).

Example: Test redemption input

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

Conditions

ConditionDescription
RewardRestrict to a specific channel point reward. Leave empty to match any reward.
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.

On this page