Schedule trigger

Introduction

Automate tasks on a recurring basis using the "Schedule" trigger in FlexyBot. Suitable for tasks that need to run hourly, daily, or on a custom schedule.

Configuration

  • Expression: Enter a cron expression for your schedule. Supports seconds for precision. Use an online tool for assistance if needed (e.g., FreeFormatter's Cron Expression Generator).

  • Time Zone: Choose the time zone for your cron expression.

  • Start At: Optional starting datetime to begin the schedule.

  • End At: Optional ending datetime to conclude the schedule.

Usage

Ideal for routine tasks or reminders. For example, set a daily reminder for 9 AM with the cron expression "0 0 9 ? * *".

Troubleshooting

Check your cron expression and time zone if the trigger doesn't fire.

Last updated