GEMTOK Docs

Triggers

Rules that listen to live events and fire actions when conditions match

Triggers are rules that listen to live events. When an event matches your conditions, the Trigger fires its linked Actions.

What is a Trigger?

Every interaction on your live is an Event:

  • Someone comments
  • Someone sends a gift
  • Someone follows, likes, shares, joins

A Trigger filters these events. Example:

  • Event: Any gift
  • Trigger: Only if gift = Rose
  • Action: Play applause

Without triggers, you'd have to manually react to everything. With triggers, it's automatic.

How to Create a Trigger

Go to Stream Studio ? Triggers tab ? Click New Trigger

Select Event Type: Comment, Gift, Follow, Like, Share, Join

Set Conditions / Filters:

  • For Gift: Choose gift name or gift minimal coins
  • For Comment: Enter keyword, e.g., !join or hello

Link Actions: Select one or more Actions to execute when trigger fires. You can add multiple actions and set execution order.

Save and Test with test button or during live.

Example Triggers

Example 1: Welcome New Follower

  • Event: Follow
  • Actions: Show Overlay "Welcome {username}!" + TTS "Welcome {username} to the stream!"

Example 2: Rose Celebration

  • Event: Gift, Name = Rose
  • Actions: Play applause.mp3 + Show heart overlay + OBS switch to celebration scene

Example 3: Chat Command

  • Event: Comment, Keyword = "!discord"
  • Actions: TTS "Check discord link in bio!" + Show overlay with QR code

Limits

PlanMax Triggers
Free7
PremiumUnlimited

Upgrade via Membership.

Tips

  • Start with 3-5 triggers then expand
  • Use specific keywords to avoid false triggers (use !command not common words)
  • Combine with Auto Triggers for timed events - see Auto Triggers
  • Test with alt account before going live

Next: Auto Triggers for time-based automation, and Actions to see what you can execute.


On this page