Skip to main content
POST
Trigger cron
Manually triggers the cron’s webhook without waiting for the next scheduled run. This does not affect the cron’s schedule — next_run_at remains unchanged.

Path parameters

string
required
The UUID of the cron to trigger.

Response

Returns the execution result. The webhook is fired regardless of whether the cron is paused.
integer
HTTP status code returned by the webhook endpoint.
boolean
true if the webhook returned a 2xx status code.
integer
Execution time in milliseconds.
string
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.