API ReferenceTwitch
Reward Redeemed
Twitch trigger: twitch:twitch:channel-points:reward-redeemed
Reward Redeemed
| Trigger ID | twitch:twitch:channel-points:reward-redeemed |
| Plugin | Twitch |
| Category | Channel Points |
Variables
Copy variables into handler fields using {variableName} syntax.
{user}{userId}{rewardId}{rewardTitle}{redemptionId}{input}{broadcasterId}{channel}| Name | Type | Description |
|---|---|---|
{user} | string | Display name of the user who triggered the event. Example: |
{userId} | string | Platform user ID of the chatter or actor. Example: |
{rewardId} | string | Channel point reward ID tied to the redemption. Example: |
{rewardTitle} | string | Reward Title (string). Example: |
{redemptionId} | string | Redemption Id (string). Example: |
{input} | string | Input (string). Example: |
{broadcasterId} | string | Broadcaster channel ID for the connected account. |
{channel} | string | Channel login or display name where the event occurred. |
Conditions
| Condition | Description |
|---|---|
| Reward | Restrict to a specific channel point reward. Leave empty to match any reward. |
| Username | Match chatter username (equals, contains, starts with, ends with). Leave empty to always match. |