> For the complete documentation index, see [llms.txt](https://craft-agent.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://craft-agent.gitbook.io/home/integrations/scheduled-workflows.md).

# Scheduled Workflows

Run your workflows automatically on a schedule. Available on all plans.

## Setup

1. Open the workflow you want to schedule
2. Go to workflow settings
3. Enable **"Schedule"**
4. Set the frequency (hourly, daily, weekly, etc.)
5. Set the time/day
6. Save

## Schedule Options

| Frequency      | Example                        |
| -------------- | ------------------------------ |
| **Every hour** | Run at the start of every hour |
| **Daily**      | Run every day at 9:00 AM       |
| **Weekly**     | Run every Monday at 8:00 AM    |
| **Custom**     | Define a cron expression       |

## Use Cases

* **Daily news digest** — Automatically search, summarize, and compile news
* **Weekly reports** — Generate status reports every Friday
* **Content pipeline** — Generate social media posts daily
* **Monitoring** — Check websites for changes periodically

## Notifications

You can configure notifications for scheduled runs:

* ✅ **On success** — Get notified when a scheduled run completes
* ❌ **On failure** — Get notified when a scheduled run fails

***

> **Note:** Scheduled workflows consume credits on each run. Make sure you have sufficient credits.
