Stream Kit Docs
API ReferenceTwitch

Charity Donation

Twitch trigger: twitch:twitch:charity:charity-donation

Charity Donation

Trigger IDtwitch:twitch:charity:charity-donation
PluginTwitch
CategoryCharity

Variables

Copy variables into handler fields using {variableName} syntax.

{campaignId}{charityName}{currency}{user}{userId}{amount}{broadcasterId}{channel}{currentAmount}{targetAmount}
NameTypeDescription
{campaignId}
string

Campaign Id (string).

Example: test-campaign-id

{charityName}
string

Charity Name (string).

Example: Test Charity

{currency}
string

ISO currency code for a Super Chat (for example USD, EUR).

Example: USD

{user}
string

Display name of the user who triggered the event.

Example: TestDonor

{userId}
string

Platform user ID of the chatter or actor.

Example: 999002

{amount}
number

Numeric amount for the event (bits, points awarded, Super Chat value, etc.).

Example: 25

{broadcasterId}
string

Broadcaster channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

{currentAmount}
number

Current Amount (number).

{targetAmount}
number

Target Amount (number).

On this page