Skip to main content
Corvus Connection

On Watch Streak

TwitchTrigger
Preview
entry.onWatchStreakFires when a viewer's watch streak is shared in chat. Binds the viewer and streak length.Triggers on a shared watch streak.Not live yet. You can build and test this flow now, but it can't be activated until its event source is wired.Requires the user:read:chat scope.
EngagementChat

Outputs

Name
Kind
Type
Flags
outExecexecNone
userIdDataSystem.Stringmultiplexed
userNameDataSystem.Stringmultiplexed
streakMonthsDataSystem.Int32multiplexed

Bindings

Name
Type
Description
userIdSystem.StringThe viewer's user id.
userNameSystem.StringThe viewer's display name.
streakMonthsSystem.Int32The viewer's watch-streak length in months.

Parameters

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

Lowers to C#

[OnWatchStreak] Handle(ctx, WatchStreakContext e)