API ReferenceTwitch
Goal End
Twitch trigger: twitch:twitch:goals:goal-end
Goal End
| Trigger ID | twitch:twitch:goals:goal-end |
| Plugin | Twitch |
| Category | Goals |
Variables
Copy variables into handler fields using {variableName} syntax.
{goalId}{type}{description}{currentAmount}{targetAmount}{isAchieved}{broadcasterId}{channel}| Name | Type | Description |
|---|---|---|
{goalId} | string | Goal Id (string). Example: |
{type} | string | Stream Deck event type (`keyDown`, `keyUp`, `dialRotate`, …). Example: |
{description} | string | Description (string). Example: |
{currentAmount} | number | Current Amount (number). Example: |
{targetAmount} | number | Target Amount (number). Example: |
{isAchieved} | boolean | Is Achieved (boolean). Example: |
{broadcasterId} | string | Broadcaster channel ID for the connected account. |
{channel} | string | Channel login or display name where the event occurred. |