Welcome a first-time chatter
Basic
Graph structure (text alternative)
Trigger: onFirstTimeChatter
Nodes:
- On First-Time Chatter
(entry.onFirstTimeChatter) - Text
(data.literal.string) - Reply to Chatter
(action.reply) - Return
(flow.return)
Connections:
- On First-Time Chatter.out → Reply to Chatter.in
- Text.value → Reply to Chatter.text
- Reply to Chatter.out → Return.in
Walkthrough
The first time a viewer chats in a session, this flow gives them a warm welcome.
How it works
- On First-Time Chatter fires the first time someone sends a message this session.
- The Text node holds the welcome message.
- Reply to Chatter greets them in-thread.
Change the message in the Text node to set the tone for your channel. See On First-Time Chatter for the fields it binds.
