v2.0 New: Data Passing between APIs

Your Cron Job, but with Superpowers

API and webhook orchestration without the headache. Execute URLs sequentially, pass JSON data, and forget about maintaining SDKs.

workflow.json
GET /users
{ "id": "u_84" }
POST /process
Webhook

Goodbye Terminal Chaos

Visualize the difference between managing tasks manually on servers and having total control of your endpoints with CronFlows.

root@server:~$ crontab -l

# TODO: fix this mess

* * * * * curl -X POST https://api.mysite.com/backup >> /var/log.txt

0 0 * * * /scripts/cleanup.sh

Error: Script failed with exit code 1

File "/scripts/backup.py", line 42

raise ConnectionError("DB timeout")

Before: Terminal Hell

Messy logs, local script maintenance, and hard to debug.

POST /api/backupActive
2m ago
200 OK

Now: URL Control

Clean dashboard with HTTP status codes, visual history, and smart alerts.

Key Features

Everything you need to scale your HTTP tasks.

Visual Workflows

Design complex API call flows with a visual "drag & drop" node interface.

AI Diagnostics

Analyze JSON error bodies and solve problems automatically with AI suggestions.

Auto-Retries

Configure retry policies for 5xx codes or timeouts without touching your backend.

Data Passing

Chain requests. Use the JSON response of one task as input for the next (e.g., {{step1.response.id}}).

Flexible Plans

Start for free, scale your requests when you need to.

Free

For personal projects.

$0.00/month
Start
7 active tasks
1 workflow child per task
12 hours minimum interval
24 hours log retention
Popular

Pro

For growing teams.

$7.00/month
Start
50 active tasks
Unlimited workflows
15 minute minimum interval
7 days log retention
Email alerts

Premium

For large volumes.

$19.00/month
Start
200 active tasks
Unlimited workflows
1 minute minimum interval
30 days log retention
Priority support

Frequently Asked Questions

We answer your questions about CronFlows.

CronFlows doesn't just run tasks on time. It allows you to chain requests, pass data from one API to another, and handle automatic retries without writing complex scripts.
It's our flagship feature. You can use the JSON response from Task A (e.g., {"id": 123}) as a parameter in Task B (e.g., api.com/users/123/process).
No. CronFlows works in the cloud. You only need your endpoints to be publicly accessible or accessible via our allowed IPs.
We configure automatic retry policies (exponential backoff) and notify you via email or webhook if the failure persists.
Yes, we offer a permanent free plan for small projects with up to 7 active tasks.