Skip to main content
Corvus Connection

On Stream Marker

TwitchTrigger
Preview
entry.onStreamMarkerFires when a stream marker is created through the app. Binds the marker description and position.Triggers when a stream marker is created.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 channel:manage:broadcast scope.
LifecycleEngagement

Outputs

Name
Kind
Type
Flags
outExecexecNone
idDataSystem.Stringmultiplexed
descriptionDataSystem.Stringmultiplexed
positionSecondsDataSystem.Int32multiplexed
createdAtDataSystem.DateTimemultiplexed

Bindings

Name
Type
Description
idSystem.StringThe marker's id.
descriptionSystem.StringThe marker's description.
positionSecondsSystem.Int32The marker's position from the start of the stream, in seconds.
createdAtSystem.DateTimeWhen the marker was created (UTC).

Parameters

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

Lowers to C#

[OnStreamMarker] Handle(ctx, StreamMarkerContext e)