Stream Kit Docs
API ReferenceYouTube

Member Milestone

YouTube trigger: youtube:youtube:membership:member-milestone

Member Milestone

Trigger IDyoutube:youtube:membership:member-milestone
PluginYouTube
CategoryMembership

Variables

Copy variables into handler fields using {variableName} syntax.

{user}{userId}{message}{memberMonth}{memberLevelName}{raw}{channelId}{channel}{liveChatId}{broadcastId}
NameTypeDescription
{user}
string

Display name of the user who triggered the event.

Example: TestUser

{userId}
string

Platform user ID of the chatter or actor.

Example: test-author-id

{message}
string

Full message text from the event.

Example: Member milestone message

{memberMonth}
number

Member milestone month count.

Example: 6

{memberLevelName}
string

YouTube membership level name.

Example: Member

{raw}
object

Raw platform chat message object (JSON).

{channelId}
string

YouTube channel ID for the connected account.

{channel}
string

Channel login or display name where the event occurred.

{liveChatId}
string

YouTube live chat ID for the active broadcast.

{broadcastId}
string

YouTube broadcast (stream) ID.

Conditions

ConditionDescription
MessageMatch message text (starts with, ends with, contains, equals). Leave empty to always match.
UsernameMatch chatter username (equals, contains, starts with, ends with). Leave empty to always match.
Minimum Member MonthsMinimum numeric value for Minimum Member Months. Leave empty to disable.

On this page