Subscription Message Trigger
The Subscription Message trigger activates when someone subscribes to your channel or when an existing subscriber shares their resub message.
Configuration Options
- Message: The text that will be sent to chat for subscriptions
- Enabled/Disabled: Toggle to control if the trigger is active
Available Variables
| Variable | Description |
|---|---|
{{user}} | The username of the subscriber |
{{tier}} | The subscription tier (1, 2, or 3) |
{{months}} | Number of months subscribed (1 for new subs) |
{{streak}} | Current subscription streak |
{{message}} | The subscriber's message (if any) |
{{is_gift}} | Whether the subscription was gifted |
{{gifter}} | Username of the person who gifted the sub (if applicable) |
Example Usage
Here are some example messages you could use:
For new subscribers:
🎉 Welcome to the community, {{user}}! Thanks for subscribing!
For resubs:
💜 {{user}} has resubbed for {{months}} months! Current streak: {{streak}} months! {{message}}
For gifted subs:
🎁 Thanks to {{gifter}} for gifting a sub to {{user}}! Welcome to the community!