Skip to main content
Corvus Connection

On Goal Progress

TwitchTrigger
entry.onGoalProgressFires as a creator goal advances. Binds the goal type and its current and target amounts.Triggers when a creator goal advances.Requires the channel:read:goals scope.
Engagement

Outputs

Name
Kind
Type
Flags
outExecexecNone
typeDataSystem.Stringmultiplexed
descriptionDataSystem.Stringmultiplexed
currentAmountDataSystem.Int32multiplexed
targetAmountDataSystem.Int32multiplexed

Bindings

Name
Type
Description
typeSystem.StringThe goal type (e.g. follower, subscription, or bits).
descriptionSystem.StringThe creator's description of the goal.
currentAmountSystem.Int32The goal's current amount.
targetAmountSystem.Int32The amount that completes the goal.

Parameters

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

Lowers to C#

[OnGoalProgress] Handle(ctx, GoalContext e)