> ## Documentation Index
> Fetch the complete documentation index at: https://docs.keyflow.space/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedule Trigger

> Trigger a workflow at a specific time in future

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.

<Warning> Triggers are not available for Free Accounts </Warning>

You can find the Schedule Trigger in `Triggers` > `Schedule Trigger`

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/keyflow-25/fFpWQxpuiZM1VmdD/images/triggers/schedule-trigger-light.png?fit=max&auto=format&n=fFpWQxpuiZM1VmdD&q=85&s=4f9abb99d5dbf155384c661c661164df" alt="Schedule Trigger" width="1919" height="362" data-path="images/triggers/schedule-trigger-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/keyflow-25/fFpWQxpuiZM1VmdD/images/triggers/schedule-trigger-dark.png?fit=max&auto=format&n=fFpWQxpuiZM1VmdD&q=85&s=05f2ce9c2298976ce923427bb8cdfef6" alt="Schedule Trigger" width="1919" height="375" data-path="images/triggers/schedule-trigger-dark.png" />
</Frame>

### 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 <Link href="/triggers/cron-syntax">Cron Syntax</Link>

<Frame>
  <img className="block dark:hidden" src="https://mintcdn.com/keyflow-25/fFpWQxpuiZM1VmdD/images/triggers/schedule-trigger-modal-light.png?fit=max&auto=format&n=fFpWQxpuiZM1VmdD&q=85&s=4544f39b22c113ef765907e755e01e07" alt="Add Schedule Trigger" width="510" height="613" data-path="images/triggers/schedule-trigger-modal-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/keyflow-25/fFpWQxpuiZM1VmdD/images/triggers/schedule-trigger-modal-dark.png?fit=max&auto=format&n=fFpWQxpuiZM1VmdD&q=85&s=3733cf60568e5f974ed0dfd5fda8a1de" alt="Add Schedule Trigger" width="511" height="615" data-path="images/triggers/schedule-trigger-modal-dark.png" />
</Frame>
