Stream Kit Docs
API ReferenceTwitch

New Subscription

Twitch trigger: twitch:twitch:subscriptions:new-subscription

New Subscription

Trigger IDtwitch:twitch:subscriptions:new-subscription
PluginTwitch
CategorySubscriptions

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{tier}{months}{broadcasterId}{channel}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{tier}
string

Subscription or Super Chat tier level.

Example: 1000

{months}
number

Cumulative subscription month count for resubs.

Example: 1

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

Conditions

ConditionDescription
Sub tierRestrict to a subscription tier (Tier 1, Tier 2, Tier 3, or Prime).
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.

On this page