Appearance
Using Variables
Notification variables allow you to insert special text into your announcement messages, such as the current streamer's title, game, and viewer count.
Global Variables
These variables work in every notification on every platform.
| Variable name | Description |
|---|---|
{channel.url} | The platform URL of the streamer |
{channel.name} | The streamer's platform username |
{everyone} | Inserts an @everyone mention |
{here} | Inserts an @here mention |
Platform-Specific Variables
Twitch & Kick Variables
| Variable name | Description |
|---|---|
{stream.title} | The stream's title |
{stream.viewer_count} | The number of people watching the stream |
{stream.game} | The game that is being played on stream |
YouTube Variables
| Variable name | Description |
|---|---|
{video.url} | URL to the YouTube video |
{video.title} | Title of the YouTube video |
Twitch Stream End Variables
Global Variables are always available in Cleanup (Stream End) Notifications.
The following variables are also available when the Include VOD info embed setting is enabled:
| Variable name | Description |
|---|---|
{video.url} | URL to the stream's VOD |
{video.title} | Title of the stream's VOD |
Quick Reference Table
| Twitch (Stream Start) | Twitch (Stream End) | YouTube | Kick | |
|---|---|---|---|---|
{channel.url} | Supported | Supported | Supported | Supported |
{channel.name} | Supported | Supported | Supported | Supported |
{everyone} | Supported | Supported | Supported | Supported |
{here} | Supported | Supported | Supported | Supported |
{stream.title} | Supported | Not supported | Not supported | Supported |
{stream.viewer_count} | Supported | Not supported | Not supported | Supported |
{stream.game} | Supported | Not supported | Not supported | Supported |
{video.url} | Not supported | Supported | Supported | Not supported |
{video.title} | Not supported | Supported | Supported | Not supported |
More References
If you want to mention a certain Discord user or role in your notification message, check out this page:
Twitch NotificationsMentioning Users and RolesLive Role Notifications uses a different set of variables than Stream Notifications. You can find the list of variables here:
Live RoleUsing Variables