Scheduled Jobs
Create and manage recurring sends.
Scheduled jobs send the same email on a recurring cadence — daily digests, weekly reports, monthly reminders.
Create a job
Describe the cadence with a human-friendly frequency, or pass a raw cron expression.
frequency | Extra fields | Example cron |
|---|---|---|
hourly | — | 0 * * * * |
daily | time | 0 9 * * * |
weekly | time, day | 0 12 * * 1 |
weekdays | time | 0 8 * * 1-5 |
monthly | time, day (1–28) | 0 7 1 * * |
Or pass cronExpression directly instead of frequency/time/day.
List jobs
Cancel a job
Jobs can also be paused, resumed, or deleted from the project's Jobs tab in the dashboard.