Subscription Message
The Subscription Message trigger fires whenever a viewer subscribes (or resubscribes) to your channel and includes a message. This trigger gives you rich information about the subscription, including the tier, how many months they have been subscribed, and their current streak.
Use this to create personalized alerts that acknowledge loyalty milestones, read subscription messages with TTS, or display special animations for higher-tier subs.
Outputs
| Name | Type | Description |
|---|---|---|
User | User | The viewer who subscribed. |
Message | string | The message the subscriber included. |
Tier | number | The subscription tier (1, 2, or 3). |
Months | number | The total number of months the viewer has been subscribed. |
Streak | number | The current consecutive month streak. |
Example
Use the Subscription Message trigger combined with a Math Check to create different alerts based on the subscription tier. For Tier 3 subs, play a premium animation and have TTS read their message. For Tier 1 subs, show a standard alert. You could also check the Months output to give extra recognition to long-term subscribers.