Create Schedule
Create a new scheduled HTTP request with cron expression timing.
Authorizations
API key for authentication. Get your API key from the Cronhost dashboard.
Body
Human-readable schedule name
1 - 255"Daily Health Check"
Valid cron expression defining when to run
"0 9 * * *"
IANA timezone identifier
"America/New_York"
Target HTTP endpoint URL
"https://api.example.com/health"
HTTP method to use for the request
GET, POST, PUT, DELETE, PATCH "GET"
Optional description of what the schedule does
1000"Check API health every day at 9 AM"
Request body for POST/PUT/PATCH requests
"{\"key\": \"value\"}"
HTTP headers as JSON string
"{\"User-Agent\": \"Cronhost-Monitor\", \"Content-Type\": \"application/json\"}"
Maximum number of retry attempts
0 <= x <= 103
Request timeout in seconds
1 <= x <= 30030