Skip to main content

Timer

The Timer trigger fires repeatedly at a fixed interval that you define. Unlike other triggers that respond to specific events, the Timer runs on a schedule, making it ideal for periodic actions like rotating chat messages, cycling overlays, or running giveaways at regular intervals.

The timer begins running when the flow is active and continues firing at the configured interval until the flow is stopped or deactivated.

Outputs

NameTypeDescription
pulsepulseFires each time the interval elapses.

Configuration

  • Interval: The time between each trigger activation, in seconds. For example, setting this to 300 will fire the trigger every 5 minutes.

Example

Use the Timer trigger with an interval of 600 seconds (10 minutes) to periodically send a chat message reminding viewers to follow, join your Discord, or check out your social media links.