Create cron
Crons
Create cron
Create a new recurring scheduled webhook
POST
Create cron
Documentation Index
Fetch the complete documentation index at: https://docs.cronapi.dev/llms.txt
Use this file to discover all available pages before exploring further.
Request body
Cron expression defining the schedule (e.g.,
*/5 * * * *). Must be a valid 5-field cron expression.Webhook URL to call on each execution.
Optional display name for the cron.
HTTP method:
GET, POST, or DELETE.Custom HTTP headers to include in the webhook request.
JSON body to send with the webhook request (used with POST).
Response
Returns the created cron object with a201 status code.
201
400