Create job
Jobs
Create job
Schedule a one-time delayed webhook
POST
Create job
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
ISO 8601 timestamp of when to fire the webhook. Must be in the future.
Webhook URL to call.
Optional display name for the job.
HTTP method:
GET, POST, or DELETE.Custom HTTP headers to include in the webhook request.
JSON body to send with the webhook request.
Response
Returns the created job object with a201 status code. The job starts with status: "pending".
201
400