Stream Kit Docs
API ReferenceTwitch

Goal End

Twitch trigger: twitch:twitch:goals:goal-end

Goal End

Trigger IDtwitch:twitch:goals:goal-end
PluginTwitch
CategoryGoals

Variables

Copy variables into handler fields using {variableName} syntax.

{goalId}{type}{description}{currentAmount}{targetAmount}{isAchieved}{broadcasterId}{channel}
NameTypeDescription
{goalId}
string

Goal Id (string).

Example: test-goal-id

{type}
string

Stream Deck event type (`keyDown`, `keyUp`, `dialRotate`, …).

Example: follower

{description}
string

Description (string).

Example: Reach 100 followers

{currentAmount}
number

Current Amount (number).

Example: 42

{targetAmount}
number

Target Amount (number).

Example: 100

{isAchieved}
boolean

Is Achieved (boolean).

Example: false

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

On this page