Let’s say you made a workflow that fetches the Newsletter from your inbox and summarizes the content into bullet points. Now you want to run this workflow once at the end of week. Remembering to manually run the workflow every week is inefficient and time-consuming. This is where Schedule Trigger comes in handy. You can setup a schedule to execute your workflow at a specific time in future or at regular intervals.

Triggers are not available for Free Accounts

You can find the Schedule Trigger in Triggers > Schedule Trigger

Create Schedule Trigger

Click on + Schedule Trigger to setup a schedule. This will open a modal where you will enter details of the schedule like :

  • Name of the Schedule Trigger
  • Maximum number of runs allowed by the Trigger
  • Expiry Date of the Trigger
  • Cron expression of the time when you want to trigger the workflow. Learn more about Cron Syntax