Trigger cron
Crons
Trigger cron
Fire a cron’s webhook immediately
POST
Trigger cron
Manually triggers the cron’s webhook without waiting for the next scheduled run. This does not affect the cron’s schedule —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.
next_run_at remains unchanged.
Path parameters
The UUID of the cron to trigger.
Response
Returns the execution result. The webhook is fired regardless of whether the cron is paused.HTTP status code returned by the webhook endpoint.
true if the webhook returned a 2xx status code.Execution time in milliseconds.
ISO 8601 timestamp of when the webhook was fired.
200
The execution is logged as a run and the cron’s
last_run_at is updated.