TrigRun gives you one precise control plane for scheduled webhooks, workflow steps, and scripts — with full execution history, retries, secrets, replay, and recovery built in.
Cron, intervals, webhooks, workflows, and scripts all produce the same observable execution record.
Every run carries its full history, inputs, outputs, notification deliveries, and recovery actions.
Replay, backfill, park/resume, and deliberate DLQ management live next to the evidence.
Headers, payload templates, secret references, assertions, and output mapping are all visible and versioned. The job definition is precise enough for production use.
method: POST
url: https://api.internal.acme.com/sync
headers:
Authorization: secret://billing-token
body:
date: "{{ scheduled_for | date }}"
source: "billing"You shouldn't have to reconstruct what happened from logs, alerts, and separate tools. Everything lives together.
Keep orchestration and history in TrigRun. Run actual business logic in your own infrastructure when needed.
Each reference page explains the syntax, shows the next runs in UTC, and lets you deploy the schedule in one click. Browse the full set in the cron expression generator.
Every minute
* * * * *
Every 5 minutes
*/5 * * * *
Every 15 minutes
*/15 * * * *
Every hour
0 * * * *
Daily at midnight
0 0 * * *
Daily at 9 AM
0 9 * * *
Every weekday
0 0 * * 1-5
Every Monday
0 0 * * 1
Start with scheduled webhooks. Add runtime depth only when your jobs actually need it.
All plans include a 7-day free trial. No credit card required.
One place to create, observe, and recover recurring work — with the precision your production systems deserve.
Start free