Skip to main content
Corvus Connection

On Charity Campaign Start

TwitchTrigger
entry.onCharityCampaignStartFires when a charity campaign starts. Binds the charity, target amount, and currency.Triggers when a charity campaign starts.Requires the channel:read:charity scope.
FundraisingLifecycle

Outputs

Name
Kind
Type
Flags
outExecexecNone
charityNameDataSystem.Stringmultiplexed
targetAmountDataSystem.Decimalmultiplexed
currencyDataSystem.Stringmultiplexed
startedAtDataSystem.DateTimemultiplexed

Bindings

Name
Type
Description
charityNameSystem.StringThe name of the charity.
targetAmountSystem.DecimalThe campaign's fundraising target.
currencySystem.StringThe ISO currency code of the campaign.
startedAtSystem.DateTimeWhen the campaign started (UTC).

Parameters

Name
Type
Required
Default
Choices
cooldownSecondsSystem.Int32no0None
perUserCooldownSecondsSystem.Int32no0None
debounceMsSystem.Int32no0None
dedupeKeySystem.Stringno""None
maxConcurrencySystem.Int32no0None

Lowers to C#

[OnCharityCampaignStart] Handle(ctx, CharityCampaignContext e)