API ReferenceTwitch
Resubscription
Twitch trigger: twitch:twitch:subscriptions:resubscription
Resubscription
| Trigger ID | twitch:twitch:subscriptions:resubscription |
| Plugin | Twitch |
| Category | Subscriptions |
Variables
Copy variables into handler fields using {variableName} syntax.
{user}{tier}{months}{broadcasterId}{channel}| Name | Type | Description |
|---|---|---|
{user} | string | Display name of the user who triggered the event. Example: |
{tier} | string | Subscription or Super Chat tier level. Example: |
{months} | number | Cumulative subscription month count for resubs. Example: |
{broadcasterId} | string | Broadcaster channel ID for the connected account. |
{channel} | string | Channel login or display name where the event occurred. |
Conditions
| Condition | Description |
|---|---|
| Sub tier | Restrict to a subscription tier (Tier 1, Tier 2, Tier 3, or Prime). |
| Minimum Months | Minimum numeric value for Minimum Months. Leave empty to disable. |
| Username | Match chatter username (equals, contains, starts with, ends with). Leave empty to always match. |