Skip to main content
POST
Create cron

Request body

string
required
Cron expression defining the schedule (e.g., */5 * * * *). Must be a valid 5-field cron expression.
string
required
Webhook URL to call on each execution.
string
Optional display name for the cron.
string
default:"POST"
HTTP method: GET, POST, or DELETE.
object
default:"{}"
Custom HTTP headers to include in the webhook request.
object
default:"{}"
JSON body to send with the webhook request (used with POST).

Response

Returns the created cron object with a 201 status code.
201
400