Skip to main content
Corvus Connection

Thank raiders automatically

Basic
When another channel raids in, post a thank-you message to chat.
On RaidoutfromNamefromIdviewersTextvalueSend Chat MessageintextoutReturnin
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

  1. On Raid fires when a channel raids in, binding the raider and the viewer count.
  2. The Text node holds the thank-you message.
  3. Send Chat Message posts it to chat.

Want to name the raider? Combine this with a message template. Start from Send Chat Message.

Uses these nodes