Skip to main content

Cronify

Schedule API calls in seconds

Request Configuration

Full API endpoint URL. Must include http:// or https://
Add headers like Content-Type or Authorization tokens
Enter raw JSON data for POST/PUT requests. Example: { 'id': 123 }

Schedule Settings

Cron schedule

Name: ${ name }

${ http_method } to: ${ url || 'No URL specified' }

Headers: ${headers.length} custom headers Headers: Empty

Body: ${ format_json_body(body) } Empty

Next Run: ${ next_schedule }

Scheduled Tasks (${schedule_tasks.length} slots used)
Name Schedule URL Runs Status Actions
${truncate_text(task.request.name, 20)} ${truncate_text(task.crontab.human_readable, 40)} ${format_url(task.request.url)} ${task.total_runs}