API-first
Create, update, and pause schedules over REST. Cron expressions for recurring work, timestamps for one-off events – reminders, trial expirations, follow-ups.
cronplan fires your scheduled HTTP requests reliably – recurring via cron expressions or one-off at an exact timestamp. With retries, delivery logs, and signed payloads. Hosted in German data centers, GDPR-compliant, DPA included.
Create, update, and pause schedules over REST. Cron expressions for recurring work, timestamps for one-off events – reminders, trial expirations, follow-ups.
Automatic retries with exponential backoff, HMAC-signed payloads, and full delivery logs. You see every request and every response.
Operated in German data centers with EU-only subprocessors. No third-country data transfers, no CLOUD Act exposure.
An Art. 28 GDPR data processing agreement at signup – subprocessor list and TOMs included. Your DPO will thank you.
Recurring or one-off – the API stays equally simple.
POST https://api.cronplan.com/v1/schedules
{
"target_url": "https://app.example.com/hooks/reminder",
"schedule": "0 8 * * MON", // recurring: every Monday 08:00
"payload": { "customer_id": "c_4821" },
"retry": { "max_attempts": 5, "backoff": "exponential" }
}
POST https://api.cronplan.com/v1/schedules
{
"target_url": "https://app.example.com/hooks/trial-expired",
"run_at": "2026-08-22T09:00:00+02:00", // one-off
"payload": { "customer_id": "c_4821" }
}Sign up to hear first when cronplan launches. Waitlist members get an extended trial and founding-customer pricing.
Request the draft of our data processing agreement – we'll get back to you personally within one business day.
Exclusively in German data centers (Hetzner, Falkenstein/Nuremberg). All subprocessors are EU-based – the full list is part of the DPA.
Yes. An Art. 28 GDPR DPA including the subprocessor list and technical and organizational measures is available at signup – no negotiation, no surcharge.
Yes. Hosting in Germany is compatible with the revised Swiss data protection act (revFADP/revDSG), and for Swiss companies serving EU customers, the DPA covers the GDPR side as well.
There will be a free starter tier and paid plans from around €19 per month, scaled by executions and log retention. Waitlist members get founding-customer pricing.
We're building cronplan right now. The waitlist shapes what ships first – sign up and tell us what you need.