Thank raiders automatically
Basic
Graph structure (text alternative)
Trigger: onRaid
Nodes:
- On Raid
(entry.onRaid) - Text
(data.literal.string) - Send Chat Message
(action.sendChat) - Return
(flow.return)
Connections:
- On Raid.out → Send Chat Message.in
- Text.value → Send Chat Message.text
- Send Chat Message.out → Return.in
Walkthrough
When another streamer raids your channel, thank them automatically.
How it works
- On Raid fires when a channel raids in, binding the raider and the viewer count.
- The Text node holds the thank-you message.
- Send Chat Message posts it to chat.
Want to name the raider? Combine this with a message template. Start from Send Chat Message.
