Skip to main content

Set Stream Title

The Set Stream Title effect updates your Twitch stream title to the string it receives. This lets you change your title dynamically based on events happening in your flow, such as switching to a new game segment, entering a viewer challenge, or updating a status counter.

The new title takes effect immediately and will be visible on your Twitch channel page.

Inputs

NameTypeDescription
TitlestringThe new stream title to set.

Example

Create a !title moderator command that lets your mods update the stream title on the fly. Connect the Chat Command trigger through an Is Moderator check, then use a Template node to format the argument text and pass it to a Set Stream Title effect. Now mods can type !title New title here to update your title without opening the Twitch dashboard.